summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-223-17/+3
|\
| * MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-193-17/+3
* | Merge 10.1 into 10.2Marko Mäkelä2017-12-142-4/+3
|\ \ | |/
| * Fix a typo: schedule, schedulingMarko Mäkelä2017-12-131-2/+2
| * Merge 10.0 into 10.1Marko Mäkelä2017-12-121-2/+1
| |\
| | * MDEV-8949: COLUMN_CREATE unicode name breakageOleksandr Byelkin2017-11-141-2/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-0/+10
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-0/+10
| |\ \ | | |/
| | * 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-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-284-5/+5
* | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-2816-97/+104
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-08-311-1/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-08-311-1/+3
| |\ \ \ | | |/ /
| | * | MDEV-13691 : my_write() sets inappropriate errno for ERROR_FILE_SYSTEM_LIMITATONVladislav Vaintroub2017-08-311-1/+3
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-08-291-1/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-08-281-1/+0
| |\ \ \ | | |/ /
| | * | Windows : Do not use CRT routine to dump memory leaks.Vladislav Vaintroub2017-08-241-1/+0
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-172-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-082-2/+2
| |\ \ \ | | |/ /
| | * | 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 branch '10.1' into 10.2Sergei Golubchik2017-07-052-2/+11
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2017-06-212-2/+11
| |\ \ \ | | |/ /
| | * | 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
* | | | Simplify IO_CACHE by removing current_pos and end_pos as self-referencesVicențiu Ciorbaru2017-06-281-38/+1
* | | | 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