summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
| | * MDEV-500: Session variable for server_idunknown2012-10-2318-61/+85
| | * MDEV-26: Global transaction id. Partial commit.unknown2012-10-2311-31/+833
| * | Fixed MDEV-4394 Sporadic failures in multi_source testsMichael Widenius2013-04-141-6/+29
| * | 5.5 mergeSergei Golubchik2013-04-1414-61/+80
| |\ \
| | * | Increase default value of max_binlog_cache_size and max_binlog_stmt_cache_siz...Michael Widenius2013-04-121-2/+2
| | * | complier warnings. hide the redundant condition under #ifdefSergei Golubchik2013-04-121-2/+2
| | * | 5.3 mergeSergei Golubchik2013-04-127-30/+43
| | |\ \
| | | * \ 5.2 mergeSergei Golubchik2013-04-112-10/+16
| | | |\ \
| | | | * \ 5.1 mergeSergei Golubchik2013-04-112-10/+16
| | | | |\ \
| | | | | * | MDEV-4244 [PATCH] Buffer overruns and use-after-free errorsSergei Golubchik2013-04-061-1/+6
| | | | | * | MDEV-4088 Replication 10.0 -> 5.5 failsSergei Golubchik2013-04-041-9/+10
| | | * | | | MDEV-4244 [PATCH] Buffer overruns and use-after-free errorsSergei Golubchik2013-04-062-4/+4
| | | * | | | MDEV-4316 MariaDB server crash with signal 11Sergei Golubchik2013-04-063-15/+20
| | | * | | | If a range tree has a branch that is an expensive constant,unknown2013-04-081-1/+3
| | * | | | | MDEV-4356 : MariaDB does not start if bind-address gets resolved to more than...Vladislav Vaintroub2013-04-071-23/+21
| | * | | | | MDEV-4161 Assertion `status_var.memory_used == 0' fails in virtual THD::~THD()Sergei Golubchik2013-04-041-0/+3
| | * | | | | MDEV-4243 Warnings/errors while compiling with clangSergei Golubchik2013-03-283-3/+3
| | * | | | | Merge 5.3 -> 5.5Sergey Petrunya2013-04-033-10/+17
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | MDEV-4240: mariadb 5.3.12 using more memory than MySQL 5.1 for an inefficient...Sergey Petrunya2013-04-012-10/+11
| | | * | | | MDEV-4335: Unexpected results when selecting on information_schemaSergey Petrunya2013-03-291-0/+6
| * | | | | | MDEV-318 IF (NOT) EXIST clauses for ALTER TABLE (MWL #252).Alexey Botchkov2013-04-1313-88/+384
| * | | | | | MDEV-3917 multiple use locks (GET_LOCK) in one connection.Alexey Botchkov2013-04-1210-346/+463
* | | | | | | Fixed compiler complains.Igor Babaev2013-04-131-0/+3
* | | | | | | Merge 10.0-base->mwl253 Igor Babaev2013-04-1276-3947/+3756
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | MDEV-4254 Semisync plugins to link statically into MariaDBSergei Golubchik2013-04-091-0/+20
| * | | | | | MDEV-4088 Replication 10.0 -> 5.5 failsSergei Golubchik2013-04-091-1/+1
| * | | | | | remove old workaround for replicating from oldSergei Golubchik2013-04-091-103/+0
| * | | | | | prefer static inline functions to macros.Sergei Golubchik2013-04-094-39/+62
| * | | | | | put status variables in the proper pluginname_ scopeSergei Golubchik2013-04-092-25/+33
| * | | | | | MDEV-3807 show plugins soname 'xxx'Sergei Golubchik2013-04-096-15/+182
| * | | | | | MDEV-4022 table attributes with sysvar as a default valueSergei Golubchik2013-04-097-37/+213
| * | | | | | create sys_var::val_str(), sys_var::val_int(), sys_var::val_real().Sergei Golubchik2013-04-093-170/+125
| * | | | | | cleanupSergei Golubchik2013-04-093-36/+20
| * | | | | | error messages: name the storage engine explicitly,Sergei Golubchik2013-04-098-251/+163
| * | | | | | post-review comments and other minor editsSergei Golubchik2013-04-098-64/+70
| * | | | | | optimize discovery for cases when the storage engine is known in advanceSergei Golubchik2013-04-097-17/+30
| * | | | | | assisted discovery in federatedxSergei Golubchik2013-04-091-0/+4
| * | | | | | Assisted discoverySergei Golubchik2013-04-093-14/+81
| * | | | | | dead code, remove unused argumentSergei Golubchik2013-04-096-19/+14
| * | | | | | remove HA_CREATE_INFO::frm_only - it's internal server flag,Sergei Golubchik2013-04-094-22/+30
| * | | | | | small cleanupSergei Golubchik2013-04-091-23/+15
| * | | | | | TABLE_SHARE::free_frm_image() method to free the memorySergei Golubchik2013-04-092-0/+33
| * | | | | | limit frm size, when reading it in memorySergei Golubchik2013-04-093-4/+8
| * | | | | | cleanup: merge two mutually dependent function arguments into one,Sergei Golubchik2013-04-094-56/+72
| * | | | | | cleanupSergei Golubchik2013-04-095-66/+53
| * | | | | | * frm extra2 segment.Sergei Golubchik2013-04-095-40/+135
| * | | | | | cleanupSergei Golubchik2013-04-092-5/+5
| * | | | | | commentsSergei Golubchik2013-04-091-17/+14
| * | | | | | update the commentSergei Golubchik2013-04-091-3/+1
| * | | | | | test_sql_discovery storage engineSergei Golubchik2013-04-094-18/+8