diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-04-08 19:19:01 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-04-08 19:19:01 +0200 |
commit | cda2c0ced46ceccfcef254ea6ce6a86d066c1341 (patch) | |
tree | 72c56faa7daa3e36640b4e4c65d6edfac3f3473d /mysql-test/r/plugin.result | |
parent | c277c43a30c8e1d4177ccf7630b9c4c808a20010 (diff) | |
download | mariadb-git-cda2c0ced46ceccfcef254ea6ce6a86d066c1341.tar.gz |
fixes for buildbot:
update test results
fix compilation failure on windows
fix for ps-protocol
mysql-test/r/plugin.result:
make sure the PS handle is closed
mysql-test/t/plugin.test:
make sure the PS handle is closed
sql/mysqld.cc:
compilation failure: lable without a statement.
sql/sql_plugin.cc:
make plugin lock and plugin unlock use the same format of the dbug info string.
print the ref_count *after* the lock and *after* the unlock.
Diffstat (limited to 'mysql-test/r/plugin.result')
-rw-r--r-- | mysql-test/r/plugin.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/plugin.result b/mysql-test/r/plugin.result index f814655d726..45224ba44c3 100644 --- a/mysql-test/r/plugin.result +++ b/mysql-test/r/plugin.result @@ -102,4 +102,7 @@ SET SQL_MODE=''; CREATE TABLE t1 (a int) ENGINE=example ULL=10000000000000000000 one_or_two='ttt' YESNO=SSS; ERROR HY000: Incorrect value '10000000000000000000' for option 'ULL' SET @@SQL_MODE=@OLD_SQL_MODE; +select 1; +1 +1 UNINSTALL PLUGIN example; |