summaryrefslogtreecommitdiff
path: root/sql/ha_federated.cc
Commit message (Expand)AuthorAgeFilesLines
* Per LenZ, changed calculated buffer size to constant and removed some unused ...unknown2005-09-141-21/+8
* Improvement to federated for BUG#12659unknown2005-09-131-48/+45
* Fixed minor error message bug from work for WL#2414unknown2005-09-131-90/+88
* Made changes to add federated CONNECTION information to the .frm fileunknown2005-09-121-15/+21
* delete row now pulls error message from remote server.unknown2005-09-021-0/+2
* Merge mysql.com:/home/jimw/my/mysql-5.0-buildunknown2005-07-221-1/+0
|\
| * removed DBUG code from ha_federated.cc causing windows compile problems. unknown2005-07-221-1/+0
* | Implement MySQL framework to support consistent read views inunknown2005-07-201-10/+13
|/
* A fix and a test case for Bug#10760 and complementary cleanups. unknown2005-07-191-0/+31
* Eric's implentation of OPTIMIZE TABLE and REPAIR TABLE, unknown2005-07-191-1/+57
* Federated Storage Engine, bug 9925 "Federated query processor (step 2 or step...unknown2005-07-171-269/+185
* This is the same patch as 1.1937, with small variable declaration changes, m...unknown2005-07-151-407/+1129
* Fix typos that crept into ChangeSet for fix for Bug #11045.unknown2005-07-061-1/+1
* Merge jwinstead@production.mysql.com:my/mysql-5.0-11045unknown2005-07-061-7/+2
|\
| * Clean up warnings and build problems on Windows. (Bug #11045)unknown2005-06-181-7/+2
* | Simple optimizationunknown2005-06-291-14/+10
* | Bug# 9926, This is the same as changeset 1.1934, which was approved by Montyunknown2005-06-221-0/+12
|/
* sp_rcontext.cc, sp_pcontext.cc, sp_head.cc, sp_cache.cc, ha_federated.cc:unknown2005-06-051-3/+2
* Comment and test changes per review request by Timour. All tests pass on prod...unknown2005-05-271-1/+5
* changes to fix joins not working (bug #10848). New tests, as well as table->s...unknown2005-05-251-0/+2
* mysqld.dsp:unknown2005-05-231-1/+1
* BUG#9714 libsupc++ problemunknown2005-04-271-5/+4
* Fixed errors descovered by valgrind 2.4unknown2005-04-061-3/+3
* sql/ha_federated.cc: update to new prototypeunknown2005-03-171-0/+1
* Merge with global treeunknown2005-03-171-65/+43
|\
| * WL #2094 Federated Storage Handler. unknown2005-03-151-66/+44
* | Cleanup during reviewsunknown2005-03-161-1/+1
|/
* This changeset contains changes approved in code review by unknown2005-03-151-22/+155
* WL# 2094 Federated Storage Handlerunknown2005-02-231-226/+250
* WL #2094 Federated Storage Handlerunknown2005-02-231-7/+4
* Mergeunknown2005-02-201-364/+442
|\
| * WL# 2094, This patch is on top of 1.1814, 1.1846, 1.1856, which contain fixes unknown2005-02-171-54/+53
| * WL# 2094 Federated Storage Handlerunknown2005-02-161-101/+108
| * WL# 2094unknown2005-02-061-313/+385
* | Fix confusing comments.unknown2005-02-201-2/+2
|/
* Review fixedunknown2005-02-021-11/+11
* changes to get rid of compile warnings in both ha_federated.cc and ha_federat...unknown2005-01-261-13/+14
* Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-01-241-137/+132
|\
| * -Added quote_data and needs_quotes (moved from federated handler.unknown2005-01-201-176/+45
| * progress in fixing multi-key, two-byte prefix keys.unknown2005-01-131-13/+139
* | (no commit message)unknown2005-01-201-2/+3
|/
* Fixed memory reference errors found by valgrindunknown2005-01-121-0/+0
* This just fixes the compile issues for table structure changes.unknown2005-01-061-11/+9
* fix alignment issuesunknown2005-01-051-2/+2
* federated: compilation errors and crash fixed. test still fails.unknown2005-01-051-10/+10
* WL# 2094 Federated Storage Handler, added fixes per suggestions by Bar and An...unknown2004-12-161-107/+174
* First commit to mysql-5.0 tree to include MySQL Federated Storage Handler. Th...unknown2004-12-111-0/+1655