summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Bug #21072 Duplicate key error in NDB references wrong key: wrong indent for...unknown2006-09-211-2/+2
| | * | | | Bug #21072 Duplicate key error in NDB references wrong key: use MAX_KEY to s...unknown2006-09-211-5/+15
| | * | | | --{skip-}merge option added which allows the user to disable merge engine andunknown2006-07-141-2/+2
| | * | | | Bug #14514 Creating table with packed key fails silentlyunknown2005-11-211-1/+1
* | | | | | Merge mysql.com:/home/bkroot/mysql-5.1-new-rplunknown2006-11-131-29/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rplunknown2006-11-071-29/+6
| |\ \ \ \ \
| | * | | | | BUG#18581 (Creation of system tables recorded in binlog causing slave failure):unknown2006-11-011-29/+6
| | | |_|/ / | | |/| | |
* | | | | | Merge alik.:/mnt/raid/alik/MySQL/devel/5.1unknown2006-11-081-23/+15
|\ \ \ \ \ \
| * \ \ \ \ \ Merge bk-internal.mysql.com:/data0/bk/mysql-5.1unknown2006-11-071-23/+15
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.1unknown2006-11-021-23/+15
| | |\ \ \ \ \
| | | * | | | | Adding in an ha_end() call. This is the first part of the patch I and Monty h...unknown2006-10-311-0/+17
| | | * | | | | Panic was being called twice!unknown2006-10-111-28/+3
| | | |/ / / /
* | | | | | | Merge alik.:/mnt/raid/alik/MySQL/devel/5.1-montyunknown2006-11-031-2/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-11-021-2/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2006-10-241-2/+3
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Fix for Bug #17544 "Cannot do atomic log rotate",unknown2006-10-131-2/+3
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-11-011-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed a lot of compiler warnings (Mainly in mysqld and instance manager)unknown2006-11-011-4/+4
| |/ / / / /
* | | | | | Bug #21072 Duplicate key error in NDB references wrong key: Re-wrote string ...unknown2006-10-251-3/+1
* | | | | | Bug #21072 Duplicate key error in NDB references wrong key: use MAX_KEY to s...unknown2006-10-191-0/+1
* | | | | | Bug #21072 Duplicate key error in NDB references wrong key: Added new print...unknown2006-10-161-8/+20
|/ / / / /
* | | | | This patch updates to remove most global hton needs. Cleans up wrong message ...unknown2006-09-301-5/+3
* | | | | This patch adds handlerton passing to functions. NDB and Innodb still require...unknown2006-09-301-32/+59
* | | | | This removes the passing of global hton to engine instance. unknown2006-09-291-4/+4
| |_|_|/ |/| | |
* | | | post merge fixesunknown2006-09-181-2/+2
* | | | Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0-enginesunknown2006-09-181-6/+21
|\ \ \ \ | | |/ / | |/| |
| * | | Merge april.(none):/home/svoj/devel/bk/mysql-5.0-enginesunknown2006-09-121-0/+9
| |\ \ \
| * | | | Bug#20573unknown2006-08-301-5/+18
* | | | | Merge april.(none):/home/svoj/devel/bk/mysql-5.1unknown2006-09-181-0/+11
|\ \ \ \ \
| * \ \ \ \ Merge chilla.local:/home/mydev/mysql-5.1--mainunknown2006-09-141-0/+11
| |\ \ \ \ \
| | * | | | | After merge fix.unknown2006-09-121-2/+4
| | * | | | | Merge april.(none):/home/svoj/devel/mysql/BUG20256/mysql-5.0-enginesunknown2006-09-121-0/+9
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | BUG#20256 - LOCK WRITE - MyISAMunknown2006-09-121-0/+9
* | | | | | | This changes the order of the universe, black is now the new white.unknown2006-09-151-2/+33
|/ / / / / /
* | | | | | Merge shellback.(none):/home/msvensson/mysql/mysql-5.1unknown2006-09-081-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge bk-internal:/home/bk/mysql-5.1-new-maintunknown2006-08-311-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Fix VC 2005 compile problemunknown2006-08-231-2/+2
* | | | | | | This pulls two function calls which should have been handlerton calls out of ...unknown2006-08-301-13/+51
* | | | | | | Re'ordering of startup. Fixed Execution path issues. Added function for de'in...unknown2006-08-291-6/+0
|/ / / / / /
* | | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-08-251-12/+34
|\ \ \ \ \ \
| * \ \ \ \ \ Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-archunknown2006-08-251-4/+27
| |\ \ \ \ \ \
| | * | | | | | Cleanup of unused variables.unknown2006-08-251-4/+27
| * | | | | | | fix for windows buildunknown2006-08-241-1/+1
| |/ / / / / /
| * | | | | | This changest:unknown2006-08-221-4/+6
| * | | | | | This changeset moves the ha_myisam files to their storage directories. It al...unknown2006-08-191-1/+0
| * | | | | | Update to push all of merge into the merge storage directory.unknown2006-08-191-1/+0
| * | | | | | Moved heap into its own directory.unknown2006-08-191-1/+0
| |/ / / / /
* | | | | | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-08-231-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Cleanup patch.unknown2006-08-171-5/+5
| |/ / / /
* | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new-maintunknown2006-08-101-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |