编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 运行时配置
  • Persistent Connections »
  • PHP Manual
  • Mysqlnd
  • Incompatibilities

Incompatibilities

MySQL Native Driver is in most cases compatible with MySQL Client Library (libmysql). This section documents incompatibilities between these libraries.

  • Values of bit data type are returned as binary strings (e.g. "\0" or "\x1F") with libmysql and as decimal strings (e.g. "0" or "31") with mysqlnd. If you want the code to be compatible with both libraries then always return bit fields as numbers from MySQL with a query like this: SELECT bit + 0 FROM table.

相关文章
php mysql mysqlnd memcache pluginphp mysql mysqlnd 主从复制和负载均衡插件php mysqlnd ms 函数 switch to shardphp mysqlnd ms 函数 返回最后的全局同步 id gtid php mysqlnd qc 函数 returns a normalized query trace log for each query inspected by the query cachephp mysqlnd qc 函数 returns a backtrace for each query inspected by the query cachephp mysqlnd qc 简介php mysqlnd uh 简介php change history pecl/mysqlnd memcache 1.0 seriesphp mysqlnd memcache change historyphp change history pecl/mysqlnd ms 1.6 seriesphp change history pecl/mysqlnd ms 1.3 seriesphp change history pecl/mysqlnd ms 1.2 seriesphp mysqlnd ms 安装/配置php change history pecl/mysqlnd qc 1.0 seriesphp mysqlnd qc 安装/配置php mysqlnd 运行时配置php mysqlnd incompatibilitiesphp mysqlnd ms mysqlnd ms 函数php mysqlnd qc mysqlnd qc 函数
关注编程学问公众号
编程学问网 湘ICP备20001732号