summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Bug #473 - GRANT ... TO ''@... was requiring FLUSH PRIVILEGES to workserg@serg.mylan2003-07-211-1/+1
* Fix for #712 with Serg's suggestionshf@deer.(none)2003-07-191-2/+2
* Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0hf@deer.(none)2003-07-191-4/+5
|\
| * Proposed bugfix for #712hf@deer.(none)2003-07-141-4/+5
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-07-181-1/+5
|\ \
| * | Fixed memory overrun when doing REPAIR on table with multi-part auto_incremen...monty@narttu.mysql.fi2003-07-181-1/+5
* | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2003-07-151-0/+3
|\ \ \ | |/ / |/| |
| * | bug #702 - ALTER TABLE tm UNION=(t1,t2) doesn't work if t1.MYD is compressedserg@serg.mylan2003-07-151-0/+3
* | | Portability fixesmonty@narttu.mysql.fi2003-07-151-0/+4
* | | mergemonty@narttu.mysql.fi2003-07-141-2/+2
|\ \ \
| * | | Fixed wrong test in LOG::closemonty@narttu.mysql.fi2003-07-141-2/+2
* | | | errmsg.txt:heikki@hundin.mysql.fi2003-07-141-1/+1
|/ / /
* | | ha_innodb.h:heikki@hundin.mysql.fi2003-07-141-3/+1
* | | ha_innodb.h:heikki@hundin.mysql.fi2003-07-141-2/+3
* | | Better fix for bug #791: At binlog rotation, INSERTs may not find their way i...monty@narttu.mysql.fi2003-07-144-23/+29
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0ram@mysql.r18.ru2003-07-141-5/+2
|\ \ \
| * | | backport fix for the bug #803: INTERVAL(NULL, ....)ram@mysql.r18.ru2003-07-141-5/+2
| | |/ | |/|
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mashka.mysql.fi2003-07-1416-88/+77
|\ \ \ | |/ / |/| |
| * | Safety and speedup fixes:monty@mashka.mysql.fi2003-07-1416-88/+77
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0ram@mysql.r18.ru2003-07-1418-248/+268
|\ \ \ | |/ /
| * | Cleaning after removing LOG_INFO_PURGE_NO_ROTATE.guilhem@mysql.com2003-07-121-2/+0
| * | Member no_rotate in MYSQL_LOG was always 0, I delete it.guilhem@mysql.com2003-07-122-44/+31
| * | removed 2 small useless if().guilhem@mysql.com2003-07-123-10/+11
| * | Fix for BUG#791:guilhem@mysql.com2003-07-1118-195/+229
* | | Fix for the bug #801: create table t1 select x'41'; doesn't workram@mysql.r18.ru2003-07-111-0/+1
* | | Fix for the bug #803.ram@mysql.r18.ru2003-07-101-10/+12
|/ /
* | Cleanupsmonty@mashka.mysql.fi2003-07-094-37/+43
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mashka.mysql.fi2003-07-095-10/+17
|\ \
| * | Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYSmonty@mashka.mysql.fi2003-07-085-10/+17
* | | ha_innodb.cc:heikki@hundin.mysql.fi2003-07-081-0/+7
| |/ |/|
* | Fix forguilhem@mysql.com2003-07-0825-16/+38
* | typos fixedserg@serg.mylan2003-07-071-6/+6
* | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2003-07-071-26/+12
|\ \
| * | finally proper recursive descent for parsing expressions with MATCH ... AGAIN...serg@serg.mylan2003-07-071-17/+3
| * | correct (finally) condition for MATCH >0, >=0 etc in add_ft_keys (SW#1647)serg@serg.mylan2003-07-071-9/+9
* | | sql_delete.cc:heikki@hundin.mysql.fi2003-07-071-1/+6
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2003-07-068-34/+184
|\ \ \
| * | | WL#912 (more user control on relay logs):guilhem@mysql.com2003-07-068-34/+184
* | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-07-041-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix for bug #676Sinisa@sinisa.nasamreza.org2003-07-031-0/+8
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-07-042-1/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2003-07-042-1/+4
| |\ \ \
| | * | | merge + order by (bug #515) temporary fixserg@serg.mylan2003-07-042-1/+4
* | | | | Remove compiler warningsmonty@narttu.mysql.fi2003-07-045-6/+14
|/ / / /
* | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0ram@mysql.r18.ru2003-07-052-4/+33
|\ \ \ \
| * | | | fixed bug #670vva@eagle.mysql.r18.ru2003-07-042-4/+33
| |/ / /
* | | | fix and test case for the bug #787: HANDLER without INDEX doesn't work with d...ram@mysql.r18.ru2003-07-041-22/+17
|/ / /
* | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2003-07-041-0/+5
|\ \ \
| * | | handler should be used with constant expressions only (or rand)serg@serg.mylan2003-07-041-1/+6
* | | | Fixed memory/lock leak from bug fixmonty@narttu.mysql.fi2003-07-041-1/+1