1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-21 08:47:42 +03:00
Files
mariadb/mysql-test/t
tsmith@ramayana.hindu.god 56719ad7f4 Bug #34053: normal users can enable innodb_monitor logging
The check_global_access() function was made available to InnoDB, but
was not defined in the embedded server library.  InnoDB, as a plugin,
is not recompiled when the embedded server is built.  This caused a
link failure when compiling applications which use the embedded server.

The fix here is to always define check_global_access() externally; in
the embedded server case, it is defined to just return OK.

Also, don't run the test case for this bug in embedded server.
2008-02-22 16:56:34 -07:00
..
2007-08-07 05:35:20 -04:00
2007-08-02 12:45:56 -07:00
2007-11-01 12:30:03 -07:00
2007-09-26 12:45:08 +02:00
2007-11-24 15:02:29 +04:00
2008-02-04 19:55:36 +01:00
2007-11-02 13:40:34 +03:00
2007-08-31 16:59:07 +05:00
2007-08-31 16:59:07 +05:00
2007-11-20 20:15:20 +04:00
2008-02-07 12:00:48 -07:00
2008-01-07 21:06:18 +01:00
2007-09-24 12:42:44 +02:00
2007-08-22 15:43:16 +03:00
2007-11-26 22:21:46 +03:00
2008-02-05 12:27:52 +03:00