summaryrefslogtreecommitdiff
path: root/sql/rpl_utility.cc
Commit message (Expand)AuthorAgeFilesLines
* Vanilla cleanups and refactoringsAleksey Midenkov2021-10-261-1/+1
* Change replication to use uchar for all buffers instead of charMonty2021-05-191-1/+8
* perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+2
* MDEV-19710 Split the server side code in rpl_utility.cc into virtual methods ...Alexander Barkov2019-06-071-975/+0
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-10-171-2/+32
|\ \ \ \ | |/ / /
| * | | MDEV-17098 DATE -> DATETIME replication conversion not working, even in ALL_N...Andrei Elkin2018-10-161-2/+32
* | | | MDEV-15926 MEDIUMINT returns wrong I_S attributesAlexander Barkov2018-04-201-0/+16
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-5/+5
* | | | Fix warningsVladislav Vaintroub2017-11-271-4/+4
* | | | MDEV-11371 - column compressionSergey Vojtovich2017-08-311-2/+40
* | | | Added DBUG_ASSERT_AS_PRINTF compile flagMonty2017-08-241-1/+1
* | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-6/+6
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-32/+11
|\ \ \ | |/ /
| * | MDEV-9560 Mariadb 10.1 Crashes when replicating from 10.0Sergei Golubchik2016-02-231-0/+11
| * | correct temporal fields in max_display_length_for_field()Sergei Golubchik2016-02-231-3/+5
| * | cleanupSergei Golubchik2016-02-231-34/+12
* | | MDEV-9238 Wrap create_virtual_tmp_table() into a class, split into different ...Alexander Barkov2015-12-041-89/+67
* | | A joint patch for:Alexander Barkov2015-11-251-2/+2
|/ /
* | cleanup: use enum_binlog_checksum_alg, not uint8Sergei Golubchik2015-09-041-1/+1
* | cleanup: Log_event::read_log_event()Sergei Golubchik2015-09-041-2/+2
* | cleanup: my_checksumSergei Golubchik2015-09-041-4/+2
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-6/+18
|\ \
| * \ Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-031-4/+17
| |\ \ | | |/
| | * MDEV-8432 Slave cannot replicate signed integer-type values with high bit set...Monty2015-07-171-4/+17
| * | Fixed MDEV-8428: Mangled DML statements on 2nd level slave when enabling binl...Monty2015-07-261-1/+1
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-1/+1
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-2/+7
|/ /
* | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-1/+1
|\ \ | |/
| * MDEV-7268 Column of table cannot be converted from type 'decimal(0,?)' to typ...Alexander Barkov2015-06-091-1/+1
* | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | MDEV-6120: When slave stops with error, error message should indicate the fai...Kristian Nielsen2014-06-251-5/+8
* | MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wron...Sergei Golubchik2014-05-131-1/+1
* | 10.0-base mergeSergei Golubchik2014-02-261-16/+3
|\ \
| * \ 5.5 mergeSergei Golubchik2014-02-251-16/+3
| |\ \ | | |/
| | * MySQL-5.5.36 mergeSergei Golubchik2014-02-171-16/+3
| | |\
| | | * Bug17632978 SLAVE CRASHES IF ROW EVENT IS CORRUPTEDVenkatesh Duggirala2013-12-181-1/+1
| | | * Bug#17632978 SLAVE CRASHES IF ROW EVENT IS CORRUPTEDVenkatesh Duggirala2013-12-171-15/+2
* | | | 10.0-base mergeSergei Golubchik2013-12-161-8/+15
|\ \ \ \ | |/ / /
| * | | 5.5 mergeSergei Golubchik2013-11-231-8/+15
| |\ \ \ | | |/ /
| | * | mysql-5.5.34 mergeSergei Golubchik2013-11-191-7/+15
| | |\ \ | | | |/
| | | * Bug#16416302 - CRASH WITH LOSSY RBR REPLICATIONVenkatesh Duggirala2013-08-071-6/+14
* | | | MDEV-5297 TIME(0), TIMESTAMP(0) and DATETIME(0) are self-incompatible during ...Alexander Barkov2013-12-061-13/+45
* | | | Merge from 10.0-base to 10.0 the feature MDEV-4506: Parallel replication.unknown2013-11-011-5/+5
|\ \ \ \ | |/ / /
| * | | Merge MDEV-4506: Parallel replication into 10.0-base.unknown2013-11-011-5/+5
| |\ \ \
| | * | | MDEV-4506, parallel replication.unknown2013-09-131-1/+1