mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Move the requirement for "not running as root" to information_schema_chmod
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
# This test uses grants, which can't get tested for embedded server
|
# This test uses grants, which can't get tested for embedded server
|
||||||
-- source include/not_embedded.inc
|
-- source include/not_embedded.inc
|
||||||
|
|
||||||
# This test uses chmod, can't be run with root permissions
|
|
||||||
-- source include/not_as_root.inc
|
|
||||||
|
|
||||||
# Test for information_schema.schemata &
|
# Test for information_schema.schemata &
|
||||||
# show databases
|
# show databases
|
||||||
|
|
||||||
|
@@ -8,6 +8,9 @@
|
|||||||
#
|
#
|
||||||
--source include/not_windows.inc
|
--source include/not_windows.inc
|
||||||
|
|
||||||
|
# This test uses chmod, can't be run with root permissions
|
||||||
|
-- source include/not_as_root.inc
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Bug #15851 Unlistable directories yield no info from information_schema
|
# Bug #15851 Unlistable directories yield no info from information_schema
|
||||||
|
Reference in New Issue
Block a user