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-07-08 23:58:04 +03:00
2003-03-13 13:44:03 +01:00
2003-05-13 19:26:07 +03:00
2003-05-13 19:26:07 +03:00
2003-12-12 22:26:58 +02:00
2003-03-10 11:22:37 +02:00
2003-03-21 16:45:39 -05:00
2002-11-06 00:41:25 +02:00
2002-11-06 00:41:25 +02:00
2002-09-03 15:44:25 +03:00
2002-09-03 15:44:25 +03:00
2002-09-03 15:44:25 +03:00
2003-03-22 20:34:20 +02:00
2001-11-26 02:16:38 +02:00
2003-12-04 19:48:10 +02:00
2001-09-27 23:05:54 -06:00
2003-11-21 00:11:50 +02:00
2003-02-03 09:17:47 +01:00
2002-11-18 13:41:07 +02:00
2001-09-15 17:04:04 +02:00
2002-12-26 15:55:22 +02:00
2002-11-24 15:47:19 +02:00
2002-03-13 17:20:17 +00:00
2002-02-14 15:04:14 +02:00
2001-06-12 17:13:52 +03:00
2002-11-24 15:47:19 +02:00
2003-06-29 12:58:43 +03:00
2001-10-08 04:58:07 +03:00
2001-10-08 05:36:35 +03:00
2003-02-10 12:01:47 +01:00
2003-10-15 21:41:13 +03:00
2003-07-03 11:55:36 +03:00
2003-07-03 11:55:36 +03:00
2003-04-27 22:12:08 +03:00
2003-07-17 20:17:46 +02:00
2003-04-26 20:43:28 +03:00
2003-04-26 20:43:28 +03:00
2002-08-30 21:32:59 +03:00
2003-05-03 18:08:11 +02:00
2002-02-13 22:37:19 +02:00
2003-07-09 00:55:07 +03:00
2003-09-29 22:56:31 +02:00
2003-07-03 11:55:36 +03:00
2000-12-28 03:56:38 +02:00
2003-06-01 23:40:01 +03:00
2003-02-07 17:57:07 +02:00
2002-08-30 21:32:59 +03:00
2003-07-03 11:55:36 +03:00
2000-12-28 03:56:38 +02:00
2001-11-06 16:17:31 +01:00
2001-11-20 17:58:00 +01:00
2003-11-20 22:20:54 +01:00
2003-09-29 12:31:35 +03:00
2003-09-29 12:31:35 +03:00
2001-07-27 16:48:33 +02: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
2003-10-21 15:14:06 +05:00
2000-12-28 03:56:38 +02:00
2002-05-14 16:36:08 +02:00
2001-12-13 15:53:18 +02:00
2000-12-28 03:56:38 +02:00
2003-12-10 15:17:23 +03:00
2002-08-09 23:14:02 +03:00
2002-08-30 21:32:59 +03:00
2002-05-04 11:11:00 +03:00
2003-03-02 14:07:32 +01:00
2002-12-03 13:08:25 +02:00
2003-07-03 16:48:47 +05:00
2003-12-10 17:30:37 +03:00
2001-04-11 20:19:52 +03:00
2003-07-10 15:27:02 +05:00
2003-12-12 22:26:58 +02:00
2001-10-08 04:58:07 +03:00
2003-08-22 18:43:46 +03:00
2003-12-12 22:26:58 +02:00
2001-01-01 14:17:10 +02:00
2001-11-30 22:09:44 -07:00
2001-12-22 15:13:31 +02:00
2003-07-03 11:55:36 +03:00
2003-09-09 20:06:50 +03:00
2003-12-10 01:08:10 +03:00
2003-07-04 17:15:16 +05:00
2003-05-13 10:54:07 +03:00
2003-07-03 18:21:59 +05:00
2001-12-13 02:31:19 +02:00
2002-11-22 00:33:15 +02:00
2003-04-16 21:10:45 +03:00
2002-11-24 21:39:22 +02:00
2003-12-12 22:26:58 +02:00
2003-07-18 04:04:24 +03:00
2003-12-14 06:39:52 +02:00
2003-08-28 12:35:36 +03:00
2001-03-24 20:15:14 +02:00
2003-12-12 21:26:20 +04:00
2003-06-27 03:04:54 +03:00
2000-12-29 16:06:10 +02:00
2002-08-30 21:32:59 +03:00
2003-05-13 19:19:57 +02:00
2001-10-24 11:52:19 -06:00
2001-10-08 04:58:07 +03:00
2003-12-11 06:24:08 +02:00
2003-12-14 06:39:52 +02:00
2003-03-04 12:22:35 +02:00
2003-08-19 16:03:18 +03:00
2003-06-05 17:02:00 +02:00
2001-10-08 04:58:07 +03:00
2002-09-16 15:55:19 +03:00
2003-12-14 06:39:52 +02:00
2003-07-03 11:55:36 +03:00
2003-09-09 20:06:50 +03:00
2003-04-02 17:05:34 +03:00
2003-12-13 04:04:38 +02:00
2003-10-23 13:25:16 +03:00
2003-09-24 23:25:58 +04:00
2003-10-08 17:15:59 -04:00
2003-12-11 17:37:45 +04:00
2002-11-22 13:35:43 +02:00
2003-01-14 11:27:26 +02:00
2002-08-30 21:32:59 +03:00
2002-07-24 19:55:08 +03:00
2003-08-07 15:20:15 +02:00
2003-11-28 12:36:45 +01:00
2001-10-08 04:58:07 +03:00
2001-09-27 23:05:54 -06:00
2000-12-28 03:56:38 +02:00
2001-08-18 10:49:00 +03:00
2003-08-20 16:25:44 +03:00
2003-08-28 06:08:17 +03:00
2003-11-20 18:12:49 +02:00
2003-05-27 16:40:14 +03:00
2003-11-28 15:45:34 +02:00
2000-12-07 07:54:59 -07: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
2003-05-14 01:27:26 +03:00
2001-03-06 15:24:08 +02:00
2000-12-28 03:56:38 +02:00
2003-06-16 15:49:54 +02:00
2002-08-08 03:12:02 +03:00
2002-08-08 03:12:02 +03:00
2002-08-08 03:12:02 +03:00
2002-08-08 03:12:02 +03:00
2002-08-08 03:12:02 +03:00
2000-12-07 07:54:59 -07:00
2001-03-25 01:02:26 +02:00
2000-12-07 07:54:59 -07:00
2003-09-19 19:07:41 +02:00
2000-12-07 07:54:59 -07:00
2001-03-25 01:02:26 +02:00
2002-08-08 03:12:02 +03:00
2001-10-29 18:21:33 -07:00
2000-12-07 07:54:59 -07:00
2002-08-08 03:12:02 +03:00
2001-11-03 15:18:09 +02:00
2003-02-26 00:22:35 +02:00
2003-01-28 08:38:28 +02:00
2002-01-19 19:16:52 -07:00
2001-01-24 12:47:09 -07:00
2002-01-26 22:26:24 -07:00
2003-01-28 08:38:28 +02:00
2001-01-27 15:33:31 -07:00
2001-01-27 15:33:31 -07:00
2003-06-10 23:29:49 +02:00
2003-04-26 21:10:13 +03:00
2003-10-31 23:20:23 +01:00
2003-11-23 21:03:10 +02:00
2003-08-02 23:46:26 +02:00
2002-08-21 22:04:22 +03:00
2003-07-10 16:03:29 +02:00
2003-07-11 22:18:53 +02:00
2001-10-11 13:54:06 -06:00
2002-09-15 02:17:20 +04:00
2002-09-05 01:36:49 +04:00
2002-09-15 02:17:20 +04:00
2002-09-05 01:36:49 +04:00
2003-07-14 14:59:26 +03:00
2002-08-08 03:12:02 +03:00
2003-08-02 23:46:26 +02:00
2003-08-02 23:46:26 +02:00
2003-08-07 20:16:37 +03:00
2003-08-20 23:24:45 +02:00
2003-08-20 23:24:45 +02:00
2003-08-20 23:24:45 +02:00
2003-08-20 23:24:45 +02:00
2003-09-25 00:14:46 +02:00
2003-03-02 18:20:32 +01:00
2002-12-13 12:05:24 +02:00
2003-01-14 11:27:26 +02:00
2003-08-21 00:23:39 +02:00
2003-08-21 00:23:39 +02:00
2003-06-16 15:49:54 +02:00
2003-07-14 23:49:19 +03:00
2003-12-04 22:42:18 +01: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-11-16 20:19:10 +02:00
2002-11-16 20:19:10 +02:00
2003-11-03 18:24:01 +01:00
2003-07-06 17:59:54 +02:00
2002-08-24 02:10:49 +03:00
2003-02-26 00:04:13 +02:00
2003-06-17 23:19:38 +02:00
2001-12-12 18:55:33 -07:00
2002-08-08 03:12:02 +03:00
2001-06-28 18:22:29 -06:00
2002-08-22 16:50:58 +03:00
2003-10-17 00:00:25 +02: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-12-11 06:24:08 +02:00
2003-08-22 04:07:40 +03:00
2003-09-16 20:28:29 +04:00
2003-08-27 10:26:03 +03:00
2001-10-08 04:58:07 +03:00
2003-12-12 22:26:58 +02:00
2001-10-08 04:58:07 +03:00
2002-12-05 03:52:53 +02:00
2003-05-27 16:40:14 +03:00
2003-12-12 22:26:58 +02:00
2003-12-12 22:26:58 +02:00
2003-12-12 22:26:58 +02:00
2003-08-06 15:37:22 +02:00
2003-12-02 20:25:45 +03:00
2003-05-14 22:12:55 +03:00
2003-12-12 21:26:44 -04:00
2001-06-28 15:24:28 +03:00
2003-03-22 20:34:20 +02:00
2002-08-30 21:32:59 +03:00
2002-08-30 21:32:59 +03:00
2003-12-09 12:59:00 +04:00
2000-12-28 03:56:38 +02:00
2002-08-30 21:32:59 +03:00
2003-12-11 06:24:08 +02:00
2003-05-14 01:27:26 +03:00
2003-11-18 22:06:47 +01:00
2002-08-30 21:32:59 +03:00
2002-07-23 18:31:22 +03:00
2003-10-14 16:30:42 +03:00
2002-08-30 21:32:59 +03:00