summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps.result
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2005-05-16 13:34:23 +0300
committerunknown <monty@mysql.com>2005-05-16 13:34:23 +0300
commitfee5ea442ff36c9c423fd1734f6de98118a31558 (patch)
treec8f6b5c11c76bb9b2298a70403114f9d6e1b3695 /mysql-test/r/ps.result
parentf53de71f7ea704ade7b4509a506f889eda3541b4 (diff)
downloadmariadb-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.result1
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,