An error occurred fetching the project authors.
- 02 Nov, 2004 1 commit
-
-
bar@mysql.com authored
Allow mixing of different character sets for more SQL functions. item_func.h: Allow mixing of different character sets for more SQL functions..
-
- 29 Oct, 2004 2 commits
-
-
bar@mysql.com authored
"uint *errors" is now a non-optional parameter in String:copy() and copy_and_convert().
-
bar@mysql.com authored
constant with a column. The string is converted into the column character set. It conversion doesn't lose data, then operation is possible. Otherwise, give an error, as it was earlier.
-
- 28 Oct, 2004 1 commit
-
-
bar@mysql.com authored
args[0] is now used instead.
-
- 21 Oct, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 13 Oct, 2004 1 commit
-
-
konstantin@mysql.com authored
crashes server." The fix makes Item_func_rand prepared-statements aware plus it fixes the case when RAND is used in prepared statements and replication is on (as well as several similar issues). Until now we did not reset THD before every execution of a prepared statement, so if some execution had set thd->time_zone_used or thd->rand_used they would not be reset until next mysql_parse. Some of post-review fixes done.
-
- 09 Oct, 2004 1 commit
-
-
konstantin@mysql.com authored
change, and perform it (the new Item changes registry).
-
- 08 Oct, 2004 1 commit
-
-
konstantin@mysql.com authored
doesn't need to have it's own recovery mechanism.
-
- 07 Oct, 2004 1 commit
-
-
monty@mysql.com authored
Some bigger code changes was necessary becasue of the multi-table-update and the new HANDLER code
-
- 11 Sep, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 10 Sep, 2004 1 commit
-
-
ingo@mysql.com authored
Added code to adjust the field_length of user variables in dependence on the field type. Aded new constants for numeric field widths.
-
- 01 Sep, 2004 1 commit
-
-
bar@mysql.com authored
-
- 24 Aug, 2004 2 commits
-
-
gluh@gluh.mysql.r18.ru authored
-
gluh@gluh.mysql.r18.ru authored
-
- 31 Jul, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 22 Jun, 2004 1 commit
-
-
pem@mysql.comhem.se authored
-
- 21 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 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.
-