1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
Files
mariadb/mysql-test/r
unknown c73dcb5e30 Fix for MIN/MAX with empty tables
MIN(key_column) could in some cases return NULL on a column with NULL and other values.
MIN(key_column) and MAX(key_column) could in some cases return wrong values when used in OUTER JOIN.


configure.in:
  Updated version number
libmysqld/libmysqld.c:
  Portability fix (for windows)
mysql-test/r/func_group.result:
  Added test case for MIN/MAX problems
mysql-test/t/func_group.test:
  Added test case for MIN/MAX problems
sql/item.h:
  Fix for MIN/MAX with empty tables
sql/item_sum.h:
  Fix for MIN/MAX with empty tables
sql/opt_sum.cc:
  MIN(key_column) could in some cases return NULL on a column
  with NULL and other values.
  MIN(key_column) and MAX(key_column) could in some cases
  return wrong values when used in OUTER JOIN.
sql/sql_select.cc:
  Fix for MIN/MAX with empty tables
2003-02-03 20:20:32 +02:00
..
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-10-08 07:24:04 +03:00
2001-11-26 03:52:23 +02:00
2001-11-26 03:52:23 +02:00
2001-11-26 03:52:23 +02:00
2001-09-27 23:05:54 -06:00
2002-12-26 15:55:22 +02:00
2002-03-13 17:20:17 +00:00
2002-02-15 02:49:02 +02:00
2003-01-28 08:38:28 +02:00
2002-08-31 20:42:41 +00:00
2001-09-27 23:05:54 -06:00
2001-10-08 20:18:37 -06:00
2001-09-27 23:05:54 -06:00
2001-11-20 17:58:00 +01:00
2001-09-27 23:05:54 -06:00
2002-05-21 20:35:58 +03:00
2001-12-13 15:53:18 +02:00
2001-09-27 23:05:54 -06:00
2001-12-13 15:53:18 +02:00
2001-09-27 23:05:54 -06:00
2002-08-12 07:02:08 +03:00
2002-01-29 18:32:16 +02:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2003-01-03 19:46:15 +04:00
2001-10-08 07:24:04 +03:00
2002-11-22 13:52:40 +02:00
2001-09-27 23:05:54 -06:00
2001-12-06 14:10:51 +02:00
2003-01-29 19:33:48 +02:00
2003-01-28 08:38:28 +02:00
2001-04-13 12:25:12 +03:00
2001-09-01 06:57:08 +08:00
2001-09-01 06:57:08 +08:00
2001-09-27 23:05:54 -06:00
2002-11-09 19:57:13 +01:00
2001-09-27 23:05:54 -06:00
2002-07-23 18:31:22 +03:00
2001-10-24 11:52:19 -06:00
2001-09-27 23:05:54 -06:00
2001-10-08 07:24:04 +03:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-10-08 20:18:37 -06:00
2001-09-27 23:05:54 -06:00
2002-03-27 06:29:07 +02:00
2001-10-08 07:24:04 +03:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2003-01-28 09:17:10 +02:00
2002-09-11 06:40:08 +03:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-09-27 23:05:54 -06:00
2001-11-28 03:47:15 +02:00
2001-10-08 07:24:04 +03:00
2001-09-27 23:05:54 -06:00
2002-03-07 00:21:37 +02:00
2002-05-28 10:21:56 +03:00
2001-09-27 23:05:54 -06:00
2001-11-24 17:45:22 +01:00
2002-09-03 15:44:25 +03:00