summaryrefslogtreecommitdiff
path: root/mysql-test/r/raid.result
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-02-05 09:12:23 +0100
committerunknown <monty@mysql.com>2004-02-05 09:12:23 +0100
commitd295f07c4281a45fc45aff95a151aeee117b2d8a (patch)
tree3272475be01b08f3194eb97d2ae230d2765a6c81 /mysql-test/r/raid.result
parent68d61d5b8fe1ddb2e4a0dd243623528e6aed70fd (diff)
downloadmariadb-git-d295f07c4281a45fc45aff95a151aeee117b2d8a.tar.gz
Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461)
DROP DATABASE now assumes RAID directories are in hex. (Bug #2627) Don't increment 'select_full_range' and similar statistics for EXPLAIN queries. (Bug #2506) Test in configure if pthread_key_delete() exists (to fix compile problem on SCO) (Bug #2461) BUILD/compile-pentium-max: Added --with-raid configure.in: Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461) include/my_pthread.h: Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461) innobase/include/data0data.ic: Added missing newline mysql-test/r/raid.result: Test of DROP DATABASE with RAID directories in hex mysql-test/t/raid.test: Test of DROP DATABASE with RAID directories in hex sql/sql_db.cc: DROP DATABASE could not drop databases with RAID tables that had more than 9 RAID_CHUNKS because DROP DATABASE assumed raid tables where in decimal while the RAID CREATE code assumed directories was in hex.(Bug #2627) sql/sql_select.cc: Don't increment 'select_full_range' and similar statistics for EXPLAIN queries. (Bug #2506) sql/sql_udf.cc: mysqld crashed if mysql.func table didn't exists (Bug #2577)
Diffstat (limited to 'mysql-test/r/raid.result')
-rw-r--r--mysql-test/r/raid.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/raid.result b/mysql-test/r/raid.result
index fd47a9451f6..3d27a599cf3 100644
--- a/mysql-test/r/raid.result
+++ b/mysql-test/r/raid.result
@@ -1,5 +1,6 @@
create database test_raid;
create table test_raid.r1 (i int) raid_type=1;
+create table test_raid.r2 (i int) raid_type=1 raid_chunks=32;
drop database test_raid;
DROP TABLE IF EXISTS t1,t2;
CREATE TABLE t1 (