1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Bug#20328 mysql client: dumb about trailing spaces on 'help' command

Fix testcase to also work on windows
This commit is contained in:
msvensson@shellback.(none)
2006-08-16 17:03:41 +02:00
parent c8b93da355
commit 98eaa07600
4 changed files with 54 additions and 104 deletions

View File

@@ -114,4 +114,12 @@ a int(11) YES NULL
b varchar(255) YES NULL
c int(11) YES NULL
drop table t1;
1
1
ERROR 1064 (42000) at line 3: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
ERROR at line 1: USE must be followed by a database name
\
\\
';
';
End of 5.0 tests