An error occurred fetching the project authors.
- 28 Dec, 2005 1 commit
-
-
ingo@mysql.com authored
If the server is started with --port-open-timeout=# retry to bind the TCP port if it fails with EADDRINUSE. Use the new option in mysql-test-run.sh.
-
- 22 Dec, 2005 1 commit
-
-
lars@mysql.com authored
This includes both code and test cases.
-
- 15 Dec, 2005 1 commit
-
-
ranger@regul.home.lan authored
with 20 test loops in case when any limit parameter was specified
-
- 08 Dec, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Updated after valgrinding
-
- 07 Dec, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 06 Dec, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 30 Nov, 2005 1 commit
-
-
patg@krsna.patg.net authored
and modifications to mysql-test-run(.pl/.sh)
-
- 23 Nov, 2005 1 commit
-
-
monty@mysql.com authored
The table opening process now works the following way: - Create common TABLE_SHARE object - Read the .frm file and unpack it into the TABLE_SHARE object - Create a TABLE object based on the information in the TABLE_SHARE object and open a handler to the table object Other noteworthy changes: - In TABLE_SHARE the most common strings are now LEX_STRING's - Better error message when table is not found - Variable table_cache is now renamed 'table_open_cache' - New variable 'table_definition_cache' that is the number of table defintions that will be cached - strxnmov() calls are now fixed to avoid overflows - strxnmov() will now always add one end \0 to result - engine objects are now created with a TABLE_SHARE object instead of a TABLE object. - After creating a field object one must call field->init(table) before using it - For a busy system this change will give you: - Less memory usage for table object - Faster opening of tables (if it's has been in use or is in table definition cache) - Allow you to cache many table definitions objects - Faster drop of table
-
- 10 Nov, 2005 1 commit
-
-
guilhem@mysql.com authored
Indeed now that stored procedures CALL is not binlogged, but instead the invoked substatements are, the restrictions applied by log-bin-trust-routine-creators=0 are superfluous for procedures. They still need to apply to functions where function calls are written to the binlog (for example as "DO myfunc(3)"). We rename the variable to log-bin-trust-function-creators but allow the old name until some future version (and issue a warning if old name is used).
-
- 03 Nov, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 01 Nov, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 25 Oct, 2005 2 commits
-
-
patg@krsna.patg.net authored
Made change to mysqlimport to set character_set_database to binary to make importing various charsets/columns work correctly.
-
kent@mysql.com authored
Option to set environment variable MTR_BUILD_THREAD to a small number, from what mysql-test-run calculate port numbers that will not conflict with other runs with different thread num
-
- 18 Oct, 2005 3 commits
-
-
ranger@regul.home.lan authored
-
ranger@regul.home.lan authored
Added initial support of stress testing. Now it is possible to start stress test from mysql-test-run script. For details see README.stress
-
gluh@eagle.intranet.mysql.r18.ru authored
'information_schema' is excluded from list of databases for mysqlcheck command
-
- 13 Sep, 2005 1 commit
-
-
monty@mishka.mysql.fi authored
Added flag to Field::store(longlong) to specify if value is unsigned. This fixes bug #12750: Incorrect storage of 9999999999999999999 in DECIMAL(19, 0) Fixed warning from valgrind in CREATE ... SELECT Fixed double free of mysql.options if reconnect failed
-
- 09 Sep, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 26 Aug, 2005 1 commit
-
-
kent@mysql.com authored
Corrected typo
-
- 15 Jul, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Fixed problem, only detect comment if the # is on start of line AND starting line of the current command. - Wrote tests for most of the mysqltest commands, added stricter checking of correct syntax.
-
- 24 Jun, 2005 1 commit
-
-
kent@mysql.com authored
Corrected path to CA certificate
-
- 21 Jun, 2005 1 commit
-
-
msvensson@neptunus.(none)[msvensson] authored
-
- 10 Jun, 2005 2 commits
-
-
kent@mysql.com authored
Added a sleep for 5 seconds when shuting down, work around for strange problem with server restarts mtr_cases.pl: Set default time zone as opt to mysqld mysql-test-run.pl: Enabled --mysqld=<flags> to work Put some Windows path names into environment, to be used in --replace_result mysql-test-run.sh: Make shell script tolerant to Windows change in test cases
-
serg@serg.mylan authored
don't start ndb cluster if no test uses it.
-
- 09 Jun, 2005 1 commit
-
-
kent@mysql.com authored
Corrected path to SSL certificate files
-
- 05 Jun, 2005 1 commit
-
-
monty@mysql.com authored
Simple optimization for 2 argument usage to function of variable arguments Fix stack overrun when using 1+1+1+1+1+1+1+.... Update crash-me results for 5.0 Don't call post_open if pre_open() fails (optimization)
-
- 26 May, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 25 May, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 18 May, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 15 May, 2005 1 commit
-
-
kent@mysql.com authored
Not to conflict with Windows return code 2 for "not found", use 62 for "skip" mysql-test-run.sh, suppress.purify: Use Purify suppress file
-
- 05 May, 2005 1 commit
-
-
gbichot@quadita2.mysql.com authored
Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146 binlogging/replication of routines (stored procs and functions). Approximative, because it's using our binlogging way (what we call "query"-level) and this is not as good as record-level binlog (5.1) would be. It imposes several limitations to routines, and has caveats (which I'll document, and for which the server will try to issue errors but that is not always possible). Reason I don't propagate caller info to the binlog as planned is that on master and slave users may be different; even with that some caveats would remain.
-
- 28 Apr, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 27 Apr, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 07 Apr, 2005 1 commit
-
-
monty@mysql.com authored
Fixed warnings by valgrind for sum_distinct.test Enable buffered-record-reads after filesort for InnoDB tables with short primary key Enabled sort-with-data for MyISAM temporary files
-
- 06 Apr, 2005 1 commit
-
-
monty@mysql.com authored
Added suppression file for some valgrind warnings that are not real errors
-
- 03 Apr, 2005 1 commit
-
-
petr@mysql.com authored
Enable IM in the binary distribution and fix Bug #9513 (mysql.server script from the binary distibution doesn't work out of the box)
-
- 31 Mar, 2005 1 commit
-
-
jimw@mysql.com authored
up a couple of tests and adjusting the output of others. Exposes two bugs (9472 and 9508).
-
- 30 Mar, 2005 2 commits
-
-
jimw@mysql.com authored
by adding check for embedded server within tests and splitting some tests into multiple test files.
-
jimw@mysql.com authored
-
- 29 Mar, 2005 1 commit
-
-
jimw@mysql.com authored
mysql-test-run to the tests themselves.
-