summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mashka.mysql.fi2003-03-272-27/+29
|\
| * Fix for stack size checking on Solaris.monty@mashka.mysql.fi2003-03-261-2/+3
| * Fix for glibc with small stack size (fixes bug when running crash-me)monty@mashka.mysql.fi2003-03-262-26/+27
* | mysqld.cc:heikki@hundin.mysql.fi2003-03-271-1/+1
* | fixed problem of port without host in SHOW PROCESSLIST (bug 189)bell@sanja.is.com.ua2003-03-261-1/+1
* | - fixed typo (build_command -> build-command)lenz@mysql.com2003-03-251-1/+1
* | - added new option "--build-command" to be able to use differentlenz@mysql.com2003-03-251-31/+45
* | crash-me.sh:walrus@mysql.com2003-03-261-0/+109
* | Fix for small bug #186 (If a connection has temporary tables and doesguilhem@mysql.com2003-03-251-0/+10
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-03-253-0/+32
|\
| * Fixed bug with GROUP BY and aliasmonty@narttu.mysql.fi2003-03-253-0/+32
* | - fixed wrong order of commands in Mac OS X Readme.txtlenz@mysql.com2003-03-241-1/+1
* | Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2003-03-24242-1698/+12373
|\ \
| * | make myisam usable without threads (and even w/o pthread_t)serg@sergbook.mysql.com2003-03-243-2/+12
| * | Reverted fix away from 4.0, because it may in rare circumstansesjani@rhols221.adsl.netsonic.fi2003-03-231-0/+6
| * | Changed some tests to pass with new auto_increment handling,jani@hynda.(none)2003-03-2216-44/+44
| * | Added error in case auto_increment and default where definedjani@hynda.(none)2003-03-221-6/+14
| * | Fix for #178 Replicating INSERT VALUES(USER()) crashes (SEGV) the slaveguilhem@mysql.com2003-03-221-1/+3
| * | Missed one file from Novell changes in 1.1686greg@mysql.com2003-03-211-49/+49
| * | Changes from Novell for various NetWare-only files, post-4.0.12greg@mysql.com2003-03-2134-267/+367
| * | crash-me.sh:walrus@mysql.com2003-03-211-0/+14
| * | Fixed a bug in comment handling.jani@rhols221.adsl.netsonic.fi2003-03-211-2/+10
| * | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0bell@sanja.is.com.ua2003-03-213-2/+31
| |\ \
| | * | do not allow to cache queries with INTO clausebell@sanja.is.com.ua2003-03-063-2/+31
| * | | Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-4.0pem@mysql.com2003-03-201-85/+85
| |\ \ \ | | |_|/ | |/| |
| | * | Fixed lots of typos, and translated a few messages.pem@mysql.com2003-03-191-85/+85
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-03-196-11/+64
| |\ \ \
| | * | | Print right hostname or IP in SHOW PROCESSLISTmonty@narttu.mysql.fi2003-03-196-11/+64
| * | | | Merge mysql.com:/space/my/mysql-4.0lenz@mysql.com2003-03-1916-50/+429
| |\ \ \ \ | | |/ / /
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-03-1916-50/+429
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Allow optimzation of multi-table-update also for InnoDB tablesmonty@narttu.mysql.fi2003-03-1913-48/+313
| | | * | Merge with 3.23 to get fix for halloween problem on Update of InnoDB tablesmonty@narttu.mysql.fi2003-03-184-1/+22
| | | |\ \
| | | | * | Fix of 'halloween bug' with UPDATE of InnoDB tables.monty@narttu.mysql.fi2003-03-184-0/+31
| | | | * | Merge bk-internal.mysql.com:/home/bk/mysql-3.23monty@mashka.mysql.fi2003-03-163-15/+10
| | | | |\ \
| | | | | * | row0mysql.c:heikki@hundin.mysql.fi2003-03-161-1/+1
| | | | | * | row0sel.c:heikki@hundin.mysql.fi2003-03-151-13/+8
| | | | | * | - tagged ChangeSet 1.1358 as mysql-3.23.56lenz@mysql.com2003-03-151-1/+1
| | | * | | | Test of range optimizer in InnoDBmonty@narttu.mysql.fi2003-03-183-2/+95
| * | | | | | - renamed "rnd" to "my_rnd" as the name was too generic (and is an exportedlenz@mysql.com2003-03-1810-402/+18
| |/ / / / /
| * | | | | - updated version number (4.0.12 -> 4.0.13)lenz@mysql.com2003-03-181-1/+1
| * | | | | New variable rli->ignore_log_space_limit to resolveguilhem@mysql.com2003-03-177-13/+111
| |/ / / /
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-03-176-5/+3
| |\ \ \ \
| | * | | | Change dbug.h -> my_dbug.h (Portability fix)monty@narttu.mysql.fi2003-03-176-5/+3
| * | | | | Fixed a bug in --one-database.jani@hynda.(none)2003-03-171-1/+2
| |/ / / /
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mashka.mysql.fi2003-03-1610-32/+69
| |\ \ \ \
| | * | | | Write binlog before commit when doing INSERT ... SELECTmonty@mashka.mysql.fi2003-03-163-7/+27
| | * | | | merge with 3.23 to get:monty@mashka.mysql.fi2003-03-157-20/+42
| | |\ \ \ \ | | | |/ / /
| | | * | | Code cleanupmonty@mashka.mysql.fi2003-03-141-10/+6
| | | * | | Merge bk-internal.mysql.com:/home/bk/mysql-3.23monty@mashka.mysql.fi2003-03-146-10/+35
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Check for empty table/column namesmonty@mashka.mysql.fi2003-03-146-10/+35