- 06 Jul, 2015 3 commits
-
-
Alexander Barkov authored
Fixing non-BMP characters to have the same weight, as it was before MDEV-8418 and MDEV-8417.
-
Alexander Barkov authored
MDEV-8418 utf16: compare broken bytes as "greater than any non-broken character"
-
Alexander Barkov authored
-
- 03 Jul, 2015 5 commits
-
-
Alexander Barkov authored
-
Alexander Barkov authored
-
Alexander Barkov authored
-
Alexander Barkov authored
-
Alexander Barkov authored
-
- 02 Jul, 2015 4 commits
-
-
Sergei Petrunia authored
-
Jan Lindström authored
function used incorrect type.
-
Sergei Petrunia authored
-
Nirbhay Choubey authored
-
- 01 Jul, 2015 6 commits
-
-
Sergei Petrunia authored
-
Sergei Petrunia authored
Fixes over the original patch: - Fix variable/class/other names - Fix the JSON output to be in line with the output of other JSON constructs we produce
-
Jan Lindström authored
Used wrong type for encryption_key_id and page_compression_level in table options. Make explicit casts for calls also.
-
Vicențiu Ciorbaru authored
mysqld--help was not updated for binlog row image.
-
Alexander Barkov authored
-
Jan Lindström authored
-
- 30 Jun, 2015 19 commits
-
-
Oleksandr Byelkin authored
-
Vicențiu Ciorbaru authored
-
Jan Lindström authored
Logic error, NULL pointer was referenced.
-
Jan Lindström authored
File block size might be 0 and used on modulo operator. Make sure that file block size is initialized to 512.
-
Vicențiu Ciorbaru authored
-
Vicențiu Ciorbaru authored
-
Vicențiu Ciorbaru authored
When writing rows with a minimal row image, it is possible to receive empty events. In that case m_curr_row and m_rows_end are the same, however the event implies an insert into the table with the default values associated for that table.
-
Vicențiu Ciorbaru authored
Due to how events are created with a minimal binlog_row_image, it is possible to receive empty write events because all the columns in the table have a default value. (For example an auto-increment) Make sure we account for that.
-
Vicențiu Ciorbaru authored
Update_rows_log_event must make use of the after image bitmap when detecting which columns to update.
-
Vicențiu Ciorbaru authored
The bitmap is now deduced from the table's read and write set.
-
Vicențiu Ciorbaru authored
The logging function now writes to the binlog according to the bitmap columns implied by the binlog_row_image variable.
-
Vicențiu Ciorbaru authored
The row events no longer require columns arguments.
-
Vicențiu Ciorbaru authored
When deciding which binlog events are pending, make use of the bitmap compare function instead.
-
Vicențiu Ciorbaru authored
The function compares bitmaps according to the binlog_row_image variable setting.
-
Vicențiu Ciorbaru authored
The rpl_injector code is now considered dead code. This patch only removes the minimum number of function calls to allow implementing binlog_row_image. The other functions are to be removed in a subsequent patch.
-
Vicențiu Ciorbaru authored
Depending on which binlog_row_image we are using, we must mark columns which to update differently both in the before image as well as the after image.
-
Vicențiu Ciorbaru authored
-
Vicențiu Ciorbaru authored
The system variable is present but it does not do anything yet.
-
Alexander Barkov authored
-
- 29 Jun, 2015 3 commits
-
-
Nirbhay Choubey authored
of wsrep_provider_options' value. Also increase the max value length for SYSTEM_VARIABLES schema table.
-
Jan Lindström authored
-
Jan Lindström authored
Crypt data was used when it was already freed. Delete crypt data more thorougly when freed.
-