summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps_1general.result
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-07-16 01:15:55 +0300
committerbell@sanja.is.com.ua <>2004-07-16 01:15:55 +0300
commit9336d36cf81f404088844fc31918887799d3da03 (patch)
tree7a8e815ca26d9138de3bc77a619aa8103e037911 /mysql-test/r/ps_1general.result
parent2fd11169ab10b8d752afbcc2dd58a15cf4de9c45 (diff)
downloadmariadb-git-9336d36cf81f404088844fc31918887799d3da03.tar.gz
VIEW
two TABLE_LIST copy eliminated
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 52b887e2795..f811eb9d320 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%)
-t2
+Tables_in_test (t2%) Type
+t2 table
prepare stmt4 from ' show columns from t2 from test like ''a%'' ';
execute stmt4;
Field Type Null Key Default Extra