summaryrefslogtreecommitdiff
path: root/mysql-test/r/insert_select.result
diff options
context:
space:
mode:
authorvva@eagle.mysql.r18.ru <>2003-12-16 17:55:34 -0400
committervva@eagle.mysql.r18.ru <>2003-12-16 17:55:34 -0400
commit59004f01f9b1f285e57545afca715e61799840a6 (patch)
tree73bc93a2d86557f1da5e7cdd5421092a2a8c0f4a /mysql-test/r/insert_select.result
parent2e04da08736a067a8f9d89c13bef3630a8bba166 (diff)
downloadmariadb-git-59004f01f9b1f285e57545afca715e61799840a6.tar.gz
fixed restoring of thd->count_cuted_fields in store_val_in_field
(fixed #bug 2012)
Diffstat (limited to 'mysql-test/r/insert_select.result')
-rw-r--r--mysql-test/r/insert_select.result12
1 files changed, 12 insertions, 0 deletions
diff --git a/mysql-test/r/insert_select.result b/mysql-test/r/insert_select.result
index c754085ccb3..2435e28d7fe 100644
--- a/mysql-test/r/insert_select.result
+++ b/mysql-test/r/insert_select.result
@@ -11,3 +11,15 @@ payoutID
19
20
22
+Month Type Field Count
+2003-09-01 1 1 100
+2003-09-01 1 2 100
+2003-09-01 2 1 100
+2003-09-01 2 2 100
+2003-09-01 3 1 100
+NULL Field Count
+NULL 1 100
+NULL 2 100
+No Field Count
+0 1 100
+0 2 100