An error occurred fetching the project authors.
- 25 Aug, 2009 1 commit
-
-
Bjorn Munch authored
Enabled proper pattern for Warnings and ERRORs Added some suppressions
-
- 30 Apr, 2009 1 commit
-
-
Narayanan V authored
This patch adds corrections to the original patch submitted 2009-04-08 (http://lists.mysql.com/commits/71607): - fixed that the original patch didn't work because of an incorrect condition; - added a test case.
-
- 10 Apr, 2009 1 commit
-
-
Sergey Glukhov authored
allow 'rename view' for ALTER ...UPGRADE DATA DIRECTORY NAME command. it's safe because a view has valid internal db&table names in this case.
-
- 10 Sep, 2007 1 commit
-
-
malff@lambda.weblab authored
UPGRADE) Bug 17565 (RENAME DATABASE destroys events) Bug#28360 (RENAME DATABASE destroys routines) Removed the RENAME DATABASE db1 TO db2 statement. Implemented the ALTER DATABASE db UPGRADE DATA DIRECTORY NAME statement, which has the same function.
-
- 21 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
Moved .progress files into the log directory Moved 'cluster' database tables into the MySQL database, to not have 'cluster' beeing a reserved database name Fixed bug where mysqld got a core dump when trying to use a table created by MySQL 3.23 Fixed some compiler warnings Fixed small memory leak in libmysql Note that this doesn't changeset doesn't include the new mysqldump.c code required to run some tests. This will be added when I merge 5.0 to 5.1
-
- 12 Apr, 2006 1 commit
-
-
bar@mysql.com authored
"upgrade" failed on windows, because of lower_case_table_name. This fix changes letters to lower case, not to depend on OS. Note, this change does not affect coverage of Bug N 17142 "Crash if create with encoded name", which the test war originally written for.
-
- 07 Mar, 2006 1 commit
-
-
bar@mysql.com authored
upgrade.result, upgrade.test: Adding test case. table.cc: Don't try to open a table with old-formatted name, if the table name contains "@" character. This is to avoid mixing two different names to each other. Thanks Monty for suggesting this fix.
-
- 26 Feb, 2006 1 commit
-
-
monty@mysql.com authored
Don't run upgrade.test with embedded server as it requires mysqlcheck
-
- 17 Feb, 2006 1 commit
-
-
bar@mysql.com authored
new file: Adding a test case for "Migration tool for 5.1 table name encoding"
-