diff options
author | unknown <msvensson@neptunus.(none)> | 2005-09-01 20:02:08 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2005-09-01 20:02:08 +0200 |
commit | a2d8ab0bb5fe8edaaea8637bf8d9d78548dd5a21 (patch) | |
tree | 7c5d93f805123a6fefa9b66bbf722c46f5d83b6b /mysql-test/t/information_schema.test | |
parent | 1fba6e0043bf8924b14701a79c9ff39859ce3b18 (diff) | |
download | mariadb-git-a2d8ab0bb5fe8edaaea8637bf8d9d78548dd5a21.tar.gz |
Fix for spelling miss and eol junk
client/mysqltest.c:
Fix spelling error
mysql-test/t/information_schema.test:
Eol junk detected, added #
mysql-test/t/rpl_slave_status.test:
Missing ;
mysql-test/t/sp.test:
Eol junk detected, added #
mysql-test/t/view.test:
Eol junk detected, added #
Diffstat (limited to 'mysql-test/t/information_schema.test')
-rw-r--r-- | mysql-test/t/information_schema.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/information_schema.test b/mysql-test/t/information_schema.test index 23f88b75576..6be193e0e0c 100644 --- a/mysql-test/t/information_schema.test +++ b/mysql-test/t/information_schema.test @@ -253,7 +253,7 @@ flush privileges; # QQ a LOCK TABLES is in effect when selecting from # QQ information_schema.tables. ---disable_parsing until bug is fixes +--disable_parsing # until bug is fixed delimiter //; create procedure px5 () begin |