summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge MDEV-8147 into 10.1Kristian Nielsen2015-05-261-0/+1
|\
| * MDEV-8147: Assertion `m_lock_type == 2' failed in handler::ha_close() during ...Kristian Nielsen2015-05-261-0/+1
* | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-05-141-11/+18
* | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-05-131-11/+0
* | MDEV-7945 - THD::enter_stage() takes 0.48% in OLTP ROSergey Vojtovich2015-05-131-33/+4
* | MDEV-7793 - Race condition between XA COMMIT/ROLLBACK and disconnectSergey Vojtovich2015-05-071-39/+63
* | Merge 10.0 -> 10.1Kristian Nielsen2015-04-201-0/+2
|\ \ | |/
| * MDEV-7249: Performance problem in parallel replication with multi-level slavesKristian Nielsen2015-03-131-1/+5
* | MDEV-7834: ANALYZE FORMAT=JSON output column should be named ANALYZEOleksandr Byelkin2015-03-251-3/+6
* | A preparatory patch for MDEV-7284 INDEX: CREATE OR REPLACE.Alexander Barkov2015-03-201-3/+2
* | MDEV-7728 - Improve xid cache scalability by using lock-free hashSergey Vojtovich2015-03-161-5/+6
* | MDEV-6572 "USE dbname" with a bad sequence erroneously connects to a wrong da...Alexander Barkov2015-03-161-8/+78
* | MDEV-7728 - Improve xid cache scalability by using lock-free hashSergey Vojtovich2015-03-161-69/+184
* | MDEV-7006 MDEV-7007: SET STATEMENT and slow logOleksandr Byelkin2015-03-121-1/+1
* | MDEV-7674: ANALYZE shows r_rows=0Sergei Petrunia2015-03-071-2/+1
* | Reducing duplicate code and simplifying well formed string copyingAlexander Barkov2015-02-271-13/+6
* | Fix incorrect parameter passing to create_tmp_table in create_result_tableVicențiu Ciorbaru2015-02-261-1/+1
* | Merge 10.0-galera into 10.1Sergei Golubchik2015-02-061-0/+8
|\ \
| * \ bzr merge -rtag:mariadb-10.0.15 maria/10.0Nirbhay Choubey2014-12-051-1/+15
| |\ \ | | |/
| * | MDEV-6924 : Server crashed on CREATE TABLE ... SELECTNirbhay Choubey2014-11-171-0/+10
| * | bzr merge -rtag:mariadb-10.0.14 maria/10.0/Nirbhay Choubey2014-09-281-84/+104
| |\ \
| * | | Merged fix for MDEV-6646 from maria-5.5-galera.Nirbhay Choubey2014-08-261-0/+8
| * | | bzr merge -r4346 maria/10.0 (maria-10.0.13)Nirbhay Choubey2014-08-111-2/+215
| |\ \ \
| * \ \ \ bzr merge -r4209 maria/10.0.Nirbhay Choubey2014-05-211-2/+2
| |\ \ \ \
| * \ \ \ \ Merging mariadb-10.0.10.Nirbhay Choubey2014-04-081-25/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merging revision from codership-mysql/5.5 (r3928..3968) andNirbhay Choubey2014-03-271-0/+17
| |\ \ \ \ \ \
| | * | | | | | * bzr merge -r4027..4061 codership/5.6Nirbhay Choubey2014-03-261-0/+16
| * | | | | | | * bzr merge -rtag:mariadb-10.0.9 maria/10.0Nirbhay Choubey2014-03-261-35/+117
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge MariaDB-10.0.7 revision 3961.Jan Lindström2014-01-251-12/+43
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge with MariaDB 5.6 bzr merge lp:maria --rtag:mariadb-10.0.6Seppo Jaakola2013-12-041-16/+311
| |\ \ \ \ \ \ \ \
| * | | | | | | | | bzr merge -r3904..3928 lp:codership-mysql/5.5Seppo Jaakola2013-11-271-0/+1
| * | | | | | | | | bzr merge -r3895..3903 lp:codership-mysql/5.5 Seppo Jaakola2013-11-261-4/+2
| * | | | | | | | | Merges from lp:codership-mysql/5.5 up to rev #3893, this changes to wsrep API...Seppo Jaakola2013-11-261-21/+19
| * | | | | | | | | Merged revisions 3411..3417 from mariadb-galera-5.5Seppo Jaakola2013-10-071-0/+2
| * | | | | | | | | Fixed merge errors and XA prepareJan Lindström2013-09-041-0/+2
| * | | | | | | | | Merge 10.0 to galera-10.0Jan Lindström2013-09-031-70/+282
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merged with lp:maria revision #3766Seppo Jaakola2013-07-131-7/+34
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Initial merge result with mariaDB 10: lp:mariaSeppo Jaakola2013-07-131-7/+290
* | | | | | | | | | | | small cleanupsSergei Golubchik2015-02-051-2/+2
* | | | | | | | | | | | don't let current_thd to point to a destroyed THDSergei Golubchik2015-02-031-1/+1
* | | | | | | | | | | | Improve performance for calculating memory allocationMonty2015-02-011-4/+21
* | | | | | | | | | | | cleanup: remove unused THD::COND_wsrep_thdSergei Golubchik2015-01-111-1/+0
* | | | | | | | | | | | MDEV-7324 - Lock-free hash for table definition cacheSergey Vojtovich2014-12-281-1/+4
* | | | | | | | | | | | MDEV-7112 Split HA_CREATE_INFOAlexander Barkov2014-12-081-2/+1
* | | | | | | | | | | | MDEV-6676: Optimistic parallel replicationKristian Nielsen2014-12-061-2/+11
* | | | | | | | | | | | MDEV-7004 - Merge scalability fixes from 10.0-powerSergey Vojtovich2014-12-051-1/+0
* | | | | | | | | | | | MDEV-6980 OUT parameters in PREPARESergei Golubchik2014-12-041-5/+0
* | | | | | | | | | | | Merge branch '10.1' into bb-10.1-mergeSergei Golubchik2014-12-031-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge ../10.1-explain-json-r4 into 10.1Sergei Petrunia2014-11-271-1/+12
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge ../10.1 into bb-10.1-explain-jsonSergei Petrunia2014-10-151-37/+158
| | |\ \ \ \ \ \ \ \ \ \ \ \