summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Better crash reports on OS XSergey Vojtovich2018-05-201-0/+50
| * | | | | | | | Added support for lldb core analysis in mtrSergey Vojtovich2018-05-201-0/+39
| * | | | | | | | bugfix: EE_OPEN_WARNING could be statistically wrongSergei Golubchik2018-05-193-34/+21
| * | | | | | | | MDEV-15635 mysys: THR_LOCK_open reduce usageDaniel Black2018-05-194-32/+38
| * | | | | | | | MDEV-8743: use mkostemp when available with O_CLOEXECDaniel Black2018-05-194-1/+6
| * | | | | | | | cleanup: report_error() in sql_plugin.ccSergei Golubchik2018-05-191-60/+37
| * | | | | | | | cleanup: create_temp_file()Sergei Golubchik2018-05-1912-143/+68
| * | | | | | | | MDEV-15583 create_temp_file: remove tempnam implementationDaniel Black2018-05-194-39/+0
| * | | | | | | | MDEV-15550 Add error handling for fopenJia Zhouyang2018-05-191-0/+6
| * | | | | | | | MDEV-15513 use EVP_MD_CTX_{new,free} instead of EVP_MD_CTX_{create, destroy}Alexander Kuleshov2018-05-191-2/+2
* | | | | | | | | Addressing Monty's review suggestions for MDEV-11952 Oracle-style packages (p...Alexander Barkov2018-05-218-30/+99
* | | | | | | | | A cleanup for 2a33d248e0bd910ec10a2bb68e47f17b47e3a980Alexander Barkov2018-05-214-8/+4
* | | | | | | | | Cleanup: fixing shift-reduce conflicts in expr/bool_pri/predicateAlexander Barkov2018-05-212-8/+14
* | | | | | | | | OS X warnings fixesSergey Vojtovich2018-05-211-2/+3
* | | | | | | | | Better crash reports on OS XSergey Vojtovich2018-05-211-0/+50
* | | | | | | | | Added support for lldb core analysis in mtrSergey Vojtovich2018-05-211-0/+39
* | | | | | | | | bugfix: EE_OPEN_WARNING could be statistically wrongSergei Golubchik2018-05-213-34/+21
* | | | | | | | | MDEV-15635 mysys: THR_LOCK_open reduce usageDaniel Black2018-05-214-32/+38
* | | | | | | | | MDEV-8743: use mkostemp when available with O_CLOEXECDaniel Black2018-05-214-1/+6
* | | | | | | | | cleanup: report_error() in sql_plugin.ccSergei Golubchik2018-05-211-60/+37
* | | | | | | | | cleanup: create_temp_file()Sergei Golubchik2018-05-2112-143/+68
* | | | | | | | | MDEV-15583 create_temp_file: remove tempnam implementationDaniel Black2018-05-214-39/+0
* | | | | | | | | MDEV-15550 Add error handling for fopenJia Zhouyang2018-05-211-0/+6
* | | | | | | | | MDEV-15513 use EVP_MD_CTX_{new,free} instead of EVP_MD_CTX_{create, destroy}Alexander Kuleshov2018-05-211-2/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | update C/Cbb-10.3-ccVladislav Vaintroub2018-05-211-0/+0
* | | | | | | | update C/CVladislav Vaintroub2018-05-191-0/+0
* | | | | | | | Updated libmariadb: fixed connect failure on OS XSergey Vojtovich2018-05-191-0/+0
* | | | | | | | update C/CVladislav Vaintroub2018-05-191-0/+0
* | | | | | | | Merge remote-tracking branch 'origin/10.3' into bb-10.3-ccVladislav Vaintroub2018-05-1914-15/+138
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Follow-up for be6ae0bb6baa8a - fix test resultsElena Stepanova2018-05-194-13/+3
| * | | | | | | MDEV-14623: Output of show function code does not show FETCH GROUP NEXT ROW f...Varun Gupta2018-05-194-2/+51
| * | | | | | | MDEV-14520: Custom aggregate functions work incorrectly with WITH ROLLUP clauseVarun Gupta2018-05-196-0/+84
* | | | | | | | Merge branch '10.3' into bb-10.3-ccVladislav Vaintroub2018-05-192-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Revert "update C/C (now, using 10.3-server branch for 10.3)"Vladislav Vaintroub2018-05-181-0/+0
| * | | | | | | MDEV-15373 post-push: fixing type mismatch alerted by windows build.Andrei Elkin2018-05-181-1/+2
* | | | | | | | support older cmake versions in C/CVladislav Vaintroub2018-05-191-0/+0
* | | | | | | | pipe and shared memory protocol should be statically compiled into C/CVladislav Vaintroub2018-05-191-0/+4
* | | | | | | | adjust MTR code after C/C changed the location of plugin librariesVladislav Vaintroub2018-05-191-1/+2
* | | | | | | | try using C/C as base for 10.3-serverVladislav Vaintroub2018-05-191-0/+0
|/ / / / / / /
* | | | | | | update C/C (now, using 10.3-server branch for 10.3)Vladislav Vaintroub2018-05-181-0/+0
* | | | | | | MDEV-15373 engine gtid_slave_pos table name disobeys lower-case-table-namesAndrei Elkin2018-05-184-8/+62
* | | | | | | MDEV-15975 PL/SQL parser does not understand historical queriesAlexander Barkov2018-05-1812-313/+4010
* | | | | | | MDEV-14853 Grant does not work correctly when table contains...sachin2018-05-188-8/+263
|/ / / / / /
* | | | | | Adding "SET sql_mode=ORACLE" forgotten in fdcc95143de96ce12b5c0c84e07f4c75412...Alexander Barkov2018-05-182-0/+3
* | | | | | sql_yacc_ora.yy: mering MDEV-13384 "window" seems like a reserved column name...Alexander Barkov2018-05-184-9/+57
* | | | | | MDEV-15818 Fix shift-reduce conflicts in the new 10.3 syntaxAlexander Barkov2018-05-172-17/+129
* | | | | | MDEV-16201 CREATE TABLE creates extra transactionThirunarayanan Balathandayuthapani2018-05-176-23/+47
* | | | | | Merge remote-tracking branch 'github/10.3' into 10.3Sergei Golubchik2018-05-1789-351/+3125
|\ \ \ \ \ \
| * | | | | | Cleanup: moving keyword comments such as SQL-2003-R from rules to %token comm...Alexander Barkov2018-05-172-30/+30
| * | | | | | MDEV-16045: Fix a heap allocationMarko Mäkelä2018-05-171-3/+2