| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup: avoid Field::field_index | Sergei Golubchik | 2016-12-12 | 5 | -7/+7 |
* | cleanup: rename a method | Sergei Golubchik | 2016-12-12 | 1 | -3/+4 |
* | cleanup: my_strerror | Sergei Golubchik | 2016-12-12 | 3 | -10/+9 |
* | cleanup: my_printf_error(ER_xxx, ER(ER_xxx), ... ) | Sergei Golubchik | 2016-12-12 | 6 | -35/+18 |
* | cleanup: extra_rec_buf_length | Sergei Golubchik | 2016-12-12 | 5 | -28/+5 |
* | cleanup: old (harmless?) typo fixed | Sergei Golubchik | 2016-12-12 | 1 | -1/+1 |
* | cleanup: fix a comment | Sergei Golubchik | 2016-12-12 | 5 | -20/+15 |
* | cleanup: set_thd_proc_info() | Sergei Golubchik | 2016-12-12 | 1 | -4/+4 |
* | cleanup: remove dead (half-merged) code from partition_info.* | Sergei Golubchik | 2016-12-12 | 3 | -378/+1 |
* | cleanup: reorder TABLE members | Sergei Golubchik | 2016-12-12 | 4 | -18/+19 |
* | cleanup: parser: s/USER/USER_SYM/ | Sergei Golubchik | 2016-12-12 | 2 | -15/+15 |
* | cleanup: remove Item::intro_version | Sergei Golubchik | 2016-12-12 | 157 | -5825/+5769 |
* | cleanup: TABLE::init() | Sergei Golubchik | 2016-12-12 | 1 | -1/+1 |
* | cleanup: remove bad String=0 assignment | Sergei Golubchik | 2016-12-12 | 1 | -1/+0 |
* | cleanup: Item_func_opt_neg::negate() | Sergei Golubchik | 2016-12-12 | 2 | -5/+2 |
* | don't convert WEEK(x) to WEEK(x, @@default_week_format) | Sergei Golubchik | 2016-12-12 | 6 | -17/+27 |
* | bugfix: compile InnoDB w/o P_S | Sergei Golubchik | 2016-12-12 | 4 | -1/+6 |
* | bugfix: Item_func_spatial_collection::print() | Sergei Golubchik | 2016-12-12 | 5 | -4/+20 |
* | bugfix: Item_func_dyncol_add::print() | Sergei Golubchik | 2016-12-12 | 3 | -1/+17 |
* | bugfix: Item_func_weight_string::print() | Sergei Golubchik | 2016-12-12 | 5 | -5/+33 |
* | bugfix: Item_func_like::print() was losing ESCAPE clause | Sergei Golubchik | 2016-12-12 | 4 | -4/+33 |
* | bugfix: Item_func_get_system_var::print() | Sergei Golubchik | 2016-12-12 | 4 | -5/+46 |
* | bugfix: returning on-the-stack buffer to the caller | Sergei Golubchik | 2016-12-12 | 1 | -1/+1 |
* | bugfix: delayed insert table was using other table's expr_arena | Sergei Golubchik | 2016-12-12 | 1 | -0/+1 |
* | say MariaDB in InnoDB error messages, not MySQL | Sergei Golubchik | 2016-12-12 | 4 | -39/+39 |
* | shut up annoying InnoDB warning when --gdb | Sergei Golubchik | 2016-12-12 | 1 | -1/+2 |
* | the mysql-test combination is 'innodb' not 'xtradb' | Sergei Golubchik | 2016-12-12 | 2 | -3/+18 |
* | fix stack traces when linking with libbfd | Sergei Golubchik | 2016-12-12 | 1 | -12/+18 |
* | update RPM metadata (vendor and contact) | Sergei Golubchik | 2016-12-12 | 1 | -2/+2 |
* | Merge pull request #275 from grooverdan/10.2-MDEV-11075-crc32-runtime-detect-... | Marko Mäkelä | 2016-12-12 | 2 | -4/+22 |
|\ |
|
| * | MDEV-11075: Power - runtime detection of optimized instructions | Daniel Black | 2016-12-12 | 2 | -4/+22 |
|/ |
|
* | MDEV-11453 JSON_CONTAINS returns incorrect values. | Alexey Botchkov | 2016-12-11 | 6 | -92/+237 |
* | MDEV-11487 Revert InnoDB internal temporary tables from WL#7682 | Marko Mäkelä | 2016-12-09 | 41 | -3476/+409 |
* | Use mtr_memo_contains_flagged() instead of mtr_memo_contains(). | Marko Mäkelä | 2016-12-09 | 1 | -4/+6 |
* | Port the test innodb.innodb_misc1 from MySQL. | Marko Mäkelä | 2016-12-09 | 3 | -0/+2119 |
* | MDEV-11469 JSON_SEARCH returns incorrect results. | Alexey Botchkov | 2016-12-09 | 6 | -55/+125 |
* | Merge branch 'grooverdan-10.2-MDEV-9872-crc32-generic-message' into 10.2 | Marko Mäkelä | 2016-12-09 | 6 | -64/+32 |
|\ |
|
| * | Address my review comments in the contributed patch. | Marko Mäkelä | 2016-12-09 | 2 | -3/+5 |
| * | Merge branch '10.2-MDEV-9872-crc32-generic-message' of https://github.com/gro... | Marko Mäkelä | 2016-12-09 | 6 | -64/+30 |
| |\
|/ / |
|
| * | MDEV-11075: allow software crc32c on Power8 (for BE) | Daniel Black | 2016-12-09 | 1 | -2/+0 |
| * | MDEV-9872: Valgrind supports CRC32B and CRC32Q since valgrind-3.6.1 | Daniel Black | 2016-12-05 | 2 | -2/+2 |
| * | MDEV-9872: crc32 initialization (innodb/xtradb) | Daniel Black | 2016-12-01 | 2 | -35/+19 |
| * | MDEV-9872: Generic CRC32 message using ptr | Daniel Black | 2016-12-01 | 6 | -35/+19 |
* | | Merge pull request #274 from grooverdan/10.2-MDEV-11075-innochecksum-bigendia... | Jan Lindström | 2016-12-09 | 1 | -3/+5 |
|\ \ |
|
| * | | MDEV-11075: changing to algorithm innodb from crc32 | Daniel Black | 2016-12-09 | 1 | -3/+5 |
|/ / |
|
* | | MDEV-11422 rpl.rpl_parallel_optimistic_nobinlog failed in buildbot with "Inno... | Marko Mäkelä | 2016-12-08 | 1 | -18/+7 |
* | | MDEV-11435 - fix integer divided by zero exception when calculating | Vladislav Vaintroub | 2016-12-08 | 1 | -2/+2 |
* | | MDEV-11489 Assertion `0' failed in json_find_path. | Alexey Botchkov | 2016-12-08 | 3 | -9/+14 |
* | | Merge branch 'sensssz-10.2-vats' into 10.2 | Jan Lindström | 2016-12-07 | 1 | -2/+5 |
|\ \ |
|
| * \ | Merge branch '10.2-vats' of https://github.com/sensssz/server into sensssz-10... | Jan Lindström | 2016-12-07 | 1 | -2/+5 |
| |\ \
|/ / / |
|