summaryrefslogtreecommitdiff
path: root/storage/federated
Commit message (Expand)AuthorAgeFilesLines
* After merge fixesmonty@mysql.com/narttu.mysql.fi2007-01-291-7/+2
* Merge mysql.com:/home/my/mysql-5.0monty@narttu.mysql.fi2007-01-271-4/+4
* Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/51tsmith@siva.hindu.god2007-01-181-1/+1
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.1cmiller@zippy.cornsilk.net2007-01-071-1/+1
| |\
| | * Merge siva.hindu.god:/usr/home/tim/m/bk/g51tsmith/tim@siva.hindu.god2006-12-261-1/+1
| | |\
| | | * Fix VC++ warning about extra ; delimitermsvensson@shellback.2006-12-151-1/+1
* | | | Merge mysql.com:/home/hf/work/22451/my51-22451holyfoot/hf@deer.(none)2007-01-101-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | bug #22451 (Partitions: duplicating results with ENGINE=FEDERATED)holyfoot/hf@mysql.com/deer.(none)2006-12-191-1/+1
| | |/ | |/|
* | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-312-5/+20
* | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1kent@kent-amd64.(none)2006-12-271-2/+1
|\ \ \
| * | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-271-2/+1
| | |/ | |/|
* | | Merge xiphis.org:/home/antony/work2/mysql-5.1-enginesacurtis/antony@ltamd64.xiphis.org2006-12-261-0/+11
|\ \ \ | |/ / |/| |
| * | Merge chilla.local:/home/mydev/mysql-5.0-axmrgistruewing@chilla.local2006-12-011-0/+11
| |/
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-232-4/+2
* | WL #3031patg@radha.patg.net2006-12-211-1/+2
* | WL #3031patg@radha.patg.net2006-12-201-5/+4
* | Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1-archpatg@govinda.patg.net2006-12-082-87/+231
|\ \ | |/ |/|
| * WL# 3031patg@govinda.patg.net2006-12-081-16/+24
| * WL# 3031patg@radha.tangent.org2006-12-012-86/+222
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@narttu.mysql.fi2006-11-301-2/+2
|\ \ | |/ |/|
| * After merge fixesmonty@mysql.com/narttu.mysql.fi2006-11-301-2/+2
| * Merge mysql.com:/home/my/mysql-5.0monty@narttu.mysql.fi2006-11-301-2/+2
* | Merge bk-internal.mysql.com:/data0/bk/mysql-5.1baker@bk-internal.mysql.com2006-11-281-8/+9
|\ \ | |/
| * Fixed a LOT of compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-271-1/+1
| * Merge mysql.com:/home/my/mysql-5.0monty@nosik.monty.fi2006-11-221-6/+6
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@nosik.monty.fi2006-11-211-1/+2
| |\
| | * Added --debug-info to most clients to detect memory leaks in mysql-test-runmonty@mysql.com/nosik.monty.fi2006-11-211-1/+2
* | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.1baker@bk-internal.mysql.com2006-11-221-1/+1
|\ \ \ | |/ /
| * | Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.1-rplaelkin/elkin@dsl-hkibras-fe30f900-107.dhcp.inet.fi2006-11-121-1/+1
| |\ \ | | |/ | |/|
| | * Bug #24190 many exportable definitions of field_in_record_is_nullaelkin/elkin@dsl-hkibras-fe30f900-107.dhcp.inet.fi2006-11-101-1/+1
* | | This straightens up usage of have_ variables, and removes dead -skip-isam opt...brian@zim.(none)2006-11-201-1/+0
* | | Refactored a number of engines to have correct init/deinit. Added pass suppor...brian@zim.(none)2006-11-191-12/+5
|/ /
* | Merge trift2.:/MySQL/M51/clone-5.1joerg@trift2.2006-11-011-0/+1
|\ \
| * | bug #23369 (Embedded library can't be linked)holyfoot/hf@mysql.com/deer.(none)2006-10-181-0/+1
| |/
* | Merge willster.(none):/home/stewart/Documents/MySQL/5.0/bug19914-mk2-mergestewart@willster.(none)2006-10-182-4/+4
|/
* Added license information display to output of plugins schema, and tagged all...brian@zim.(none)2006-10-051-0/+1
* This patch adds handlerton passing to functions. NDB and Innodb still require...brian@zim.(none)2006-09-302-19/+17
* This removes the passing of global hton to engine instance. brian@zim.(none)2006-09-292-6/+9
* Removed Field (this came in as an idea from a previous patch by Serg)brian@zim.(none)2006-09-261-1/+1
* Bug#22417acurtis/antony@xiphis.org/ltamd64.xiphis.org2006-09-181-1/+1
* This changes the order of the universe, black is now the new white.brian@zim.(none)2006-09-151-20/+20
* Warning fixes for Windows, and an include fix for Windows for Innodb.brian@zim.(none)2006-09-071-5/+3
* add 2 placeholder values for config and system variables.acurtis/antony@xiphis.org/ltantony.xiphis.org2006-08-301-1/+3
* no longer need ifdef as plugin is conditionally compiledacurtis/antony@xiphis.org/ltantony.xiphis.org2006-08-251-2/+0
* This changeset moves the ha_myisam files to their storage directories. It al...brian@zim.(none)2006-08-191-0/+1
* Update to push all of merge into the merge storage directory.brian@zim.(none)2006-08-191-0/+6
* Major changes are plug.in files created for almost all storage engines. A few...brian@zim.(none)2006-08-184-0/+3201