summaryrefslogtreecommitdiff
path: root/sql/ha_federated.cc
Commit message (Expand)AuthorAgeFilesLines
* Major changes are plug.in files created for almost all storage engines. A few...unknown2006-08-181-2901/+0
* Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-08-161-18/+26
|\
| * Merge rama.(none):/home/jimw/my/mysql-5.0-21284unknown2006-08-111-18/+26
| |\
| | * Bug #21284: Add Field::needs_quote() method and use it in Federatedunknown2006-07-251-9/+21
* | | Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0-enginesunknown2006-08-111-0/+1
|\ \ \ | |/ / |/| |
| * | autopush test - sorry for the commit messages, ignoreunknown2006-08-091-0/+1
| |/
* | Merge govinda.patg.net:/home/patg/mysql-build/mysql-5.0-holyfootunknown2006-08-081-48/+86
|\ \ | |/
| * "BUG #18764: Delete conditions causing inconsistencies in Federated tables"unknown2006-07-181-2/+5
| * Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0-enginesunknown2006-07-181-67/+23
| |\
| | * "BUG #18764: Delete conditions causing inconsistencies in Federated tables"unknown2006-07-171-66/+23
| | * Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-06-281-189/+224
| | |\
| * | | Bug #17608: String literals lost during INSERT query on FEDERATED tableunknown2006-07-121-33/+21
* | | | Replace FEDERATED_EQ with STRING_WITH_LEN("=")unknown2006-08-031-1/+1
* | | | Merge neptunus.(none):/home/msvensson/mysql/my51-m-bug20942unknown2006-08-031-94/+84
|\ \ \ \
| * | | | Bug#20942 ha_federated uses String::append(const char *s), strlen() on every ...unknown2006-08-021-95/+85
* | | | | After merge fixes.unknown2006-07-211-11/+10
* | | | | Merge chilla.local:/home/mydev/mysql-5.0-mmergeunknown2006-07-201-17/+12
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge bk-internal:/home/bk/mysql-5.0-enginesunknown2006-06-281-27/+17
| |\ \ \
| | * | | Optimize stack usage of ha_federated::update_row().unknown2006-06-281-20/+13
| | * | | Bug #16494: Updates that set a column to NULL fail sometimesunknown2006-06-261-10/+7
| * | | | Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0-enginesunknown2006-06-281-189/+224
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
* | | | Merge dl145k.mysql.com:/data0/mkindahl/bkroot/mysql-5.1unknown2006-07-121-3/+5
|\ \ \ \
| * \ \ \ Merge gbichot3.local:/home/mysql_src/mysql-5.1-interval-move-next-insert-idunknown2006-07-091-2/+3
| |\ \ \ \
| | * | | | WL#3146 "less locking in auto_increment":unknown2006-07-091-2/+3
| * | | | | Fixing usage of my_strndup() to new prototype.unknown2006-07-071-4/+3
| |/ / / /
* | | | | Merge chilla.local:/home/mydev/mysql-5.1-amergeunknown2006-07-101-176/+218
|\ \ \ \ \
| * | | | | BUG #19773unknown2006-07-071-6/+5
| * | | | | Merge govinda.patg.net:/home/patg/mysql-build/mysql-5.0-merge1unknown2006-07-061-177/+220
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | BUG #19773unknown2006-06-271-189/+224
| | | |/ | | |/|
* | | | Merge bodhi.netgear:/opt/local/work/tmp_mergeunknown2006-07-061-4/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fix compilation failures on Windows caused by the patch for Bug#17199.unknown2006-06-271-2/+1
| |/
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-041-123/+152
|\ \
| * | This changeset is largely a handler cleanup changeset (WL#3281), but includes...unknown2006-06-041-123/+152
* | | correct type for federated_db_init()unknown2006-05-311-1/+1
* | | handlerton cleanup:unknown2006-05-281-46/+17
|/ /
* | WL#3201 additional post-review fixesunknown2006-05-021-4/+7
* | WL#3201unknown2006-04-131-0/+19
* | Fixed compiler and valgrind warningsunknown2006-03-291-1/+2
* | Merge mysql.com:/extern/mysql/5.0/generic/mysql-5.0unknown2006-03-061-20/+9
|\ \ | |/
| * Bug#17377 Federated Engine returns wrong Data, always the rows with the highe...unknown2006-02-281-20/+9
* | WL#2977 and WL#2712 global and session-level variable to set the binlog forma...unknown2006-02-251-1/+3
* | Merge mysql.com:/home/kostja/mysql/tmp_mergeunknown2006-02-081-0/+30
|\ \ | |/
| * BUG# 14768unknown2006-01-271-0/+30
* | WL#1359 NDB: Add table handler and table information available from SQL commandsunknown2006-01-281-0/+1
* | Rename of my_strdup_with_lenght to match the more common "strndup" method. So...unknown2006-01-251-1/+1
* | WL #2604: Partition Managementunknown2006-01-171-0/+2
* | wl2723 - ndb opt. nrunknown2006-01-111-0/+1
* | Merge mysql.com:/home/jimw/my/mysql-5.0-cleanunknown2006-01-061-2/+1
|\ \ | |/
| * Review fixes of new pushed codeunknown2006-01-061-2/+1
* | Merge xiphis.org:/home/antony/work2/mysql-5.1unknown2005-12-211-3/+1
|\ \