1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown afb0756618 Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)
Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846)
Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812)
One can now configure MySQL as windows service as a normal user. (Bug #1802)
Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736)
IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704)
Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983)
Safety fix for service 'mysql start' (Bug #1815)


client/mysql.cc:
  Extend max_allowed_packet to 2G (Bug #2105)
client/mysqldump.c:
  Extend max_allowed_packet to 2G (Bug #2105)
  Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846)
configure.in:
  Test for file linux/config.h
include/my_global.h:
  Portability fix (Bug #1924)
mysql-test/r/insert.result:
  Update test results
mysql-test/r/loaddata.result:
  Update test results
mysql-test/r/lowercase_table.result:
  Update test results
mysql-test/t/insert.test:
  Test INSERT ... DELAYED ... SELECT
mysql-test/t/loaddata.test:
  Added test of LOAD DATA INFILE ... IGNORE # LINES for fixed size tables
mysql-test/t/lowercase_table.test:
  Test mixed lower/uppercase database names
sql/item.cc:
  Made function not inline (to make it easier to modify it without recompilation of all files)
sql/item.h:
  Moved function to item.cc
sql/mysqld.cc:
  Merge pidfile create code
  Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812)
sql/nt_servc.cc:
  One can now configure MySQL as windows service as a normal user. (Bug #1802)
sql/sql_base.cc:
  Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736)
sql/sql_class.h:
  Fixed type
sql/sql_load.cc:
  IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704)
sql/sql_parse.cc:
  Change INSERT DELAYED ... SELECT... to INSERT .... SELECT
strings/ctype-tis620.c:
  Ensure that memory is freed properly (Partly becasue of bug #1770)
  Bar should check the proposed patch in #1770 if we can use it
support-files/mysql.server.sh:
  Safety fix (Bug #1815)
2003-12-14 06:39:52 +02:00
..
2003-07-03 20:57:51 +05:00
2003-03-13 13:44:03 +01:00
2003-12-04 19:48:10 +02:00
2003-02-03 09:17:47 +01:00
2002-12-26 15:55:22 +02:00
2002-03-13 17:20:17 +00:00
2001-06-12 17:13:52 +03:00
2001-10-08 05:36:35 +03:00
2002-02-13 22:37:19 +02:00
2003-07-09 00:55:07 +03:00
2003-06-01 23:40:01 +03:00
2001-11-20 17:58:00 +01:00
2003-11-20 22:20:54 +01:00
2001-04-17 21:30:02 +02:00
2003-11-20 23:15:07 +01:00
2002-05-17 10:50:57 +03:00
2001-12-13 15:53:18 +02:00
2003-07-03 16:48:47 +05:00
2003-07-10 15:27:02 +05:00
2003-08-22 18:43:46 +03:00
2001-11-30 22:09:44 -07:00
2003-09-09 20:06:50 +03:00
2003-12-10 01:08:10 +03:00
2003-12-12 21:26:20 +04:00
2000-12-29 16:06:10 +02:00
2001-10-24 11:52:19 -06:00
2003-12-13 04:04:38 +02:00
2003-09-24 23:25:58 +04:00
2001-09-27 23:05:54 -06:00
2001-08-18 10:49:00 +03:00
2003-08-20 16:25:44 +03:00
2001-10-08 07:24:04 +03:00
2003-05-14 01:27:26 +03:00
2003-05-14 01:27:26 +03:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2003-01-28 08:38:28 +02:00
2003-01-28 08:38:28 +02:00
2003-04-26 21:10:13 +03:00
2003-09-25 00:14:46 +02:00
2002-09-11 06:40:08 +03:00
2002-09-11 06:40:08 +03:00
2003-06-15 12:01:51 +02:00
2003-06-15 12:01:51 +02:00
2002-08-24 02:10:49 +03:00
2001-12-12 18:55:33 -07:00
2003-07-03 10:42:13 +05:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2003-06-25 17:15:33 +05:00
2003-09-16 20:28:29 +04:00
2002-12-05 03:52:53 +02:00
2001-06-28 15:24:28 +03:00
2003-05-14 01:27:26 +03:00

The file is empty.