- 17 Jan, 2004 2 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-drop-4.1
-
- 16 Jan, 2004 2 commits
-
-
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 11 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
-
jani@rhols221.adsl.netsonic.fi authored
with --disable-quote Added --compatible=ansi mode. Fixed a non-reported bug in compatible mode; there was a check for /*!41000 */ at this part of the code, while it obviously should have been /*!40100 */. So the mysqldump compatiple mode made for 4.0.1 will not work until 4.10 or later server is released :P Fixed into 4.0.2.
-
jani@rhols221.adsl.netsonic.fi authored
Bug#2080
-
- 14 Jan, 2004 14 commits
-
-
jani@rhols221.adsl.netsonic.fi authored
into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.1
-
jani@rhols221.adsl.netsonic.fi authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/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
We don't need to copy if start is 0, we can return the original value.
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
ram@gw.mysql.r18.ru authored
"PRIMARY" has been replaced by primary_key_name.
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1-bug
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b2361
-
bar@bar.intranet.mysql.r18.ru authored
Comment typo fix ,
-
jani@rhols221.adsl.netsonic.fi authored
- Fixed Bug#2346 - Fixed Bug#2378 - Fixed bug in pager (no Bug#ID (?)) - Added support for new special situations option type, GET_DISABLED. See handling of --debug in mysql.cc. compiled wihtout debugging, as an example.
-
- 13 Jan, 2004 8 commits
-
-
lenz@kallisto.local authored
(BUG 2289)
-
heikki@hundin.mysql.fi authored
If UNIV_SYNC_DEBUG was switched on, the error monitor thread could reserve a mutex BEFORE the sync debug system was initialized, and that caused a sync debug assertion in startup: move the 2 sec. sleep to a safer place; note that this is only heuristics, and in theory it can assert still
-
bar@bar.intranet.mysql.r18.ru authored
Unnesessary code was removed. Comment was added.
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b2361
-
ram@gw.mysql.r18.ru authored
-
greg@mysql.com authored
-
heikki@hundin.mysql.fi authored
Improve previous push: save 1000 bytes of thread stack in non-error cases
-
heikki@hundin.mysql.fi authored
If MySQL tries to do SELECT from an InnoDB table, but has set no table locks at all in ::external_lock(), print a descriptive error message and assert; some subquery bugs were of this type
-
- 12 Jan, 2004 3 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@gbichot2 authored
mysql_alter_db() now returns -1 in case of error, so that mysql_execute_command() calls send_error().
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1-bug
-