summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps_1general.result
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-10-10 18:51:02 +0300
committerunknown <bell@sanja.is.com.ua>2004-10-10 18:51:02 +0300
commit65ed693681b17414fc001099ee734f36de847f13 (patch)
tree901ad7e3c884e13bd67e9f1ef562c080bc838fea /mysql-test/r/ps_1general.result
parent8b026230fff314a3a36132024611138cc2b605ae (diff)
downloadmariadb-git-65ed693681b17414fc001099ee734f36de847f13.tar.gz
fix privileges for old style privileges tables on fly (as it do mysql_fix_privilege_tables dut if we have not it run)
fixed forgoten test mysql-test/r/ps_1general.result: SHOW TABLE putput changed sql/sql_acl.cc: fix privileges for old style privileges tables on fly (as it do mysql_fix_privilege_tables dut if we have not it run)
Diffstat (limited to 'mysql-test/r/ps_1general.result')
-rw-r--r--mysql-test/r/ps_1general.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/ps_1general.result b/mysql-test/r/ps_1general.result
index f4939592363..91028d7531c 100644
--- a/mysql-test/r/ps_1general.result
+++ b/mysql-test/r/ps_1general.result
@@ -252,8 +252,8 @@ mysql
test
prepare stmt4 from ' show tables from test like ''t2%'' ';
execute stmt4;
-Tables_in_test (t2%) table_type
-t2 BASE TABLE
+Tables_in_test (t2%)
+t2
prepare stmt4 from ' show columns from t2 from test like ''a%'' ';
execute stmt4;
Field Type Null Key Default Extra