- 20 Jan, 2004 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
-
heikki@hundin.mysql.fi authored
Remove extra mtr_start()
-
- 19 Jan, 2004 11 commits
-
-
konstantin@mysql.com authored
-
konstantin@oak.local authored
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2310/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
-
bar@bar.intranet.mysql.r18.ru authored
into bar.intranet.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
bar@bar.intranet.mysql.r18.ru authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
-
ram@gw.mysql.r18.ru authored
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b2182
-
- 18 Jan, 2004 3 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/wl1280-fix
-
acurtis@pcgem.rdg.cyberkinetica.com authored
-
serg@serg.mylan authored
(same as ChangeSet@1.1538.36.1, 2003-06-12 12:41:29+02:00, serg@serg.mylan, "FT2 bug in mi_delete fixed") BUG#2417
-
- 17 Jan, 2004 12 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-insert-4.1
-
bell@sanja.is.com.ua authored
test fixed
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-exists-4.1
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-ft_derived-4.1
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
check of memory allocation operation was added
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-sub-4.1
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-sub-4.1
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-drop-4.1
-
- 16 Jan, 2004 3 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@kallisto.local authored
call to /usr/bin/awk - replaced this with the proper autoconf variable instead (makelist is now generated out of makelist.sh during the compile phase)
-
- 15 Jan, 2004 9 commits
-
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
-
bar@bar.intranet.mysql.r18.ru authored
into bar.intranet.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
bar@bar.intranet.mysql.r18.ru authored
http://bugs.mysql.com/bug.php?id=2386 Index.xml file larger than 1024*16 Fix for the above bug.
-
lenz@kallisto.local authored
-
bar@bar.intranet.mysql.r18.ru authored
Blame me!
-
bar@bar.intranet.mysql.r18.ru authored
http://bugs.mysql.com/bug.php?id=2218 updating utf-8 text field generate nonsense chars Fix for the above bug.
-
bar@bar.intranet.mysql.r18.ru authored
-
bar@bar.intranet.mysql.r18.ru authored
Unnesessary copying was fixed
-
jani@rhols221.adsl.netsonic.fi authored
open a file that already existed. The problem was that end_io_cache() was called even if init_io_cache() was not. This affected both OUTFILE and DUMPFILE (both fixed). Sometimes wrongly aligned pointer was freed, sometimes mysqld core dumped. Other problem was that select_dump::send_error removed the dumpfile, even if it was created by an earlier run, or by some other program, if the file permissions just permitted it. Fixed it so that the file will only be deleted, if an error occurred, but the file was created by mysqld just a moment ago, in that thread. On the other hand, select_export did not handle the corresponding garbage file at all. Both fixed. After these fixes, a big part of the select_export::prepare and select_dump::prepare code became identical. Merged the code into a new function called create_file(), which is now called by the two latter functions. Regards, Jani
-