summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | cleanup: make malloc_size_cb_func always definedSergei Golubchik2017-01-151-7/+8
| | |/ / / /
| * | | | | Make atomic writes generalSergei Golubchik2017-01-112-0/+334
| * | | | | Removed usage of my_hash_search() with uninitialized HASH.Monty2017-01-111-7/+7
| * | | | | Improve mysys/hash by caching hash_nrMonty2017-01-112-69/+173
| * | | | | Merge 10.1 into 10.2Marko Mäkelä2017-01-101-1/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
| | | |/ /
* | | | | MDEV-11901 : MariaRocks on WindowsVladislav Vaintroub2017-02-011-18/+0
* | | | | Merge branch '10.2' of github.com:MariaDB/server into 10.2-mariarocksSergei Petrunia2017-01-0211-43/+79
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-295-8/+19
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | MDEV-5800 MyISAM support for indexed vcolsSergei Golubchik2016-12-121-1/+1
| * | | | cleanup: my_printf_error(ER_xxx, ER(ER_xxx), ... )Sergei Golubchik2016-12-121-1/+1
| * | | | fix stack traces when linking with libbfdSergei Golubchik2016-12-121-12/+18
| * | | | fix build and some warningskevg2016-11-241-12/+0
| * | | | MDEV-11255 LDML: allow defining 2-level UCA collationsAlexander Barkov2016-11-081-7/+38
| * | | | MDEV-10943 . Workaround linker error on Linux. Linux does not actually use __...Vladislav Vaintroub2016-10-151-2/+2
* | | | | MariaRocks: port my_hash_const_elementSergei Petrunia2016-10-161-0/+8
|/ / / /
* | | | MDEV-9736: Window functions: multiple cursors to read filesort resultSergei Petrunia2016-09-241-14/+134
* | | | MDEV-10877 xxx_unicode_nopad_ci collationsAlexander Barkov2016-09-232-5/+30
* | | | Merge branch '10.2' into bb-10.2-connector-c-integ-submSergei Golubchik2016-09-214-40/+171
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2016-09-092-14/+33
| |\ \ \ \ | | |/ / /
| | * | | 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
| * | | | MDEV-9711 NO PAD collationsAlexander Barkov2016-09-062-5/+45
| * | | | MDEV-10743 LDML: a new syntax to reuse sort order from another 8bit simple co...Alexander Barkov2016-09-061-5/+93
| * | | | LDML refactoring for "MDEV-9711 NO PAD collations"Alexander Barkov2016-09-031-16/+0
* | | | | name clash with gnutls on on base64_encodeSergei Golubchik2016-09-121-16/+16
* | | | | After-review changesSergei Golubchik2016-09-122-7/+7
* | | | | MDEV-9293 - Use MariaDB's Connector/C in serverVladislav Vaintroub2016-08-253-1/+217
|/ / / /
* | | | Revert "MDEV-9293 Connector/C integration"Vladislav Vaintroub2016-08-193-217/+1
* | | | MDEV-9293 Connector/C integrationVladislav Vaintroub2016-08-193-1/+217
* | | | MDEV-9872: New Power8 crc32(ieee) optimized functionsDaniel Black2016-08-051-2/+2
* | | | MDEV-9872 - Add common optimized CRC32 function interfaceSergey Vojtovich2016-08-043-24/+7
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-308-9/+25
|\ \ \ \ | |/ / /
| * | | 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