diff options
author | unknown <monty@mysql.com> | 2005-05-16 13:34:23 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-05-16 13:34:23 +0300 |
commit | fee5ea442ff36c9c423fd1734f6de98118a31558 (patch) | |
tree | c8f6b5c11c76bb9b2298a70403114f9d6e1b3695 /mysql-test/r/ps.result | |
parent | f53de71f7ea704ade7b4509a506f889eda3541b4 (diff) | |
download | mariadb-git-fee5ea442ff36c9c423fd1734f6de98118a31558.tar.gz |
Fixed failing tests for not 32 bit intel machines
Fixed bug in mysql_stmt_fetch() when retrieving rows to return
mysql-test/r/ps.result:
Fix to not get warnings if mysql_client_test.test fails
mysql-test/t/index_merge_ror.test:
Proper fix for 64 bit intel (which gives uses another, equal good index)
mysql-test/t/ps.test:
Fix to not get warnings if mysql_client_test.test fails
sql-common/client.c:
More debugging
sql/sql_prepare.cc:
Fixed bug in mysql_stmt_fetch() when retrieving rows to return
sql/sql_select.cc:
More debugging
tests/mysql_client_test.c:
More debugging
Diffstat (limited to 'mysql-test/r/ps.result')
-rw-r--r-- | mysql-test/r/ps.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/ps.result b/mysql-test/r/ps.result index c84c62442ef..8371437d664 100644 --- a/mysql-test/r/ps.result +++ b/mysql-test/r/ps.result @@ -1,4 +1,5 @@ drop table if exists t1,t2; +drop database if exists client_test_db; create table t1 ( a int primary key, |