mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
2ccf247e93
* rename all debugging related command-line options and variables to start from "debug-", and made them all OFF by default. * replace "MySQL" with "MariaDB" in error messages * "Cast ... converted ... integer to it's ... complement" is now a note, not a warning * @@query_cache_strip_comments now has a session scope, not global.
8 lines
386 B
Text
8 lines
386 B
Text
#
|
|
# Bug#46261 Plugins can be installed with --skip-grant-tables
|
|
#
|
|
INSTALL PLUGIN example SONAME 'ha_example.so';
|
|
ERROR HY000: The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement
|
|
UNINSTALL PLUGIN example;
|
|
ERROR HY000: The MariaDB server is running with the --skip-grant-tables option so it cannot execute this statement
|
|
End of 5.1 tests
|