mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
file-based table discovery for discovering storage engines
also: * move few tests from archive/archive.test to archive/discover.test * fix (unintentionally) bug#34104, updated result files
This commit is contained in:
@ -104,9 +104,7 @@ connection con1;
|
||||
use mysqltest_db1;
|
||||
--echo ** Connect as restricted user mysqltest_u1.
|
||||
--echo ** SELECT FROM INFORMATION_SCHEMA.STATISTICS will succeed because any privileges will do (authentication is enough).
|
||||
#
|
||||
# this result is wrong. reported as bug#34104
|
||||
#
|
||||
--echo ** but will return no rows
|
||||
SELECT * FROM INFORMATION_SCHEMA.STATISTICS WHERE table_name='t5';
|
||||
#
|
||||
# Bug27145 EXTRA_ACL trouble
|
||||
|
Reference in New Issue
Block a user