summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [MDEV-6877] Change replication event loop to account for empty eventsbb-10.1-binlog_row_imageVicențiu Ciorbaru2015-06-226-14/+31
* [MDEV-6877] Fixed Assertion Error, when receiving an empty eventVicențiu Ciorbaru2015-06-221-1/+13
* [MDEV-6877] Fixed Update_rows_log_event to correctly apply update log eventsVicențiu Ciorbaru2015-06-222-4/+25
* [MDEV-6877] Removed unnecesary bitmap in binlog_write_rowVicențiu Ciorbaru2015-06-221-27/+12
* [MDEV-6877] Add binlog writing according to columnsVicențiu Ciorbaru2015-06-225-38/+118
* [MDEV-6877] Update Update, Delete and Write row log eventVicențiu Ciorbaru2015-06-223-36/+19
* [MDEV-6877] Update binlog_prepare_pending_rows_events to use comparison functionVicențiu Ciorbaru2015-06-222-13/+8
* [MDEV-6877] Added a bitmap compare function for binlog_row_imageVicențiu Ciorbaru2015-06-221-0/+49
* [MDEV-6877] Removed unneded code from rpl_injectorVicențiu Ciorbaru2015-06-222-77/+0
* [MDEV-6877] Added mark_columns_per_bitmap_row_imageVicențiu Ciorbaru2015-06-222-0/+103
* [MDEV-6877] Added test suite for binlog_row_image sys varVicențiu Ciorbaru2015-06-222-0/+229
* [MDEV-6877] Added binlog_row_image system variableVicențiu Ciorbaru2015-06-222-0/+27
* MDEV-8280: crash in 'show global status' with --skip-grant-tablesVicențiu Ciorbaru2015-06-223-5/+24
* More testcases.Sergei Petrunia2015-06-202-2/+135
* MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP BYSergei Petrunia2015-06-205-13/+97
* MDEV-8282: crash in filesort() with simple ordered deleteSergei Petrunia2015-06-204-0/+41
* MDEV-7956 - handler::rebind_psi() takes 0.07% in OLTP ROSergey Vojtovich2015-06-192-4/+10
* MDEV-7952 - clock_gettime() takes 0.24% in OLTP ROSergey Vojtovich2015-06-194-16/+18
* MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-06-193-5/+5
* MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-06-198-36/+36
* MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-06-195-24/+20
* MDEV-8324 - MariaDB fails to build with performance schema disabledSergey Vojtovich2015-06-196-10/+9
* Adding "const" qualifier into a few methods in Field.Alexander Barkov2015-06-182-3/+4
* Removing duplicate code: Adding a protected methodAlexander Barkov2015-06-182-20/+13
* MDEV-8156: Assertion failure in file log0crypt.cc line 220 on server restartJan Lindström2015-06-186-24/+54
* Make dbug_print_item() print conditions in siccint formSergei Petrunia2015-06-181-1/+9
* Remove garbage commentSergei Petrunia2015-06-181-104/+0
* MDEV-8303; Dumping buffer pool noisy in the logs.Jan Lindström2015-06-1810-2/+137
* MDEV-8310: Encryption bogus message still in 10.1.5Jan Lindström2015-06-172-0/+4
* Merge branch 'mdev8294' into 10.1Kristian Nielsen2015-06-151-0/+6
|\
| * MDEV-8294: Inconsistent behavior of slave parallel threads at runtimeKristian Nielsen2015-06-151-0/+6
* | Merge MDEV-8294 into 10.1Kristian Nielsen2015-06-103-6/+78
|\ \ | |/
| * MDEV-8294: Inconsistent behavior of slave parallel threads at runtimeKristian Nielsen2015-06-103-6/+78
* | MDEV-7110 : Add missing MySQL variable log_bin_basename and log_bin_indexNirbhay Choubey2015-06-0935-14/+614
* | Adding a test for:Alexander Barkov2015-06-092-0/+71
* | Adding a test for "MDEV-6973 XOR aggregates argument collations".Alexander Barkov2015-06-092-0/+26
* | MDEV-8273: InnoDB: Assertion failure in file fil0pagecompress.cc line 532Jan Lindström2015-06-094-26/+92
* | MDEV-8268: InnoDB: Assertion failure in file buf0buf.cc line 5842 failing ass...Jan Lindström2015-06-092-12/+6
* | MDEV-8272: Encryption performance: Reduce the number of unused memcpy'sJan Lindström2015-06-0912-188/+258
* | MDEV-8283 crash in get_mm_leaf with xor on binary colAlexander Barkov2015-06-093-2/+29
* | MDEV-6995: EXPLAIN JSON and ORDER BY, GROUP BY, etcSergei Petrunia2015-06-066-46/+339
* | MDEV-8250: InnoDB: Page compressed tables are not compressed and compressed+e...Jan Lindström2015-06-0421-409/+569
* | fix for 32-bit testsmariadb-10.1.5Sergei Golubchik2015-06-032-235/+214
* | AES-GCM support in file_key_management pluginSergei Golubchik2015-06-022-1/+32
* | my_aes_encrypt_gcm() and my_aes_decrypt_gcm()Sergei Golubchik2015-06-024-3/+103
* | my_aes_get_size()Sergei Golubchik2015-06-024-11/+13
* | file_key_management plugin: complain if key id 1 is not foundSergei Golubchik2015-06-024-2/+46
* | just like tempfiles: use key id 2 for temp Aria tablesSergei Golubchik2015-06-025-9/+32
* | MDEV-8126 encryption for temp filesSergei Golubchik2015-06-0221-16/+518
* | always use my_b_pread() instead of mysql_file_pread()Sergei Golubchik2015-06-025-19/+23