编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
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 c api嵌入式服务器函数介绍mysql c api线程函数介绍mysql 实施external lock 函数mysql 实施extra 函数mysql 实施info 函数mysql 实施rnd init 函数mysql 实施store lock 函数mysql 实施rnd next 函数mysql geometry函数mysql 数值函数php cubrid mysql 兼容性函数 get column information from a result and return as an objectphp cubrid mysql 兼容性函数 return an array with the lengths of the values of each field from the current rowphp cubrid mysql 兼容性函数 return the number of columns in the result setphp mysql 函数 丢弃(删除)一个 mysql 数据库php mysql 函数 返回上一个 mysql 操作中的错误信息的数字编码php mysql 函数 释放结果内存php mysql 函数 取得 mysql 客户端信息php mysql 函数 转义 sql 语句中使用的字符串中的特殊字符,并考虑到连接的当前字符集php mysql 函数 取得结果数据php mysqlnd ms 函数 rolls back a distributed/xa transaction among mysql servers
关注编程学问公众号
编程学问网 湘ICP备20001732号