summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* base64 serviceSergei Golubchik2017-03-101-1/+0
* make sql_udf.cc to shorten dlerror() messagesSergei Golubchik2017-03-102-1/+32
* Merge 10.0 into 10.1Marko Mäkelä2017-03-0913-85/+205
|\
| * 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
| | * Fix for memory leak in applications, like QT,that callsMonty2017-01-272-2/+13
* | | spelling fixesklemens2017-03-0728-53/+53
* | | Merge 10.0 into 10.1Marko Mäkelä2017-03-032-3/+14
|\ \ \ | |/ /
| * | Added a separate lock for start/stop/reset slave.Monty2017-02-281-2/+10
| * | MDEV-9573 'Stop slave' hangs on replication slaveMonty2017-02-281-1/+4
* | | Merge 10.0 into 10.1Marko Mäkelä2017-01-261-12/+60
|\ \ \ | |/ /
| * | MDEV-4774 Strangeness with max_binlog_stmt_cache_size SettingsSachin Setiya2017-01-201-12/+60
* | | Merge remote-tracking branch 'origin/10.1' into 10.1bb-10.1-vicentiu-galeraVicențiu Ciorbaru2017-01-161-7/+8
|\ \ \
| * | | cleanup: make malloc_size_cb_func always definedSergei Golubchik2017-01-151-7/+8
* | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-162-1/+83
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.29Vicențiu Ciorbaru2017-01-122-1/+83
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-062-1/+83
| | |\ \ | | | |/
| | | * 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
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-01-101-1/+6
|\ \ \ \ | |/ / /
| * | | MDEV-11087 Search path for my.ini is wrong for default installationVladislav Vaintroub2017-01-061-1/+6
| |/ /
* | | Fix escaping '\' in a string constant.Vladislav Vaintroub2016-10-221-1/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-291-3/+3
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-291-3/+3
| |\ \ | | |/
| | * MDEV-10907 MTR and server writes can interleave in the error logVladislav Vaintroub2016-09-271-3/+3
* | | MDEV-10508 Mariadb crash on out of disk space during dump importSergei Golubchik2016-09-281-2/+2
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-282-3/+5
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-272-3/+5
| |\ \ | | |/
| | * don't use my_copystat in the serverSergei Golubchik2016-09-122-3/+5
* | | MDEV-10823 Certain unicode characters in hostname prevent mysqld from startingVladislav Vaintroub2016-09-271-0/+9
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-252-11/+8
|\ \ \ | |/ /
| * | Fixed compiler error and some warnings on windowsMonty2016-08-231-1/+1
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-08-101-10/+7
| |\ \ | | |/
| | * MDEV-10357 my_context_continue() does not store current fiber on WindowsVladislav Vaintroub2016-08-031-10/+7
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-07-131-4/+26
|\ \ \ | |/ /
| * | [MDEV-9127] Crash reporter often fails to show the query that crashedVicențiu Ciorbaru2016-07-121-4/+26
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-285-6/+13
|\ \ \ | |/ /
| * | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-215-6/+10
| |\ \ | | |/
| | * 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