summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12778 mariadb-10.1 FTBFS on GNU/Hurd due to use of PATH_MAXSergei Golubchik2017-06-192-2/+11
* 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
* mysql_client_test_nonblock fails when compiled with clangVicențiu Ciorbaru2017-03-081-1/+2
* 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
* Fix for memory leak in applications, like QT,that callsMonty2017-01-272-2/+13
* MDEV-11676 Starting service with mysqld_safe_helper fails in SELINUX "enforci...Sergei Golubchik2017-01-041-1/+2
* move check_user/set_user from mysqld.cc to mysysSergei Golubchik2016-12-222-2/+83
* MDEV-10907 MTR and server writes can interleave in the error logVladislav Vaintroub2016-09-271-3/+3
* don't use my_copystat in the serverSergei Golubchik2016-09-122-3/+5
* MDEV-10357 my_context_continue() does not store current fiber on WindowsVladislav Vaintroub2016-08-031-10/+7
* MDEV-9433: [PATCH} cppcheck reported a number of minor coding errorsDaniel Black2016-06-141-0/+1
* MDEV-9433: [PATCH] cppcheck reported a number of minor coding errorsDaniel Black2016-06-141-1/+3
* Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-06-143-4/+6
|\
| * Bug#23251517: SEMISYNC REPLICATION HANGINGmysql-5.5.50Sujatha Sivakumar2016-05-162-16/+6
| * Bug#22897202: RPL_IO_THD_WAIT_FOR_DISK_SPACE HAS OCCASIONALSujatha Sivakumar2016-04-191-1/+2
| * BUG#22594514: HANDLE_FATAL_SIGNAL (SIG=11) INNisha Gopalakrishnan2016-03-171-3/+3
| * Bug#20685029: SLAVE IO THREAD SHOULD STOP WHEN DISK ISSujatha Sivakumar2016-03-012-7/+16
| * Bug#21770366 backport bug#21657078 to 5.5 and 5.6Jon Olav Hauglid2016-01-261-2/+6
* | Fix compiler check for stack unwind hintKristian Nielsen2016-06-081-2/+2
* | MDEV-9748 Include Twin (mysys_err.h is included twice in mysys/my_copy.c)Sergei Golubchik2016-04-191-1/+0
* | MDEV-9733 Server crashes in lf_pinbox_real_free on replication slavesSergei Golubchik2016-03-171-1/+8
* | fix my_gethwaddr() for solarisSergei Golubchik2016-02-151-1/+1
* | Fix memory leak when failing to read config fileVicențiu Ciorbaru2016-02-141-0/+1
* | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-092-2/+4
|\ \ | |/
| * Bug#21770366 backport bug#21657078 to 5.5 and 5.6Ajo Robert2016-01-072-12/+24
* | MDEV-9024 Build fails with VS2015Sergei Golubchik2016-02-061-20/+20
* | MDEV-4664 mysql_upgrade crashes if root's password contains an apostrophe/sin...Sergei Golubchik2016-02-061-2/+3
* | unit test for dynstr_append_os_quoted()Sergei Golubchik2016-02-061-9/+7
* | MDEV-9106 Audit plugin compiled with MariaDB can't install on MySQL 5.7.Alexey Botchkov2016-01-121-0/+2
* | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2015-12-091-1/+1
|\ \ | |/
| * Bug #21503595 : --QUERY-ALLOC-BLOCK-SIZE=-1125899906842624 +Arun Kuruvila2015-09-041-2/+23
| * Bug# 20376760: STACK-BUFFER-OVERFLOW WITH LONG PATHS TO CERTAIN VARIABLESYashwant Sahu2015-06-241-2/+2
* | Merge tag 'mysql-5.5.45' into 5.5Sergei Golubchik2015-08-011-1/+2
|\ \ | |/
| * Bug#19660891 HANDLE_FATAL_SIGNAL (SIG=11) IN QUEUE_INSERTTor Didriksen2015-06-171-1/+14
| * Bug#19974500: SERVER 5.5 / DEBUG DOESN\'T COMPILE WITH GCC 4.9.1Jon Olav Hauglid2014-11-061-1/+1
| * Bug #18808072 MYSQLBINLOG USES LOCALTIME() TO PRINT EVENTS, CAUSES KERNEL MUT...Venkatesh Duggirala2014-10-081-23/+1
| * Bug#18207212 : FILE NAME IS NOT ESCAPED IN BINLOG FOR LOAD DATA INFILE STATEMENTNeeraj Bisht2014-05-151-1/+8
| * Backport from trunk:Tor Didriksen2014-05-071-2/+1
| * Bug #17514920 MYSQL_THREAD_INIT() CALL WITHOUT MYSQL_INIT() IS CRASHING IN WI...Igor Solodovnikov2014-04-231-0/+3
| * Updated/added copyright header. Added line "use is subject to license terms" Murthy Narkedimilli2014-02-175-0/+5
| * Updated/added copyright headersMurthy Narkedimilli2014-01-0627-27/+43
| * Bug#16316074 RFE: MAKE TMPDIR A BUILD-TIME CONFIGURABLE OPTIONTor Didriksen2013-12-182-4/+4