- 17 Dec, 2003 1 commit
-
-
monty@mysql.com authored
-
- 16 Dec, 2003 9 commits
-
-
monty@mysql.com authored
-
hf@deer.(none) authored
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.0
-
monty@mysql.com authored
Make ENGINE= an alias for TYPE= (Compabiltiy with 4.1) Fix when using symlinked data files and realpath() is not working
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
"EE_ error codes (EE_DELETE, EE_WRITE) end up in the binlog, making slave stop". The problem was that during execution of the command on the master, an error can occur (for example, not space left on device, then mysqld waits and when there is space it completes successfully: so finally it worked but the error EE_WRITE remains in thd->net.last_errno and thd->net.last_error). To know if finally the command succeeded, we test the 'error' variable in every place, and if it shows no failure we reset thd->net.last_err* using the function THD::clear_error() which is backported from 4.1. A new test to see if now only real errors get to the binlog (note: the test uses "rm"). Also a bit of memory free/alloc saving in log_event.cc (do not free the whole mem_root after every query in the slave SQL thread: we can keep the initial block of it; which will be freed when the thread terminates).
-
jani@rhols221.adsl.netsonic.fi authored
-
jani@rhols221.adsl.netsonic.fi authored
command delimiter to change the default delimiter (;) to something else, a string upto 16 characters is allowed. Separate the sub queries with ';' and end the whole statement with your own delimiter.
-
monty@mysql.com authored
-
- 15 Dec, 2003 6 commits
-
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.1
-
monty@mysql.com authored
-
ram@gw.mysql.r18.ru authored
part one of the fix for the bug #2077: accented characters in enum/defaul values are reported incorrectly
-
Sinisa@sinisa.nasamreza.org authored
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.1
-
monty@mysql.com authored
Signed auto_increment keys for HASH tables (like for MyISAM tables in 4.0) nitialize system_charset_info() early. Fixes core dump when starting windows service
-
- 14 Dec, 2003 3 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
-
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)
-
- 13 Dec, 2003 19 commits
-
-
miguel@hegel.local authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
Sinisa@sinisa.nasamreza.org authored
Bug happens in INTERVAL function when number of compared arguments is 8 or more.
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
Sinisa@sinisa.nasamreza.org authored
customer and Dean Ellis.
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.0
-
lenz@mysql.com authored
instead.
-
lenz@mysql.com authored
-
lenz@mysql.com authored
-
lenz@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.0
-
lenz@mysql.com authored
-
lenz@mysql.com authored
-
monty@mysql.com authored
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.0-1
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2023/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
(bug #2023)
-
- 12 Dec, 2003 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0.1224
-