1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-05 08:04:25 +03:00
Files
mariadb/include
unknown 3ac05ea481 Fixed bug in SUM() with NULL:s
Added logging of warnings for failed connections with ssl.
Fixed bug in symbolic link handling on Windows


include/my_global.h:
  Added replication flags from 4.1
mysql-test/r/func_group.result:
  Added test for SUM(NULL)
mysql-test/t/func_group.test:
  Added test for SUM(NULL)
sql/item_sum.cc:
  Fixed bug in SUM() with NULL:s
sql/item_sum.h:
  Fixed bug in SUM() with NULL:s
sql/mysqld.cc:
  Added option --symbolic-links
  Fixed bug in symbolic link handling on Windows
sql/net_serv.cc:
  Code cleanup
sql/sql_acl.cc:
  Added logging of warnings for failed connections with ssl.
sql/sql_show.cc:
  Changed to use HAVE_REPLICATION instead of EMBEDDED_LIBRARY
2003-04-15 22:04:16 +03:00
..
2000-07-31 21:29:14 +02:00
2002-07-25 22:46:28 +03:00
2001-12-17 23:24:51 +02:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2002-11-16 20:19:10 +02:00
2003-02-18 19:57:05 +02:00
2001-12-15 05:12:21 +02:00
2001-12-06 14:10:51 +02:00
2002-07-23 18:31:22 +03:00
2003-04-15 22:04:16 +03:00
2001-12-06 14:10:51 +02:00
2003-01-28 08:38:28 +02:00
2002-08-12 04:04:43 +03:00
2001-12-06 14:10:51 +02:00
2002-12-10 00:06:05 +01:00
2002-11-12 13:28:26 +01:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2002-06-27 11:27:04 +03:00
2003-02-27 21:29:56 +02:00