Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-05-19 | 1 | -0/+6 |
|\ | |||||
| * | MDEV-12420 max_recursive_iterations did not prevent a stack-overflow and segf... | Sergei Golubchik | 2017-05-15 | 1 | -3/+6 |
| * | WIP: global readonly variable pcre_frame_size | Daniel Black | 2017-05-15 | 1 | -0/+3 |
* | | Merge branch '10.0' 10.1 | Sergei Golubchik | 2017-04-28 | 2 | -4/+3 |
|\ \ | |/ | |||||
| * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2017-04-21 | 2 | -4/+3 |
| |\ | |||||
| | * | MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_keyâ... | Sergei Golubchik | 2017-04-20 | 2 | -2/+48 |
| | * | Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55 | Sergei Golubchik | 2017-04-11 | 1 | -3/+3 |
| | |\ | |||||
| | | * | BUG#25575605: SETTING --SSL-MODE=REQUIRED SENDS CREDENTIALS BEFORE VERIFYING ... | Ramil Kalimullin | 2017-03-14 | 2 | -2/+5 |
| | | * | BUG#25575605: SETTING --SSL-MODE=REQUIRED SENDS CREDENTIALS BEFORE VERIFYING ... | Ramil Kalimullin | 2017-03-10 | 5 | -9/+19 |
| | | * | Updated copyright year in user visible text | Balasubramanian Kandasamy | 2017-01-06 | 1 | -2/+2 |
| | | * | BUG#24437124: POSSIBLE BUFFER OVERFLOW ON CREATE TABLE | Karthik Kamath | 2016-11-10 | 1 | -1/+2 |
| | | * | Bug#24388746: PRIVILEGE ESCALATION AND RACE CONDITION USING CREATE TABLE | Jon Olav Hauglid | 2016-08-19 | 2 | -6/+8 |
| | | * | Bug #23296299 : HANDLE_FATAL_SIGNAL (SIG=11) IN | Kailasnath Nagarkar | 2016-07-01 | 1 | -2/+2 |
* | | | | MDEV-11663 Create services for functionality used by plugins | Vladislav Vaintroub | 2017-04-27 | 12 | -88/+381 |
* | | | | bugfix: federated/replication did not increment bytes_received status variable | Sergei Golubchik | 2017-04-27 | 1 | -0/+20 |
* | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2017-03-21 | 2 | -2/+45 |
|\ \ \ \ | |/ / / | |||||
| * | | | compiler warning | Sergei Golubchik | 2017-03-16 | 1 | -2/+2 |
| * | | | MDEV-12261 build failure without P_S | Sergei Golubchik | 2017-03-15 | 2 | -2/+45 |
* | | | | Correct FSF address | iangilfillan | 2017-03-10 | 13 | -13/+13 |
* | | | | MDEV-11752 Unsafe strmov - function definition in include/m_string.h | Sergei Golubchik | 2017-03-10 | 1 | -0/+2 |
* | | | | small plugin API related fixes | Sergei Golubchik | 2017-03-10 | 2 | -2/+6 |
* | | | | cleanup: sort various lists of services | Sergei Golubchik | 2017-03-10 | 7 | -1110/+1109 |
* | | | | thd_rnd service | Sergei Golubchik | 2017-03-10 | 8 | -0/+94 |
* | | | | Auth Plugin API: add THD to MYSQL_SERVER_AUTH_INFO | Sergei Golubchik | 2017-03-10 | 2 | -1/+7 |
* | | | | base64 service | Sergei Golubchik | 2017-03-10 | 9 | -62/+164 |
* | | | | remove old API for SHA2 | Sergei Golubchik | 2017-03-10 | 1 | -72/+0 |
* | | | | my_sha2 service | Sergei Golubchik | 2017-03-10 | 9 | -4/+386 |
* | | | | cleanup: generalize my_sha1.cc | Sergei Golubchik | 2017-03-10 | 1 | -25/+0 |
* | | | | make sql_udf.cc to shorten dlerror() messages | Sergei Golubchik | 2017-03-10 | 1 | -0/+2 |
* | | | | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-03-09 | 3 | -44/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | Revert "Add extra HA_ERR message that Percona introduced within TokuDB 5.6.35... | Vicențiu Ciorbaru | 2017-03-06 | 2 | -4/+2 |
| * | | | Add extra HA_ERR message that Percona introduced within TokuDB 5.6.35-80 | Vicențiu Ciorbaru | 2017-03-05 | 2 | -2/+4 |
| * | | | Merge branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2017-03-03 | 3 | -45/+9 |
| |\ \ \ | | |/ / | |||||
| | * | | bugfix: remove my_delete_with_symlink() | Sergei Golubchik | 2017-02-27 | 2 | -42/+0 |
| | * | | race-condition safe implementation of mi_delete_table/maria_delete_table | Sergei Golubchik | 2017-02-27 | 1 | -0/+3 |
| | * | | MDEV-11902 mi_open race condition | Sergei Golubchik | 2017-02-27 | 1 | -3/+3 |
| | * | | cleanup: mysys_test_invalid_symlink | Sergei Golubchik | 2017-02-27 | 1 | -0/+2 |
| | * | | Fix for memory leak in applications, like QT,that calls | Monty | 2017-01-27 | 1 | -1/+1 |
* | | | | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-03-03 | 1 | -4/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Windows : Fix server compile errors when compile with /Zc:strictStrings option | Vladislav Vaintroub | 2017-02-28 | 1 | -4/+3 |
* | | | | Merge branch '10.0' into 10.1 | Vicențiu Ciorbaru | 2017-01-16 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge remote-tracking branch 'origin/5.5' into 10.0 | vicentiu | 2017-01-06 | 1 | -0/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | move check_user/set_user from mysqld.cc to mysys | Sergei Golubchik | 2016-12-22 | 1 | -0/+4 |
* | | | | 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 |
| |\ \ \ \ |