From 740465fc5b8ddcac301d8f0e651e5b3a8be8f802 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 8 Mar 2001 21:49:15 +0200 Subject: Fixed bug in INSERT DELAYED when INSERT generated an error Docs/manual.texi: Splitted INSERT syntax to different sub-sections mysql-test/r/delayed.result: Added new test that hanged INSERT DELAYED mysql-test/t/delayed.test: Added new test that hanged INSERT DELAYED scripts/mysqldumpslow.sh: Fix for new slow query log format sql/field_conv.cc: cleanup --- mysql-test/r/delayed.result | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mysql-test/r/delayed.result') diff --git a/mysql-test/r/delayed.result b/mysql-test/r/delayed.result index c3281ce5330..d1914341a8d 100644 --- a/mysql-test/r/delayed.result +++ b/mysql-test/r/delayed.result @@ -3,3 +3,8 @@ a tmsp 5 19711006010203 6 19711006010203 8 19711006010203 +a b +1 b +2 c +3 d +4 e -- cgit v1.2.1