An error occurred fetching the project authors.
- 07 Jun, 2004 1 commit
-
-
sergefp@mysql.com authored
-
- 01 Jun, 2004 1 commit
-
-
sergefp@mysql.com authored
* The prepared statement query is put into binary log on execution only if it is an update query.
-
- 11 May, 2004 2 commits
-
-
monty@mysql.com authored
-
serg@serg.mylan authored
-
- 05 Apr, 2004 1 commit
-
-
monty@mysql.com authored
Fixed bugs in group_concat with ORDER BY and DISTINCT (Bugs #2695, #3381 and #3319) Fixed crash when doing rollback in slave and the io thread catched up with the sql thread Set locked_in_memory properly
-
- 25 Mar, 2004 2 commits
-
-
monty@mysql.com authored
-
pem@mysql.comhem.se authored
This turned out to be a problem for prepared statements as well; the id was evaluated once, at parse time.
-
- 20 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 19 Mar, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 18 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
small optimisation in signed_literal
-
- 17 Mar, 2004 2 commits
-
-
ram@gw.mysql.r18.ru authored
- added unsigned_flag= 1; to Item_uint constructors - removed Item_uint::fix_fields() - added a comment about fix_fields() call
-
bell@sanja.is.com.ua authored
-
- 16 Mar, 2004 5 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
serg@serg.mylan authored
error message corrected
-
ram@gw.mysql.r18.ru authored
-
gluh@gluh.mysql.r18.ru authored
-
- 15 Mar, 2004 1 commit
-
-
konstantin@mysql.com authored
exceed unsigned long limit.
-
- 11 Mar, 2004 1 commit
-
-
guilhem@mysql.com authored
re-using unused LOCK_active_mi to serialize all administrative commands related to replication: START SLAVE, STOP SLAVE, RESET SLAVE, CHANGE MASTER, init_slave() (replication autostart at server startup), end_slave() (replication autostop at server shutdown), LOAD DATA FROM MASTER. This protects us against a handful of deadlocks (like BUG#2921 when two START SLAVE, but when two STOP SLAVE too). Removing unused variables.
-
- 04 Mar, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 17 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
strtod from mit-threads is restored and cleaned up
-
- 10 Feb, 2004 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
caused UDF functions to segmenation fault when they tried to print an error during wrong usage.
-
- 09 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Fixed output from mysqlbinlog when using --skip-comments Fixed warnings from valgrind Fixed ref_length when used with HEAP tables More efficent need_conversion() Fixed error handling in UPDATE with not updateable tables Fixed bug in null handling in CAST to signed/unsigned
-
- 05 Feb, 2004 3 commits
-
-
vva@eagle.mysql.r18.ru authored
-
bell@sanja.is.com.ua authored
-
monty@mysql.com authored
Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for sub selects. Needed for proper fix for bug #2479. Added 'select_to_file' class to be able to merge identical code for select_export and select_dump
-
- 03 Feb, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 28 Jan, 2004 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
dump when result was NULL.
-
- 19 Jan, 2004 2 commits
-
-
vva@eagle.mysql.r18.ru authored
-
hf@deer.(none) authored
Item & changed with Item* in Item_xxx constructors tables_list.first -> get_table_list()
-
- 13 Jan, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
by fixing optimizer bug with help of 'volatile' keyword
-
- 31 Dec, 2003 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 30 Dec, 2003 1 commit
-
-
hf@deer.(none) authored
Here i added Item_*::cleanup() functions, removed a lot of ~Item_*'s, added code to restore order_list and group_list
-
- 21 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Fixed bug in ORDER BY on a small column (Bug #2147) Fixed error from pthread_mutex_destroy() when one had wrong errmsg file
-
- 19 Dec, 2003 2 commits
-
-
konstantin@oak.local authored
All tests pass (client_test included)
-
monty@mysql.com authored
Cleaned up embedded library access and query cache handling Changed min stack size to 128K (to allow longer MyISAM keys) Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
-
- 10 Dec, 2003 1 commit
-
-
konstantin@mysql.com authored
-
- 28 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler) Added a lot of 'version_xxx' strings to 'show variables' Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris) Fixed problem with printing sub selects to debug log
-
- 23 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Added option --max-record-length=# to myisamchk Don't try repair twice if doing myisamchk --repair --force Shared memory handler didn't clean up things on errors or shutdown
-