diff options
Diffstat (limited to 'mysql-test/t/select.test')
-rw-r--r-- | mysql-test/t/select.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/select.test b/mysql-test/t/select.test index ae800590917..a92c8ffdc66 100644 --- a/mysql-test/t/select.test +++ b/mysql-test/t/select.test @@ -1743,8 +1743,12 @@ select period as "Nuvarande period" from t1 group by "Nuvarande period" limit 1; show tables; show tables from test like "s%"; show tables from test like "t?"; +# We mask out the Privileges column because it differs with embedded server +--replace_column 8 # show full columns from t2; +--replace_column 8 # show full columns from t2 from test like 'f%'; +--replace_column 8 # show full columns from t2 from test like 's%'; show keys from t2; |