diff options
author | Jim Winstead <jimw@mysql.com> | 2009-05-07 10:28:29 -0700 |
---|---|---|
committer | Jim Winstead <jimw@mysql.com> | 2009-05-07 10:28:29 -0700 |
commit | 3fe1d299ec01e58ae5afc03dc269a70054ec8865 (patch) | |
tree | c94ee96cb1af9d7f649af2be130726149438ff4d /mysql-test/r/mysql.result | |
parent | a9f57db08cc00366bbdb2ef00352b9fd6f0308ec (diff) | |
download | mariadb-git-3fe1d299ec01e58ae5afc03dc269a70054ec8865.tar.gz |
Fix support for -i (--ignore-spaces) in the mysql command line application,
which didn't actually do anything. (Bug #39101)
Diffstat (limited to 'mysql-test/r/mysql.result')
-rw-r--r-- | mysql-test/r/mysql.result | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/mysql.result b/mysql-test/r/mysql.result index 10537f6da16..5f315bca9c2 100644 --- a/mysql-test/r/mysql.result +++ b/mysql-test/r/mysql.result @@ -192,4 +192,10 @@ delimiter 1 1 1 +COUNT (*) +1 +COUNT (*) +1 +COUNT (*) +1 End of 5.0 tests |