编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
Mysql参考手册

16.9.5. 实施extra()函数

执行某些操作之前,应调用extra()函数,以便为存储引擎就如何执行特定操作予以提示。

额外调用中的提示实施不是强制性的,大多数存储引擎均返回0:

int ha_tina::extra(enum ha_extra_function operation)
 {
   DBUG_ENTER("ha_tina::extra");
   DBUG_RETURN(0);
 }
相关文章
为mysql添加新函数mysql 添加新的固有函数mysql c api函数描述mysql 实施external lock 函数mysql 实施extra 函数mysql 实施info 函数mysql 实施rnd init 函数mysql 实施store lock 函数mysql 实施rnd next 函数mysql 字符串比较函数php cubrid mysql 兼容性函数 return the name of the table of the specified fieldphp cubrid mysql 兼容性函数 return the value of a specific field in a specific rowphp mysql 函数 返回字符集的名称php mysql 函数 关闭 mysql 连接php mysql 函数 从结果集中取得一行作为枚举数组php mysql 函数 从结果中取得和指定字段关联的标志php mysql 函数 列出 mysql 进程php mysql 函数 列出 mysql 数据库中的表php mysql xdevapi 函数 connect to a mysql serverphp mysqlnd ms 函数 查询给定的 sql 会发送给 master、slave 还是最后使用的 mysql server 执行。
关注编程学问公众号
编程学问网 湘ICP备20001732号