summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal:/home/bk/mysql-4.0/unknown2003-08-123-34/+50
|\
| * snprintf compatibility fixunknown2003-08-121-1/+1
| * BETWEEN bug fix: non-const expressions on both endsunknown2003-08-091-28/+41
| * between range optimization bug (between with const on one end only)unknown2003-08-081-5/+8
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-076-89/+109
|\ \ | |/ |/|
| * Review of changesets since last pull.unknown2003-08-076-89/+109
* | mergedunknown2003-08-071-2/+2
|\ \
| * \ Merge bk-internal:/home/bk/mysql-3.23/unknown2003-08-071-2/+2
| |\ \
| | * | fixed password buffer overflowunknown2003-08-071-2/+2
| * | | Fix an erronous cast for GCC introduced for to fix VC++ compiler errorunknown2003-08-051-1/+1
| * | | Fix VC++ compiler errorunknown2003-08-041-1/+1
| |/ /
| * | Cleaned up code commentunknown2003-08-031-1/+2
| * | Backporting the changeset below from 4.0, because a customer hitsunknown2003-08-011-1/+2
| * | ha_innobase.cc:unknown2003-07-021-14/+6
* | | PRIMARY KEY can erroneously have HA_NULL_PART_KEY flag that breaks correct ke...unknown2003-08-071-1/+2
* | | Bug #792 combination of date-interval and between with mixed constant and non...unknown2003-08-061-6/+4
* | | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-08-051-2/+8
|\ \ \
| * | | make it clear for optimizer that XOR's are not optimizable at the moment (BUG...unknown2003-08-051-2/+8
* | | | 2 bugfixes:unknown2003-08-043-17/+42
| |_|/ |/| |
* | | Fix so that SET PASSWORD is not replicated by the slave if running withunknown2003-08-021-0/+19
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-021-4/+22
|\ \ \ | |/ / |/| |
| * | Mark tables 'updating' in sql_acl.cc (mysql_grant(), mysql_table_grant()) so ...unknown2003-08-021-4/+22
* | | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-08-011-4/+0
|\ \ \
| * | | outer join, impossible on condition, where, and usable key for rangeunknown2003-07-251-4/+0
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2003-07-301-3/+9
|\ \ \ \
| * | | | Fix security bug. mysqld server without ssl support was completlyunknown2003-07-301-3/+9
* | | | | support of more then 255 tables dependence in query cache (fixed BUG#930)unknown2003-07-301-1/+1
|/ / / /
* | | | mysqld.cc:unknown2003-07-291-1/+1
| |/ / |/| |
* | | Avoid segfault when LOAD DATA FROM MASTER is run on a master which does nounknown2003-07-281-1/+1
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-244-55/+134
|\ \ \
| * | | Fix for BUG#858 "CHANGE MASTER forgets to update relay-log.info";unknown2003-07-241-3/+17
| * | | WL#1036 (print the db in slave error messages).unknown2003-07-243-52/+117
| |/ /
* | | Fix for service issue with paths having spaces (bug #687)unknown2003-07-231-2/+5
|/ /
* | Bug #473 - GRANT ... TO ''@... was requiring FLUSH PRIVILEGES to workunknown2003-07-211-1/+1
* | Fix for #712 with Serg's suggestionsunknown2003-07-191-2/+2
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-191-4/+5
|\ \
| * | Proposed bugfix for #712unknown2003-07-141-4/+5
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-181-1/+5
|\ \ \
| * | | Fixed memory overrun when doing REPAIR on table with multi-part auto_incremen...unknown2003-07-181-1/+5
* | | | Merge bk-internal:/home/bk/mysql-4.0/unknown2003-07-151-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | bug #702 - ALTER TABLE tm UNION=(t1,t2) doesn't work if t1.MYD is compressedunknown2003-07-151-0/+3
* | | | Portability fixesunknown2003-07-151-0/+4
* | | | mergeunknown2003-07-141-2/+2
|\ \ \ \
| * | | | Fixed wrong test in LOG::closeunknown2003-07-141-2/+2
* | | | | errmsg.txt:unknown2003-07-141-1/+1
|/ / / /
* | | | ha_innodb.h:unknown2003-07-141-3/+1
* | | | ha_innodb.h:unknown2003-07-141-2/+3
* | | | Better fix for bug #791: At binlog rotation, INSERTs may not find their way i...unknown2003-07-144-23/+29
* | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-141-5/+2
|\ \ \ \
| * | | | backport fix for the bug #803: INTERVAL(NULL, ....)unknown2003-07-141-5/+2
| | |/ / | |/| |