summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2017-05-233-1/+6
|\
| * Merge 10.0 into 10.1Marko Mäkelä2017-05-233-1/+5
| |\
| | * MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-193-1/+5
| * | Merge 10.0 into 10.1Marko Mäkelä2017-05-201-0/+1
| |\ \ | | |/
| | * Fixed typo in the case operator.Oleksandr Byelkin2017-05-181-0/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-6/+0
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-6/+0
| |\ \ | | |/
| | * 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
* | | MDEV-10804 main.stat_tables_par fails sporadically in buildbotMichael Widenius2017-05-111-1/+2
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-05-091-1/+5
|\ \ \ | |/ /
| * | Merge branch '10.0' 10.1Sergei Golubchik2017-04-281-1/+5
| |\ \ | | |/
| | * 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
* | | | remove my_hash_const_element(), use Hash_set in C++ codeSergei Golubchik2017-03-311-8/+0
* | | | Merge 10.2 into bb-10.2-mariarocksSergei Petrunia2017-03-3150-153/+323
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2017-03-3049-153/+312
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-03-211-8/+6
| | |\ \ \ | | | |/ /
| | | * | MDEV-12261 build failure without P_SSergei Golubchik2017-03-151-8/+6
| | * | | Correct FSF addressiangilfillan2017-03-1010-11/+11
| | * | | 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
| * | | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-171-0/+11
* | | | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-03-1110-119/+701
|\ \ \ \ \ | |/ / / /
| * | | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-072-18/+19
| * | | | MDEV-10092: Server crashes in in ha_heap::rnd_pos / Table_read_cursor::get_nextVicențiu Ciorbaru2017-02-151-4/+11
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-103-13/+143
| |\ \ \ \ | | |/ / /
| | * | | 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
| | |\ \ \
| | * \ \ \ Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-162-1/+83
| | |\ \ \ \ | | | | |/ / | | | |/| |