1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Merge changes from MySQL AB, and remove two compilation warnings.

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.
This commit is contained in:
marko
2006-10-09 09:08:50 +00:00
parent 4bc0663b7d
commit e8bcfd5ede
2 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
-- require r/have_innodb.require
disable_query_log;
show variables like "have_innodb";
--require r/true.require
select support = 'Enabled' as `TRUE` from information_schema.engines where engine = 'innodb';
enable_query_log;