mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
bdf65e705e
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.
4 lines
156 B
PHP
4 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;
|