diff options
author | unknown <istruewing@synthia.local> | 2007-07-01 11:56:01 +0200 |
---|---|---|
committer | unknown <istruewing@synthia.local> | 2007-07-01 11:56:01 +0200 |
commit | 1cd1f7d06fdd6099d8e3378aed1f42bdfbd8c415 (patch) | |
tree | d360c7daf1958468ae540992eadc067701b7165e /mysql-test/t/bigint.test | |
parent | b83c28b2ae07410fedb923b1753ca50bbf2cf5cb (diff) | |
download | mariadb-git-1cd1f7d06fdd6099d8e3378aed1f42bdfbd8c415.tar.gz |
Post.merge fixes
Fixed warnings
Fixed error numbers
mysql-test/extra/rpl_tests/rpl_loaddata.test:
Fixed warnings
mysql-test/r/ndb_single_user.result:
Post-merge fixes
Changed error numbers
mysql-test/t/bigint.test:
Fixed warnings
mysql-test/t/ndb_single_user.test:
Post-merge fixes
Changed error numbers
Diffstat (limited to 'mysql-test/t/bigint.test')
-rw-r--r-- | mysql-test/t/bigint.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/bigint.test b/mysql-test/t/bigint.test index 9b4fc3f39b0..da10f4efa61 100644 --- a/mysql-test/t/bigint.test +++ b/mysql-test/t/bigint.test @@ -307,7 +307,7 @@ select -(9223372036854775808); select -((9223372036854775808)); select -(-(9223372036854775808)); --disable_metadata ---endble_ps_protocol +--enable_ps_protocol select --9223372036854775808, ---9223372036854775808, ----9223372036854775808; select -(-9223372036854775808), -(-(-9223372036854775808)); |