An error occurred fetching the project authors.
- 01 Feb, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
Fix for extra zero in exponent of double values on windows.
-
- 28 Jul, 2005 1 commit
-
-
monty@mysql.com authored
-
- 26 Oct, 2004 1 commit
-
-
monty@mysql.com authored
New mysqltest that can run mysqltest with PS Added support for ZEROFILL in PS Fixed crash when one called mysql_stmt_store_result() without a preceding mysql_stmt_bind_result() Updated test cases to support --ps-protocol (Some tests are still run using old protocol) Fixed crash in PS when using SELECT * FROM t1 NATURAL JOIN t2... Fixed crash in PS when using sub queries Create table didn't signal when table was created. This could cause a "DROP TABLE created_table" in another thread to wait "forever" Fixed wrong permissions check in PS and multi-table updates (one could get permission denied for legal quries) Fix for PS and SELECT ... PROCEDURE Reset all warnings when executing a new PS query group_concat(...ORDER BY) didn't work with PS Fixed problem with test suite when not using innodb
-
- 02 Oct, 2004 1 commit
-
-
monty@mishka.local authored
More tests. Better error messages. Fixed bug when checking if we updated all needed columns for INSERT. Give an error if we encounter a wrong float value during parsing. Don't print DEFAULT for columns without a default value in SHOW CREATE/SHOW FIELDS. Fixed UPDATE IGNORE when using STRICT mode.
-
- 15 Sep, 2004 1 commit
-
-
wax@kishkin.ru authored
porting mysql_test_run on Linux and Windows
-
- 17 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 05 Mar, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
- get my_strtod to return inf - get Field_float::store(double) and Field_double::store(float) to set null for nan value (as extra serg's recomendations to fix for patch on Bug #2082 'mysqldump converts "inf" to null')
-
- 04 Mar, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
added commands vertical_results and horisontal_results to client/mysqltest.c
-
- 14 Dec, 2003 1 commit
-
-
monty@mysql.com authored
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)
-
- 08 Oct, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 29 Sep, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Add quoting for use `database` for mysqlbinlog Removed test ins0000001 Add support for --replace for exec in mysqltest Don't refer to install dir in mysqlbinlog.result
-
- 24 Jun, 2003 1 commit
-
-
hf@deer.(none) authored
Looks a bit nicer than previous one
-
- 28 Jan, 2003 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
done from the select containing a table to be inserted to.
-
Sinisa@sinisa.nasamreza.org authored
-
- 27 Jan, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Automatically add SQL_BUFFER_RESULT if INSERT is done from SELECT comprising a table to be inserted in.
-
- 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()
-
- 07 Dec, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 18 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
This fixes a bug when doing multi-row inserts on table with an auto_increment key that is not in the first key segment.
-
- 08 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Lots of code fixes to the replication code (especially the binary logging and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
-
- 24 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 25 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Changed mysql-test to use --language Cleaned up parameters to filesort()
-
- 28 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
-