An error occurred fetching the project authors.
- 15 Aug, 2006 1 commit
-
-
brian@zim.(none) authored
-
- 14 Aug, 2006 1 commit
-
-
brian@zim.(none) authored
Fixed install breakage (my own fault) Edited exampled cnf to remove bdb references.
-
- 03 Aug, 2006 1 commit
-
-
ingo/istruewing@chilla.local authored
New test cases. Names with umlauts don't compare well on Windows.
-
- 02 Aug, 2006 1 commit
-
-
ingo/istruewing@chilla.local authored
Continued implementation of WL#1324 (table name to filename encoding) The intermediate (not temporary) files of the new table during ALTER TABLE was visible for SHOW TABLES. These intermediate files are copies of the original table with the changes done by ALTER TABLE. After all the data is copied over from the original table, these files are renamed to the original tables file names. So they are not temporary files. They persist after ALTER TABLE, but just with another name. In 5.0 the intermediate files are invisible for SHOW TABLES because all file names beginning with "#sql" were suppressed. This failed since 5.1.6 because even temporary table names were converted when making file names from them. The prefix became converted to "@0023sql". Converting the prefix during SHOW TABLES would suppress the listing of user tables that start with "#sql". The solution of the problem is to continue the implementation of the table name to file name conversion feature. One requirement is to suppress the conversion for temporary table names. This change is straightforward for real temporary tables as there is a function that creates temporary file names. But the generated path names are located in TMPDIR and have no relation to the internal table name. This cannot be used for ALTER TABLE. Its intermediate files need to be in the same directory as the old table files. And it is necessary to be able to deduce the same path from the same table name repeatedly. Consequently the intermediate table files must be handled like normal tables. Their internal names shall start with tmp_file_prefix (#sql) and they shall not be converted like normal table names. I added a flags parameter to all relevant functions that are called from ALTER TABLE. It is used to suppress the conversion for the intermediate table files. The outcome is that the suppression of #sql in SHOW TABLES works again. It does not suppress user tables as these are converted to @0023sql on file level. This patch does also fix ALTER TABLE ... RENAME, which could not rename a table with non-ASCII characters in its name. It does also fix the problem that a user could create a table like `#sql-xxxx-yyyy`, where xxxx is mysqld's pid and yyyy is the thread ID of some other thread, which prevented this thread from running ALTER TABLE. Some of the above problems are mentioned in Bug 1405, which can be closed with this patch. This patch does also contain some minor fixes for other forgotten conversions. Still known problems are reported as bugs 21370, 21373, and 21387.
-
- 14 Mar, 2006 1 commit
-
-
mikael@zim.(none) authored
-
- 01 Mar, 2006 1 commit
-
-
serg@serg.mylan authored
restore CREATE TABLE ... TYPE=engine until 5.2
-
- 20 Feb, 2006 1 commit
-
-
konstantin@mysql.com authored
Fixes failing sp.test
-
- 19 Feb, 2006 1 commit
-
-
brian@zim.tangent.org authored
Fixed some threading issues that Guilhem found (and its what I get for copy and pasting from elsewhere without thinking about it). Added depracted messages to BACKUP, RESTORE, and LOAD TABLE FROM MASTER (which doesn't work well).
-
- 24 Jan, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 30 Dec, 2005 1 commit
-
-
bar@mysql.com authored
t4 was not dropped, which made the "backup" test fail if one of the previous tests using t4 (e.g. "archive") failed.
-
- 24 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Previously we only stored the first given error (the error sent to the client)
-
- 17 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Don't create temporary objects with no table name
-
- 10 Mar, 2003 2 commits
-
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
Fixed memory leak when replication restarts in debug mode
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 26 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Update test results for MySQL 4.0
-
- 28 Sep, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added support for quiet increased line buffer size client/mysqltest.c fixed memory leak added query logging to result file added error message logging to result file added enable_query_log/disable_query_log mysql-test/mysql-test-run.sh converted tests to use mysqlmanager Updated test results
-
- 21 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 15 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files
-
- 23 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 19 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixes for restore table test case for backup/restore
-