summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Change name -> alias in TABLE_LIST.unknown2002-09-2110-61/+83
* Fixed bug with BINARY NULLunknown2002-09-181-1/+6
* Fixed bug in ALTER TABLE and RENAME TABLE when running with lower-case-table-...unknown2002-09-161-2/+2
* Fixed core dump bug in ORDER BY ... LIMITunknown2002-09-151-2/+7
* ha_innobase.cc:unknown2002-09-101-2/+0
* mysqld.cc:unknown2002-09-103-3/+7
* ha_innobase.cc, ha_innobase.h:unknown2002-09-102-2/+10
* Mergeunknown2002-09-034-38/+61
|\
| * Fixed bug introduces by last changesetunknown2002-09-032-35/+46
| * Check if AND/OR expression can be NULLunknown2002-09-032-3/+15
* | LOCK+modify+OPTIMIZE bugfixunknown2002-08-311-0/+1
|/
* Mergeunknown2002-08-312-6/+11
|\
| * Little but nasty bug with BDB and alter tableunknown2002-08-281-5/+8
| * row0mysql.c, ha_innobase.cc:unknown2002-08-231-1/+3
* | Fixed bug in mysqld when using configure --localstatedirunknown2002-08-231-1/+1
|/
* ha_innobase.h, ha_innobase.cc:unknown2002-08-122-3/+9
* put InnoDB HANDLER patch back again :))unknown2002-08-122-0/+56
* undo InnoDB HANDLER patch as it should not go into 3.23 treeunknown2002-08-122-56/+0
* ha_innobase.cc:unknown2002-08-121-31/+41
* Fix after mergeunknown2002-08-122-2/+1
* mergeunknown2002-08-123-36/+50
|\
| * Fixed problem with BIGINT and shutdown on AIXunknown2002-08-123-55/+20
* | trx0trx.h, trx0trx.c, ha_innobase.cc, ha_innobase.h:unknown2002-08-122-1/+57
* | ha_innobase.cc, ut0ut.c, univ.i, ut0ut.h:unknown2002-08-111-58/+13
|/
* A small fix for last_insert_id with multi-row insertsunknown2002-08-101-1/+1
* A change in IF behaviour that several users asked for ...unknown2002-08-091-0/+6
* ha_innobase.cc, trx0trx.h, lock0lock.c, trx0trx.c:unknown2002-08-091-2/+2
* ha_innobase.cc:unknown2002-08-091-4/+9
* ha_innobase.cc:unknown2002-08-091-2/+36
* Reverted Heikkis patch as his was not portable.unknown2002-08-082-52/+18
* Better fix for problem with empty database names in the mysql.db tableunknown2002-08-081-1/+4
* Fix for a security flaw in database hashunknown2002-08-071-0/+2
* Many files:unknown2002-08-061-0/+1
* Fixed problem with make distcheckunknown2002-08-061-14/+7
* Better error messages for mysql-test-rununknown2002-08-061-3/+3
* Changed initialization of RND() to be less predictable.unknown2002-08-061-3/+11
* mergeunknown2002-08-054-7/+42
|\
| * Added some missing mutex_locks() when manipulating the table cache.unknown2002-08-054-7/+42
* | Fixed bug with GROUP BY on NULL fields.unknown2002-08-052-25/+41
* | mergeunknown2002-08-052-3/+13
|\ \
| * | Added some mutex locks to make SLAVE START and SLAVE STOP thread safe.unknown2002-08-052-3/+13
| |/
* | Fixed a problem with privilege tables when downgrading from 4.0.2unknown2002-08-031-1/+1
* | Many files:unknown2002-08-021-1/+1
|/
* Many files:unknown2002-07-312-70/+154
* ha_innobase.cc:unknown2002-07-301-12/+72
* ha_innobase.h, ha_innobase.cc:unknown2002-07-302-39/+59
* Fixed wrong usage of return value of sprintf() (From prev change set)unknown2002-07-291-3/+3
* Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too ...unknown2002-07-295-89/+96
* Fixed problem with auto_increment key as not first key partunknown2002-07-232-12/+15
* Fix wrong usage of constant which could cause mysqld to use index when doing ...unknown2002-07-195-39/+37