summaryrefslogtreecommitdiff
path: root/sql/ha_federated.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | removed superfluous local variableeric@mysql.com2005-11-171-1/+0
* | fix potential security hole, pointed out by Sergei. Also simplify code per Se...eric@mysql.com2005-11-171-6/+3
* | BUG#12659 error handling in federated needs improvement. Sanja pointed out th...eric@mysql.com2005-11-161-3/+7
|/
* Re-application of earlier patch for create_where_from_key and and delete_all_...patg@krsna.patg.net2005-10-181-1/+7
* Reviewing new pushed codemonty@mysql.com2005-10-121-7/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-10-081-53/+26
|\
| * Simple changes during review of codemonty@mysql.com2005-10-081-52/+26
| * Review of code pushed since last 5.0 pull:monty@mysql.com2005-10-061-1/+0
* | Final patch for 5.0 for simplifying storage engine code. We now have just one...brian@zim.(none)2005-10-031-1/+0
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@zim.(none)2005-10-021-27/+44
|\ \
| * | Next big patch for loadable storage engines!brian@zim.(none)2005-10-021-27/+44
* | | Move handler specific options into handlerton flag checkeric@mysql.com2005-09-301-1/+1
|/ /
* | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasekonstantin@mysql.com2005-09-231-10/+10
|\ \
| * | Fixes needed to build 5.0.13 on Windows:joerg@mysql.com2005-09-221-1/+1
| * | Fixed problems found by valgrindmonty@mysql.com2005-09-221-9/+7
| * | some last minute Windows compile fixes and makefile correctionsreggie@fedora.(none)2005-09-151-4/+6
| |/
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@zim.(none)2005-09-191-1/+1
|\ \ | |/ |/|
| * Cleanup for handlerton structure to allow for loadable engine work. This is t...brian@zim.(none)2005-09-191-1/+1
* | Per LenZ, changed calculated buffer size to constant and removed some unused ...eric@mysql.com2005-09-141-21/+8
|/
* Improvement to federated for BUG#12659eric@mysql.com2005-09-131-48/+45
* Fixed minor error message bug from work for WL#2414eric@mysql.com2005-09-131-90/+88