| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-application of earlier patch for create_where_from_key and and delete_all_... | unknown | 2005-10-18 | 1 | -1/+7 |
* | Reviewing new pushed code | unknown | 2005-10-12 | 1 | -7/+2 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2005-10-08 | 1 | -53/+26 |
|\ |
|
| * | Simple changes during review of code | unknown | 2005-10-08 | 1 | -52/+26 |
| * | Review of code pushed since last 5.0 pull: | unknown | 2005-10-06 | 1 | -1/+0 |
* | | Final patch for 5.0 for simplifying storage engine code. We now have just one... | unknown | 2005-10-03 | 1 | -1/+0 |
* | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2005-10-02 | 1 | -27/+44 |
|\ \ |
|
| * | | Next big patch for loadable storage engines! | unknown | 2005-10-02 | 1 | -27/+44 |
* | | | Move handler specific options into handlerton flag check | unknown | 2005-09-30 | 1 | -1/+1 |
|/ / |
|
* | | Merge mysqldev@production.mysql.com:my/mysql-5.0-release | unknown | 2005-09-23 | 1 | -10/+10 |
|\ \ |
|
| * | | Fixes needed to build 5.0.13 on Windows: | unknown | 2005-09-22 | 1 | -1/+1 |
| * | | Fixed problems found by valgrind | unknown | 2005-09-22 | 1 | -9/+7 |
| * | | some last minute Windows compile fixes and makefile corrections | unknown | 2005-09-15 | 1 | -4/+6 |
| |/ |
|
* | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2005-09-19 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Cleanup for handlerton structure to allow for loadable engine work. This is t... | unknown | 2005-09-19 | 1 | -1/+1 |
* | | Per LenZ, changed calculated buffer size to constant and removed some unused ... | unknown | 2005-09-14 | 1 | -21/+8 |
|/ |
|
* | Improvement to federated for BUG#12659 | unknown | 2005-09-13 | 1 | -48/+45 |
* | Fixed minor error message bug from work for WL#2414 | unknown | 2005-09-13 | 1 | -90/+88 |
* | Made changes to add federated CONNECTION information to the .frm file | unknown | 2005-09-12 | 1 | -15/+21 |
* | delete row now pulls error message from remote server. | unknown | 2005-09-02 | 1 | -0/+2 |
* | Merge mysql.com:/home/jimw/my/mysql-5.0-build | unknown | 2005-07-22 | 1 | -1/+0 |
|\ |
|
| * | removed DBUG code from ha_federated.cc causing windows compile problems. | unknown | 2005-07-22 | 1 | -1/+0 |
* | | Implement MySQL framework to support consistent read views in | unknown | 2005-07-20 | 1 | -10/+13 |
|/ |
|
* | A fix and a test case for Bug#10760 and complementary cleanups. | unknown | 2005-07-19 | 1 | -0/+31 |
* | Eric's implentation of OPTIMIZE TABLE and REPAIR TABLE, | unknown | 2005-07-19 | 1 | -1/+57 |
* | Federated Storage Engine, bug 9925 "Federated query processor (step 2 or step... | unknown | 2005-07-17 | 1 | -269/+185 |
* | This is the same patch as 1.1937, with small variable declaration changes, m... | unknown | 2005-07-15 | 1 | -407/+1129 |
* | Fix typos that crept into ChangeSet for fix for Bug #11045. | unknown | 2005-07-06 | 1 | -1/+1 |
* | Merge jwinstead@production.mysql.com:my/mysql-5.0-11045 | unknown | 2005-07-06 | 1 | -7/+2 |
|\ |
|
| * | Clean up warnings and build problems on Windows. (Bug #11045) | unknown | 2005-06-18 | 1 | -7/+2 |
* | | Simple optimization | unknown | 2005-06-29 | 1 | -14/+10 |
* | | Bug# 9926, This is the same as changeset 1.1934, which was approved by Monty | unknown | 2005-06-22 | 1 | -0/+12 |
|/ |
|
* | sp_rcontext.cc, sp_pcontext.cc, sp_head.cc, sp_cache.cc, ha_federated.cc: | unknown | 2005-06-05 | 1 | -3/+2 |
* | Comment and test changes per review request by Timour. All tests pass on prod... | unknown | 2005-05-27 | 1 | -1/+5 |
* | changes to fix joins not working (bug #10848). New tests, as well as table->s... | unknown | 2005-05-25 | 1 | -0/+2 |
* | mysqld.dsp: | unknown | 2005-05-23 | 1 | -1/+1 |
* | BUG#9714 libsupc++ problem | unknown | 2005-04-27 | 1 | -5/+4 |
* | Fixed errors descovered by valgrind 2.4 | unknown | 2005-04-06 | 1 | -3/+3 |
* | sql/ha_federated.cc: update to new prototype | unknown | 2005-03-17 | 1 | -0/+1 |
* | Merge with global tree | unknown | 2005-03-17 | 1 | -65/+43 |
|\ |
|
| * | WL #2094 Federated Storage Handler. | unknown | 2005-03-15 | 1 | -66/+44 |
* | | Cleanup during reviews | unknown | 2005-03-16 | 1 | -1/+1 |
|/ |
|
* | This changeset contains changes approved in code review by | unknown | 2005-03-15 | 1 | -22/+155 |
* | WL# 2094 Federated Storage Handler | unknown | 2005-02-23 | 1 | -226/+250 |
* | WL #2094 Federated Storage Handler | unknown | 2005-02-23 | 1 | -7/+4 |
* | Merge | unknown | 2005-02-20 | 1 | -364/+442 |
|\ |
|
| * | WL# 2094, This patch is on top of 1.1814, 1.1846, 1.1856, which contain fixes | unknown | 2005-02-17 | 1 | -54/+53 |
| * | WL# 2094 Federated Storage Handler | unknown | 2005-02-16 | 1 | -101/+108 |
| * | WL# 2094 | unknown | 2005-02-06 | 1 | -313/+385 |
* | | Fix confusing comments. | unknown | 2005-02-20 | 1 | -2/+2 |
|/ |
|