summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.0Sergei Golubchik2018-04-202-8/+11
|\
| * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-4/+5
| |\
| | * BUG#26502135: MYSQLD SEGFAULTS INKarthik Kamath2017-11-271-3/+4
| * | defaults-group-suffix in print_defaultsDaniel Black2018-04-131-4/+6
* | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-04-031-1/+1
|\ \ \ | |/ /
| * | compiler warningSergei Golubchik2018-04-031-1/+1
* | | MDEV-15230: column_json breaks cyrillic in 10.1.31Oleksandr Byelkin2018-02-071-1/+1
* | | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2018-02-021-1/+1
|\ \ \ | |/ /
| * | Fix an out of scope bzeroVicențiu Ciorbaru2018-01-301-1/+1
* | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-246-49/+77
|\ \ \ | |/ /
| * | improve ASAN instrumentation: MEM_ROOTSergei Golubchik2018-01-221-3/+6
| * | Correct TRASH() macro usageSergei Golubchik2018-01-222-3/+1
| * | MDEV-14229: Stack trace is not resolved for shared objectsVicențiu Ciorbaru2018-01-192-32/+67
| * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-2/+3
| |\ \ | | |/
| | * Bug#23072792 MYSQL_GROUP_SUFFIX DOES NOT WORKTor Didriksen2017-09-081-2/+2
| | * BUG#25451091:CREATE TABLE DATA DIRECTORY / INDEX DIRECTORYNisha Gopalakrishnan2017-05-121-3/+27
| | * Bug#24388746: PRIVILEGE ESCALATION AND RACE CONDITION USING CREATE TABLEJon Olav Hauglid2016-08-191-3/+9
| | * Bug#23251517: SEMISYNC REPLICATION HANGINGSujatha Sivakumar2016-05-132-16/+6
| * | MDEV-14469 build with cmake -DMYSQL_MAINTAINER_MODE=ON fails: 'readdir_r' is ...Sergei Golubchik2018-01-151-10/+0
* | | MDEV-7533: COLUMN_JSON() doesn't escape control characters in string valuesOleksandr Byelkin2018-01-231-2/+58
* | | MDEV-8949: COLUMN_CREATE unicode name breakageOleksandr Byelkin2017-11-141-2/+1
* | | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-0/+10
|\ \ \ | |/ /
| * | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-0/+10
* | | MDEV-13691 : my_write() sets inappropriate errno for ERROR_FILE_SYSTEM_LIMITATONVladislav Vaintroub2017-08-311-1/+3
* | | Windows : Do not use CRT routine to dump memory leaks.Vladislav Vaintroub2017-08-241-1/+0
* | | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-252-2/+2
|\ \ \ | |/ /
| * | MDEV-8692 prefschema test failures on ARM (on Debian build system)Alexander Barkov2017-07-171-0/+25
| * | MDEV-12144 Signal 6 crash corrupts ibd filesSergei Golubchik2017-07-152-2/+2
* | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-06-202-2/+11
|\ \ \ | |/ /
| * | MDEV-12778 mariadb-10.1 FTBFS on GNU/Hurd due to use of PATH_MAXSergei Golubchik2017-06-192-2/+11
* | | MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-193-1/+5
* | | Fixed typo in the case operator.Oleksandr Byelkin2017-05-181-0/+1
* | | MDEV-12420 max_recursive_iterations did not prevent a stack-overflow and segf...Sergei Golubchik2017-05-152-8/+0
* | | WIP: global readonly variable pcre_frame_sizeDaniel Black2017-05-151-0/+2
* | | Merge branch '5.5' into 10.0Sergei Golubchik2017-04-211-1/+5
|\ \ \ | |/ /
| * | MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_keyâ...Sergei Golubchik2017-04-201-8/+6
| * | MDEV-12310 openat(<directory>, ...O_EXEC) fails on Illumos / SolarisSergei Golubchik2017-04-201-1/+5
* | | MDEV-12261 build failure without P_SSergei Golubchik2017-03-151-8/+6
* | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-081-1/+2
|\ \ \ | |/ /
| * | mysql_client_test_nonblock fails when compiled with clangVicențiu Ciorbaru2017-03-081-1/+2
* | | Post MDEV-11902 Fix test failures in maria and myisam storage enginesVicențiu Ciorbaru2017-03-031-1/+9
* | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-0312-83/+194
|\ \ \ | |/ /
| * | bugfix: remove my_delete_with_symlink()Sergei Golubchik2017-02-271-21/+0
| * | race-condition safe implementation of mi_delete_table/maria_delete_tableSergei Golubchik2017-02-272-1/+29
| * | support MY_NOSYMLINKS in my_delete()Sergei Golubchik2017-02-274-84/+118
| * | MDEV-11902 mi_open race conditionSergei Golubchik2017-02-271-2/+88
| * | cleanup: NO_OPEN_3 was never definedSergei Golubchik2017-02-271-3/+1
| * | cleanup: mysys_test_invalid_symlinkSergei Golubchik2017-02-271-0/+9
| * | cleanup: my_register_filename()Sergei Golubchik2017-02-274-48/+19
| * | cleanup: fn_format, remove dead codeSergei Golubchik2017-02-271-6/+1