summaryrefslogtreecommitdiff
path: root/sql/ha_federated.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug#40875: Memory leak in FEDERATED handlerRamil Kalimullin2008-11-201-0/+8
* Fix for bug #34779: crash in checksum table on federated tables Ramil Kalimullin2008-08-151-0/+3
* Folow-up on Bug#37069: fix a valgrind warningGeorgi Kodinov2008-07-171-0/+3
* fixed warnings and compile errors from the fix for bug 26243gkodinov/kgeorge@macbook.gmz2008-03-291-1/+1
* Merge amd64.(none):/src/mysql-5.0-bugteamiggy@amd64.(none)2008-03-281-1/+1
|\
| * Bug#26243 mysql command line crash after control-ciggy@amd64.(none)2008-03-281-1/+1
* | BUG#35509 - Federated leaks memory when connecting tosvoj@mysql.com/june.mysql.com2008-03-251-2/+1
* | BUG#34788 - malformed federated connection url is not handledsvoj@mysql.com/june.mysql.com2008-03-201-1/+8
* | BUG#33946 - Join on Federated tables with Unique index gives error 1430svoj@mysql.com/april.(none)2008-02-141-3/+19
|/
* Bug #32374 crash with filesort when selecting from federated table and view.holyfoot/hf@mysql.com/hfmain.(none)2007-11-301-0/+18
* type conversions fixed to avoid warnings on Windowsholyfoot/hf@mysql.com/hfmain.(none)2007-10-231-2/+2
* bug #29801 Federated engine crashes local serverholyfoot/hf@mysql.com/hfmain.(none)2007-10-151-1/+6
* fix pushbuild failuresacurtis/antony@xiphis.org/ltamd64.xiphis.org2007-07-251-0/+1
* Bug#25679acurtis/antony@xiphis.org/ltamd64.xiphis.org2007-07-251-155/+140
* Bug#25714antony@pcg5ppc.xiphis.org2007-07-231-3/+11
* fix Visual Studio build - strictness of compiler could not castantony@ppcg5.local2007-06-291-1/+1
* Merge anubis.xiphis.org:/usr/home/antony/work/p2-bug25511.5antony@anubis.xiphis.org2007-06-291-0/+4
|\
| * add and amend comments for clarityantony@ppcg5.local2007-06-291-0/+4
* | Bug#25513antony@ppcg5.local2007-06-281-30/+202
|/
* Bug#25511antony@ppcg5.local2007-06-281-1/+9
* Bug#29019antony@ppcg5.local2007-06-281-64/+147
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-4/+4
|\
| * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-4/+4
* | Merge xiphis.org:/home/antony/work2/mysql-5.0-enginesacurtis/antony@xiphis.org/ltamd64.xiphis.org2006-12-261-2/+1
|\ \
| * | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| |/
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0istruewing@chilla.local2006-12-041-4/+2
|\ \ | |/
| * Fixed portability issue in my_thr_init.c (was added in my last push)monty@mysql.com/narttu.mysql.fi2006-11-301-4/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0istruewing@chilla.local2006-12-011-6/+6
|\ \ | |/
| * Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-6/+6
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-enginesistruewing@chilla.local2006-12-011-0/+11
|\ \ | |/ |/|
| * BUG# 17044 Federated Storage Engine not UTF8 cleanpatg@radha.local2006-11-151-0/+11
* | BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tablesstewart@willster.(none)2006-10-161-3/+3
|/
* autopush test - sorry for the commit messages, ignorepgalbraith/patg@govinda.patg.net2006-08-091-0/+1
* "BUG #18764: Delete conditions causing inconsistencies in Federated tables"patg@govinda.patg.net2006-07-181-2/+5
* Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0-enginespatg@govinda.patg.net2006-07-181-67/+23
|\
| * "BUG #18764: Delete conditions causing inconsistencies in Federated tables"patg@govinda.patg.net2006-07-171-66/+23
| * Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0patg@govinda.patg.net2006-06-281-189/+224
| |\
* | | Bug #17608: String literals lost during INSERT query on FEDERATED tablejimw@rama.(none)2006-07-121-33/+21
* | | Merge bk-internal:/home/bk/mysql-5.0-enginesjimw@mysql.com2006-06-281-27/+17
|\ \ \
| * | | Optimize stack usage of ha_federated::update_row().jimw@mysql.com2006-06-281-20/+13
| * | | Bug #16494: Updates that set a column to NULL fail sometimesjimw@mysql.com2006-06-261-10/+7
* | | | Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0-enginesacurtis@xiphis.org2006-06-281-189/+224
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | BUG #19773patg@govinda.patg.net2006-06-271-189/+224
| |/
* | Fix compilation failures on Windows caused by the patch for Bug#17199.konstantin@mysql.com2006-06-271-2/+1
|/
* Bug#17377 Federated Engine returns wrong Data, always the rows with the highe...msvensson@devsrv-b.mysql.com2006-02-281-20/+9
* BUG# 14768patg@govinda.patg.net2006-01-271-0/+30
* Review fixes of new pushed codemonty@mysql.com2006-01-061-2/+1
* Don't use PATH_MAX for FN_REFLEN as this uses too much stack spacemonty@mysql.com2005-11-241-12/+13
* Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0bell@sanja.is.com.ua2005-11-211-2/+2
|\
| * Inefficient usage of String::append() fixed.bell@sanja.is.com.ua2005-11-201-2/+2