1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fixed restoring of thd->count_cuted_fields in store_val_in_field

(fixed #bug 2012)


mysql-test/r/insert_select.result:
  added test case for bug #2012
mysql-test/t/insert_select.test:
  added test case for bug #2012
This commit is contained in:
unknown
2003-12-16 17:55:34 -04:00
parent d544ef768c
commit 5454f676ff
3 changed files with 50 additions and 1 deletions

View File

@ -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