Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-12-29 | 7 | -25/+5 |
|\ | |||||
| * | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-12-11 | 1 | -0/+3 |
| |\ | |||||
| | * | MDEV-11343 LOAD DATA INFILE fails to load data with an escape character follo... | Alexander Barkov | 2016-11-29 | 1 | -0/+3 |
| * | | MDEV-10759 Fix Aria to support 2-byte collation IDs | Monty | 2016-12-02 | 2 | -2/+2 |
| * | | Merge branch '10.0-galera' into 10.1 | Sergei Golubchik | 2016-11-02 | 2 | -18/+0 |
| |\ \ | |||||
| | * \ | Merge tag 'mariadb-10.0.28' into 10.0-galera | Nirbhay Choubey | 2016-10-28 | 4 | -22/+3 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-10951 Field_newdate::cmp access violation | Vladislav Vaintroub | 2016-10-25 | 2 | -18/+0 |
| | * | | Merge branch '10.0' into 10.0-galera | Nirbhay Choubey | 2016-08-24 | 3 | -3/+3 |
| | |\ \ | |||||
| | * \ \ | Merge tag 'mariadb-10.0.26' into 10.0-galera | Nirbhay Choubey | 2016-06-24 | 3 | -2/+9 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch '10.0' into 10.0-galera | Nirbhay Choubey | 2016-04-29 | 2 | -2/+2 |
| | |\ \ \ \ | |||||
| * | \ \ \ \ | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-09-28 | 2 | -4/+3 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-09-27 | 2 | -4/+3 |
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | | * | | | | MDEV-10725 Server 10.1.17 fails to build using clang with c++11 | Sergei Golubchik | 2016-09-26 | 1 | -2/+1 |
| | | * | | | | don't use my_copystat in the server | Sergei Golubchik | 2016-09-12 | 1 | -2/+2 |
* | | | | | | | MDEV-11562 Assertion `js->state == JST_VALUE' failed in check_contains(json_e... | Alexey Botchkov | 2016-12-16 | 1 | -5/+19 |
* | | | | | | | MDEV-11470 JSON_KEYS accepts arguments in invalid format. | Alexey Botchkov | 2016-12-13 | 1 | -0/+1 |
* | | | | | | | MDEV-11066 use MySQL terminology for "virtual columns" | Sergei Golubchik | 2016-12-12 | 1 | -0/+6 |
* | | | | | | | MDEV-5800 MyISAM support for indexed vcols | Sergei Golubchik | 2016-12-12 | 2 | -0/+4 |
* | | | | | | | cleanup: minor issues in MyISAM | Sergei Golubchik | 2016-12-12 | 1 | -8/+0 |
* | | | | | | | cleanup: my_strerror | Sergei Golubchik | 2016-12-12 | 1 | -1/+1 |
* | | | | | | | cleanup: fix a comment | Sergei Golubchik | 2016-12-12 | 1 | -1/+1 |
* | | | | | | | MDEV-11453 JSON_CONTAINS returns incorrect values. | Alexey Botchkov | 2016-12-11 | 1 | -0/+1 |
* | | | | | | | MDEV-11469 JSON_SEARCH returns incorrect results. | Alexey Botchkov | 2016-12-09 | 1 | -6/+15 |
* | | | | | | | MDEV-11461 JSON_TYPE does not recognize integer/double types. | Alexey Botchkov | 2016-12-05 | 1 | -0/+11 |
* | | | | | | | MDEV-11359 Implement IGNORE for bulk operation | Oleksandr Byelkin | 2016-11-29 | 2 | -2/+4 |
* | | | | | | | Made all capability bit constants to be ULL. All new MariaDB | Lawrin Novitsky | 2016-11-24 | 1 | -30/+30 |
* | | | | | | | MDEV-9143 JSON_xxx functions. | Alexey Botchkov | 2016-11-15 | 1 | -0/+7 |
* | | | | | | | MDEV-9114: Bulk operations (Array binding) | Oleksandr Byelkin | 2016-11-02 | 2 | -11/+31 |
* | | | | | | | MDEV-8791 - AIX: Unresolved Symbols during linking | Sergey Vojtovich | 2016-10-31 | 3 | -57/+26 |
* | | | | | | | MDEV-11187: Server does not compile on labrador | Kristian Nielsen | 2016-10-31 | 2 | -4/+4 |
* | | | | | | | fix the ABI check | vinchen | 2016-10-21 | 1 | -0/+2 |
* | | | | | | | fix the ABI and stop slave hang problem | vinchen | 2016-10-21 | 3 | -2/+3 |
* | | | | | | | fix the code style for read_binlog_speed_limit | vinchen | 2016-10-19 | 1 | -1/+0 |
* | | | | | | | fix common test suite | vinchen | 2016-10-19 | 1 | -0/+1 |
* | | | | | | | Control the binlog read speed for compressed protocol | vinchen | 2016-10-19 | 1 | -0/+1 |
* | | | | | | | Control the Maximum speed(KB/s) to read binlog from master | vinchen | 2016-10-19 | 1 | -0/+1 |
* | | | | | | | MDEV-9143 JSON_xxx functions. | Alexey Botchkov | 2016-10-19 | 2 | -0/+357 |
* | | | | | | | MDEV-10813 - Clean-up InnoDB atomics, memory barriers and mutexes | Sergey Vojtovich | 2016-10-17 | 1 | -0/+8 |
* | | | | | | | MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2 | Alexander Barkov | 2016-10-10 | 1 | -9/+19 |
* | | | | | | | MDEV-9736: Window functions: multiple cursors to read filesort result | Sergei Petrunia | 2016-09-24 | 1 | -0/+7 |
* | | | | | | | MDEV-10877 xxx_unicode_nopad_ci collations | Alexander Barkov | 2016-09-23 | 1 | -0/+5 |
* | | | | | | | Merge branch '10.2' into bb-10.2-connector-c-integ-subm | Sergei Golubchik | 2016-09-21 | 14 | -35/+522 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | valgrind failures | Sergei Golubchik | 2016-09-21 | 1 | -0/+2 |
| * | | | | | | | Merge branch '10.2' into bb-10.2-jan | Sergei Golubchik | 2016-09-19 | 5 | -11/+133 |
| |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-09-09 | 3 | -3/+3 |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | |||||
| | | * | | | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-08-25 | 2 | -2/+2 |
| | | |\ \ \ \ \ \ | | | | |/ / / / / | |||||
| | | | * | | | | | Fixed "Packets out of order" warning message on stdout in clients, | Monty | 2016-08-21 | 2 | -2/+2 |
| | | * | | | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-07-13 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ | | | | |/ / / / / | |||||
| | | | * | | | | | [MDEV-9127] Crash reporter often fails to show the query that crashed | Vicențiu Ciorbaru | 2016-07-12 | 1 | -1/+1 |
| | | | | |_|_|/ | | | | |/| | | | |||||
| | * | | | | | | MDEV-10421 duplicate CHECK CONSTRAINTs. | Alexey Botchkov | 2016-09-06 | 1 | -0/+1 |