summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge /my/maria-10.1-default into 10.1Monty2015-08-186-10/+41
|\
| * Fixed failing tests and compiler warningsMonty2015-08-183-2/+9
| * Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not ...Monty2015-08-183-8/+32
* | Removing unused String_copier::copy_fix.Alexander Barkov2015-08-142-35/+2
* | MDEV-8613 Full table scan for WHERE indexed_varchar_column <=> 'bad-character'Alexander Barkov2015-08-131-1/+1
* | MDEV-8610 "WHERE CONTAINS(indexed_geometry_column,1)" causes full table scanAlexander Barkov2015-08-134-664/+691
* | MDEV-8599 "WHERE varchar_field LIKE temporal_const" does not use range optimizerAlexander Barkov2015-08-123-170/+199
* | Splitting a static function get_func_mm_tree() into virtualAlexander Barkov2015-08-122-260/+264
* | Removing RANGE_OPT_PARA::condAlexander Barkov2015-08-121-11/+1
* | MDEV-8441 Bad SHOW CREATE TABLE output for a table with a virtual columnAlexander Barkov2015-08-102-26/+31
* | MDEV-8590: Fix embedded build failureNirbhay Choubey2015-08-091-0/+5
* | MDEV-7205 : Galera cluster & sql_log_bin = off don't workNirbhay Choubey2015-08-084-18/+53
* | MDEV-8582: innodb_force_primary_key option does not force PK or unique keyJan Lindström2015-08-081-1/+1
* | Make ANALYZE FORMAT=JSON show execution time for filesort element.Sergei Petrunia2015-08-076-23/+41
* | Merge branch 'mdev8302-3' into 10.1Kristian Nielsen2015-08-041-0/+2
|\ \
| * | Fix embedded server buildKristian Nielsen2015-08-041-0/+2
* | | Merge MDEV-8302 into 10.1Kristian Nielsen2015-08-043-6/+53
|\ \ \ | |/ / | | / | |/ |/|
| * MDEV-8302: Duplicate key with parallel replicationKristian Nielsen2015-08-043-6/+53
* | MDEV-5096 - Wrong error message on attempt to kill somebody else's query IDSergey Vojtovich2015-07-242-1/+6
* | compilation failures on WindowsSergei Golubchik2015-07-231-2/+3
* | compiler warningSergei Golubchik2015-07-201-5/+6
* | MDEV-8492: Windows builds fail on current 10.1Nirbhay Choubey2015-07-192-2/+1
* | Fix build failures.Kristian Nielsen2015-07-191-0/+4
* | Merge MDEV-8496 into 10.1Kristian Nielsen2015-07-191-1/+1
|\ \
| * | MDEV-8496: gtid_ignore_duplicates treats gtid_seq_no as 32-bitKristian Nielsen2015-07-191-1/+1
* | | Fix for MySQL bug #77448 Inconsistent handling of RAND() in WHERE and HAVINGMonty2015-07-161-1/+5
* | | MDEV-8469 Add RESET MASTER TO x to allow specification of binlog file nrMonty2015-07-1614-100/+166
* | | Binlog SE doesn't implement abort_transaction(), so skip warning.Nirbhay Choubey2015-07-141-1/+9
* | | Check supress_my_ok before sending Ok packet (logic lost during merge).Nirbhay Choubey2015-07-141-1/+1
* | | Allow binlog row image column marking even for wsrep binlog emulation.Nirbhay Choubey2015-07-141-6/+6
* | | Update read_pos after reading from the cache.Nirbhay Choubey2015-07-141-4/+26
* | | Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-07-1426-292/+630
* | | MDEV-8456 Dead code in Item_cond::fix_fields() and Item_func_between::fix_fie...Alexander Barkov2015-07-133-14/+1
* | | Cleanups, fixed warnings from valgrind, fixed failing tests (because on chang...Monty2015-07-102-6/+16
* | | Fixed bug found by bar where we didn't properely check length of last argumen...Monty2015-07-101-1/+1
* | | Merge branch '10.1' of github.com:MariaDB/server into 10.1Monty2015-07-0928-257/+673
|\ \ \
| * | | MDEV-8336 The meaning of NO_ZERO_DATE is not clear for DATETIME.Alexander Barkov2015-07-081-2/+13
| * | | MDEV-7067: Server outputs Galera (WSREP) information, even if Galera is disabledNirbhay Choubey2015-07-072-26/+26
| * | | Removing unused String declaration in Create_field::Create_fieldAlexander Barkov2015-07-071-7/+3
| * | | Tabular ANALYZE must get its data from execution trackerSergei Petrunia2015-07-021-2/+30
| * | | MDEV-7811: EXPLAIN/ANALYZE FORMAT=JSON should show subquery cacheSergei Petrunia2015-07-018-57/+78
| * | | MDEV-7811: EXPLAIN/ANALYZE FORMAT=JSON should show subquery cacheOleksandr Byelkin2015-06-309-9/+157
| * | | [MDEV-6877] Change replication event loop to account for empty events10.1-MDEV-6877-binlog_row_imageVicențiu Ciorbaru2015-06-306-14/+31
| * | | [MDEV-6877] Fixed Assertion Error, when receiving an empty eventVicențiu Ciorbaru2015-06-301-1/+13
| * | | [MDEV-6877] Fixed Update_rows_log_event to correctly apply update log eventsVicențiu Ciorbaru2015-06-302-4/+25
| * | | [MDEV-6877] Removed unnecesary bitmap in binlog_write_rowVicențiu Ciorbaru2015-06-301-27/+12
| * | | [MDEV-6877] Add binlog writing according to columnsVicențiu Ciorbaru2015-06-305-38/+118
| * | | [MDEV-6877] Update Update, Delete and Write row log eventVicențiu Ciorbaru2015-06-303-36/+19
| * | | [MDEV-6877] Update binlog_prepare_pending_rows_events to use comparison functionVicențiu Ciorbaru2015-06-302-13/+8
| * | | [MDEV-6877] Added a bitmap compare function for binlog_row_imageVicențiu Ciorbaru2015-06-301-0/+49