diff options
author | monty@mysql.com <> | 2003-12-21 19:39:32 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2003-12-21 19:39:32 +0200 |
commit | 0279dc42342b662b935838dea177d07dc775f6db (patch) | |
tree | 82780d2f52e09f3ef112e35fc6f6b3e1dadc3a56 /mysql-test/r/init_connect.result | |
parent | 734870d0ce43d21457939f93358a5a95e395b97c (diff) | |
download | mariadb-git-0279dc42342b662b935838dea177d07dc775f6db.tar.gz |
Portability fixes found during 5.0 test compilation
Fixed bug in ORDER BY on a small column (Bug #2147)
Fixed error from pthread_mutex_destroy() when one had wrong errmsg file
Diffstat (limited to 'mysql-test/r/init_connect.result')
-rw-r--r-- | mysql-test/r/init_connect.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/init_connect.result b/mysql-test/r/init_connect.result index 3f8e726c775..db1e72dfca9 100644 --- a/mysql-test/r/init_connect.result +++ b/mysql-test/r/init_connect.result @@ -20,5 +20,5 @@ hex(a) 616263 set GLOBAL init_connect="adsfsdfsdfs"; select @a; -ERROR HY000: Lost connection to MySQL server during query +Got one of the listed errors drop table t1; |