mirror of
https://github.com/MariaDB/server.git
synced 2025-12-10 19:44:09 +03:00
ha_innodb.cc: innodb_mutex_show_status(): Add (ulong) casts to ulonglong expressions being passed to fprintf %lu. The warnings were apparently introduced by MySQL AB developers. mysql_declare_plugin(innobase): Add PLUGIN_LICENSE_GPL. have_innodb.inc: Merge changes from MySQL AB.
5 lines
156 B
PHP
5 lines
156 B
PHP
disable_query_log;
|
|
--require r/true.require
|
|
select support = 'Enabled' as `TRUE` from information_schema.engines where engine = 'innodb';
|
|
enable_query_log;
|