diff options
author | unknown <kostja@bodhi.(none)> | 2007-06-01 17:49:01 +0400 |
---|---|---|
committer | unknown <kostja@bodhi.(none)> | 2007-06-01 17:49:01 +0400 |
commit | d8cd88cd2aa823131c5dafaa1bd65042a7c02f22 (patch) | |
tree | 34c4db532c34d49d74ccbfb5de678cfb45cf0cbb /mysql-test/t/sp.test | |
parent | eb056fb82b7593201ae01ef68c86dbbb54a498d5 (diff) | |
download | mariadb-git-d8cd88cd2aa823131c5dafaa1bd65042a7c02f22.tar.gz |
Fix some mysqltest warnings.
mysql-test/r/sp.result:
Update results.
mysql-test/t/mysql.test:
Fix a typo.
mysql-test/t/mysqltest.test:
Fix a typo.
mysql-test/t/order_by.test:
Fix a typo.
mysql-test/t/row.test:
Remove an unsupported command.
mysql-test/t/sp.test:
Fix a typo.
mysql-test/t/subselect3.test:
Fix mysqltest warnings - now it warns when sees some suspicious --
comment
Diffstat (limited to 'mysql-test/t/sp.test')
-rw-r--r-- | mysql-test/t/sp.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/sp.test b/mysql-test/t/sp.test index ff203a85ef7..2dc2c09ab2d 100644 --- a/mysql-test/t/sp.test +++ b/mysql-test/t/sp.test @@ -6975,7 +6975,7 @@ use test| --disable_warnings drop function if exists bug20777| drop table if exists examplebug20777| ---enabled_warnings +--enable_warnings create function bug20777(f1 bigint unsigned) returns bigint unsigned begin set f1 = (f1 - 10); set f1 = (f1 + 10); |