diff options
author | unknown <monty@donna.mysql.fi> | 2001-03-08 21:49:15 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-03-08 21:49:15 +0200 |
commit | 740465fc5b8ddcac301d8f0e651e5b3a8be8f802 (patch) | |
tree | 03e32a721d028e31fabafbbc929c8e90341c86e2 /mysql-test/r/delayed.result | |
parent | b99a376c5b269217289954bbe2ed2784db9c2a7a (diff) | |
download | mariadb-git-740465fc5b8ddcac301d8f0e651e5b3a8be8f802.tar.gz |
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
Diffstat (limited to 'mysql-test/r/delayed.result')
-rw-r--r-- | mysql-test/r/delayed.result | 5 |
1 files changed, 5 insertions, 0 deletions
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 |