summaryrefslogtreecommitdiff
path: root/innobase/include
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
commitd4b5442272e83909820fb99dc51b7877cba3c975 (patch)
tree3272475be01b08f3194eb97d2ae230d2765a6c81 /innobase/include
parentcae770576022649f2109496ce07f7ea8509e1471 (diff)
downloadmariadb-git-d4b5442272e83909820fb99dc51b7877cba3c975.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 'innobase/include')
-rw-r--r--innobase/include/data0data.ic2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/include/data0data.ic b/innobase/include/data0data.ic
index bc5a93cb2f8..def80d3f430 100644
--- a/innobase/include/data0data.ic
+++ b/innobase/include/data0data.ic
@@ -430,4 +430,4 @@ dtuple_contains_null(
}
return(FALSE);
-} \ No newline at end of file
+}