summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mdev-15085 Invisible Column Non-constant Default value results...bb-mdev-15085Sachin Setiya2018-01-313-1/+21
* Fixed MDEV-14994 Assertion `join->best_read < double(1.79...15e+308L)' orIgor Babaev2018-01-303-2/+37
* Don't give warning about usage of --language with full pathMonty2018-01-301-2/+5
* Remove compiler warningsMonty2018-01-302-1/+6
* Added some checking that LEX_CSTRING is \0 terminatedMonty2018-01-306-19/+30
* Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-3038-779/+764
* Removed not used functions and variablesMonty2018-01-302-2/+0
* Added defines for mysqld_error_find_printf_error_usedMonty2018-01-302-0/+6
* Renamed Item_user_var_as_out_param::name to org_nameMonty2018-01-302-4/+5
* Updated error message for wrong foreign key constraintMonty2018-01-307-30/+31
* Fixed wrong arguments to printfMonty2018-01-304-6/+7
* Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-30145-2409/+2363
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-3027-415/+651
|\
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-3024-356/+637
| |\
| | * MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPYMarko Mäkelä2018-01-3024-357/+640
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-3023-78/+137
|\ \ \ | |/ /
| * | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-3024-83/+86
| |\ \ | | |/
| | * MDEV-14875: galera_new_cluster crashes mysqld when existing server contains d...Jan Lindström2018-01-301-4/+4
| | * Fix some wrong test resultMonty2018-01-305-3/+34
| | * MDEV-14209 innodb_gis.rtree_debug produces huge server error logsMarko Mäkelä2018-01-293-10/+9
| | * Revert "MDEV-6928: Add trx pointer to struct mtr_t"Marko Mäkelä2018-01-294-28/+14
| | * MDEV-14485 Server hangs on startup in THD::initVladislav Vaintroub2018-01-296-22/+22
| | * Remove unused metadata for non-existing sync_thread_mutexMarko Mäkelä2018-01-285-13/+0
| * | MDEV-15112 Inconsistent evaluation of spvariable=0 in strict modeAlexander Barkov2018-01-292-0/+86
* | | MDEV-14694 ALTER COLUMN IF EXISTS .. causes syntax error.Alexey Botchkov2018-01-307-29/+85
* | | Fixed failing testsMonty2018-01-3014-4009/+54
* | | Fixed mdev-15017 Server crashes in in st_join_table::fix_splittingIgor Babaev2018-01-294-8/+32
* | | Fix result fileVladislav Vaintroub2018-01-291-2/+2
* | | Fix result files (changed error message)Vladislav Vaintroub2018-01-292-3/+3
* | | Create rocksdb_rpl.mdev12179 by taking tokudb_rpl.mdev12179 and adjusting itSergei Petrunia2018-01-292-0/+497
* | | Fix a merge error in MDEV-12179 code in process_gtid_pos_tableSergei Petrunia2018-01-291-2/+2
* | | Fix type truncation warnings.Vladislav Vaintroub2018-01-292-7/+7
* | | Fix an integer type mismatchMarko Mäkelä2018-01-291-4/+2
* | | Fix warnings.Vladislav Vaintroub2018-01-291-5/+5
* | | Merge branch '10.3' of https://github.com/mariadb/server into 10.3Vladislav Vaintroub2018-01-29112-1709/+1429
|\ \ \
| * | | Fixing versioning.insert and versioning.replace test failes.Alexander Barkov2018-01-296-15/+5
| * | | MDEV-15090 Reduce the overhead of writing undo log recordsMarko Mäkelä2018-01-295-187/+172
| * | | MDEV-15090 Reduce the overhead of writing undo log recordsMarko Mäkelä2018-01-295-88/+121
| * | | trx_undo_seg_create(): Remove an unused parameterMarko Mäkelä2018-01-291-11/+4
| * | | Fixed failing tests rpl_semi_sync_skip_repl.testMichael Widenius2018-01-292-16/+0
| * | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-2956-356/+638
| |\ \ \ | | |/ /
| | * | MDEV-15107 Add virtual Field::sp_prepare_and_store_item(), make sp_rcontext s...Alexander Barkov2018-01-2911-236/+317
| | * | Added TRASH_FREED_MEMORY compilation optionMonty2018-01-282-1/+8
| | * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-2741-105/+229
| | |\ \ | | | |/
| | | * Fixed compiler warningsMonty2018-01-273-9/+11
| | | * Disable rocksdb when building with ASANMonty2018-01-272-1/+3
| | | * MDEV-14721 Big transaction events get lost on semisync master whenAndrei Elkin2018-01-274-5/+96
| | | * Merge branch '10.2' of https://github.com/mariadb/server into 10.2Vladislav Vaintroub2018-01-261-0/+2
| | | |\
| | | | * Fixed memory overrun in create_postjoin_aggr_table()Monty2018-01-261-0/+2
| | | * | Fix MinSizeRel build on Windows.Vladislav Vaintroub2018-01-263-13/+26