From 96c3bd94327cd920985724c8d2799a952ea4bf57 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 Apr 2001 19:04:34 -0600 Subject: moved bdb/innobase to compile-pentium-debug-max fixed bug in variable assignment in mysqltest fixed coredump on conversion from empty blob/text to date added test case for empty blob conversion to date BUILD/compile-pentium-debug: move bdb/innobase to compile-pentium-debug-max client/mysqltest.c: fixed bug in variable assignment sql/time.cc: fixed coredump on conversion from empty blob/text to date --- mysql-test/r/df_crash.result | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mysql-test/r/df_crash.result (limited to 'mysql-test/r') diff --git a/mysql-test/r/df_crash.result b/mysql-test/r/df_crash.result new file mode 100644 index 00000000000..5f0c5e1d38a --- /dev/null +++ b/mysql-test/r/df_crash.result @@ -0,0 +1,6 @@ +month(updated) +10 +NULL +year(updated) +1999 +NULL -- cgit v1.2.1