1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-25 18:38:00 +03:00
Files
mariadb/mysql-test/r
unknown 45369edf57 Fix bug#13392 Wrong VALUES() behaviour in INSERT SELECT with ON DUPLICATE
VALUES() can only refer to table insert going to. 
But Item_insert_value::fix_fields() were passing to it's arg full table list,
This results in finding second column which shouldn't be found, and
failing with error about ambiguous field.

Item_insert_value::fix_fields() now passes only first table of full table
list.


sql/item.cc:
  Fix bug #14016 date_format() 2nd parameter was compared using case insensitive collation.
  If second parameter of date_format() is constant then it's collation is changed to case sensitive.
mysql-test/r/insert_select.result:
  Test case for bug#14016 2nd parameter was compared using case insensitive collation
mysql-test/t/insert_select.test:
  Test case for bug#14016 2nd parameter was compared using case insensitive collation
2005-10-25 20:04:12 +04:00
..
2005-06-03 17:13:43 +02:00
2005-05-14 00:01:40 +03:00
2005-06-16 10:09:05 +02:00
2004-11-02 16:02:12 +04:00
2005-10-21 14:41:56 +05:00
2005-02-15 21:03:17 -08:00
2005-08-29 22:35:48 -05:00
2005-06-27 20:31:00 +03:00
2005-06-13 11:38:16 -07:00
2005-08-08 13:46:13 -07:00
2005-08-04 15:25:03 +05:00
2005-05-05 10:36:17 -07:00
2005-07-22 21:06:02 +05:00
2005-08-07 03:16:15 +01:00
2005-09-06 18:03:08 +04:00
2005-04-11 22:36:07 +02:00
2005-02-02 08:38:24 +02:00
2004-12-11 16:36:12 +03:00
2004-11-08 11:06:36 +01:00
2005-09-12 12:45:03 -07:00
2004-12-22 13:38:15 +01:00
2005-09-30 11:39:49 +02:00
2005-05-04 10:16:03 +02:00
2005-05-14 16:24:36 +03:00
2005-02-12 00:05:13 +01:00
2005-06-23 10:56:44 +03:00
2005-08-24 19:37:27 +03:00
2005-07-28 21:25:05 +03:00
2005-02-24 17:25:06 +01:00
2005-04-06 12:20:55 +02:00
2005-02-28 19:59:38 +04:00
2005-10-13 19:51:07 +05:00
2005-10-12 09:47:59 +02:00
2004-11-12 17:44:17 +02:00
2005-08-09 00:13:49 +03:00
2005-03-23 20:38:42 +01:00