编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
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 实施external lock 函数mysql 实施extra 函数mysql 实施info 函数mysql 实施rnd init 函数mysql 实施store lock 函数mysql 实施rnd next 函数mysql 加密函数mysql 函数和操作符php cubrid mysql 兼容性函数 fetch a result row as an associative array a numeric array or bothphp cubrid mysql 兼容性函数 return the associative array that corresponds to the fetched rowphp mysql 函数 取得结果数据php mysql 函数 发送一条 mysql 查询php mysql 函数 取得指定字段所在的表名php mysql 函数 取得结果集中指定字段的类型php mysql 函数 ping 一个服务器连接,如果没有连接则重新连接php mysql 函数 发送一条 mysql 查询php mysqlnd ms 函数 commits a distributed/xa transaction among mysql serversphp mysql(原始) mysql 函数
关注编程学问公众号
编程学问网 湘ICP备20001732号