1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-13 21:42:58 +03:00
Files
mariadb/mysql-test/t
unknown 73e4a77886 Fix handling of comparisons done by IN() to be consistent with how they
are done for the = operator, such as when doing a comparison with a large
unsigned number that was quoted. (Bug #12612)


mysql-test/r/func_equal.result:
  Add new results
mysql-test/t/func_equal.test:
  Add new test
sql/item_cmpfunc.cc:
  Handle FIELD_ITEM that can be compared as a longlong in agg_cmp_type()
  instead of in each of the places it is called.
2005-11-07 14:59:52 -08:00
..
2005-09-08 12:09:30 +04:00
2005-10-21 14:41:56 +05:00
2005-09-25 11:35:32 +02:00
2005-08-19 01:57:22 -07:00
2005-10-09 01:32:09 +02:00
2005-08-08 13:46:13 -07:00
2005-08-04 15:25:03 +05:00
2005-08-07 03:16:15 +01:00
2005-09-06 18:03:08 +04:00
2005-10-25 14:50:08 -07:00
2005-09-30 11:39:49 +02:00
2005-07-31 04:28:01 -07:00
2005-09-05 12:33:25 +02:00
2005-01-30 10:24:03 +00:00
2004-11-15 17:03:54 +01:00
2005-10-27 17:44:28 +04:00
2005-10-12 09:47:59 +02:00
2005-08-09 00:13:49 +03:00