summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-3128-46/+928
* Fixed package build failure README -> README.mdSergey Vojtovich2016-08-311-1/+1
* Merge pull request #222 from grooverdan/10.2-README-markdownSergey Vojtovich2016-08-312-2/+17
|\
| * Markdown README for a prettier github representationDaniel Black2016-08-242-2/+17
* | Safety fix to previous patchMonty2016-08-301-2/+2
* | Fixed failures for privilege_table_io and wsrep_cluster_address_basicMonty2016-08-293-8/+11
* | Set server_id to 1 by default and disallow to set it to 0Monty2016-08-2910-46/+24
* | Fixed compiler warning and failing test suite because system dependencyMonty2016-08-292-1/+2
* | Better SHOW PROCESSLIST for replicationMonty2016-08-296-7/+32
* | Feature_check_constraint status variableSergei Golubchik2016-08-275-3/+19
* | re-fix vcols on demand, not always for every SELECTSergei Golubchik2016-08-274-2/+32
* | move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD codeSergei Golubchik2016-08-279-171/+85
* | optimize constant default expressionsSergei Golubchik2016-08-277-118/+141
* | fix: CHECK and DEFAULT after CREATE ... SELECTSergei Golubchik2016-08-273-2/+30
* | vcol flag rename VCOL_UNKNOWN -> VCOL_FIELD_REFSergei Golubchik2016-08-273-4/+4
* | cleanup: redundant variableSergei Golubchik2016-08-273-8/+3
* | clarify the commentSergei Golubchik2016-08-271-3/+3
* | clarify the error message for frm size overflowSergei Golubchik2016-08-274-6/+6
* | fix: CREATE TABLE (col TIMESTAMP(6) DEFAULT NOW(2))Sergei Golubchik2016-08-275-70/+93
* | session-state dependent functions in DEFAULT/CHECK/vcolsSergei Golubchik2016-08-2720-222/+422
* | split fix_vcol_expr()Sergei Golubchik2016-08-271-43/+45
* | NULL pointer dereferenceSergei Golubchik2016-08-271-2/+2
* | fix: DEFAULT() in a view should be not updatableSergei Golubchik2016-08-271-0/+1
* | fix: CURRENT_ROLE() inside SECURITY DEFINER viewsSergei Golubchik2016-08-273-15/+15
* | do not quote numbers in the DEFAULT clause in SHOW CREATESergei Golubchik2016-08-27103-4252/+4256
* | cleanup: use multi_alloc_rootSergei Golubchik2016-08-271-26/+16
* | Merge pull request #226 from 0xAX/profile-must-be-enabledSergey Vojtovich2016-08-271-0/+4
|\ \ | |/ |/|
| * Call profiling.restart() and profiling.reset() only if profiling is enabledAlexander Kuleshov2016-08-261-0/+4
|/
* Revert "MDEV-9293 Connector/C integration"Vladislav Vaintroub2016-08-1961-637/+412
* MDEV-9293 Connector/C integrationVladislav Vaintroub2016-08-1961-412/+637
* MDEV-9185 - Integrate with Travis-CI for easier and more automatic QASergey Vojtovich2016-08-183-16/+73
* MDEV-10320: NO-OP ALTER TABLE on temporary tables gettingNirbhay Choubey2016-08-083-2/+28
* MDEV-10216: Assertion `strcmp(share->unique_file_name,filename) ||Nirbhay Choubey2016-08-0811-14/+330
* MDEV-9872: used optimized crc32 for SQL CRC32 functionDaniel Black2016-08-051-2/+1
* crc32-vpmsum: Restore non volatile registers on zero length CRCAnton Blanchard2016-08-051-1/+0
* MDEV-9872: New Power8 crc32(ieee) optimized functionsDaniel Black2016-08-0512-152/+1038
* test case for CRC32() SQL functionDaniel Black2016-08-052-0/+11
* MDEV-9872 - Add common optimized CRC32 function interfaceSergey Vojtovich2016-08-0421-1861/+42
* MDEV-7901: re-implement analyze table for low impactOleksandr Byelkin2016-08-037-135/+285
* MDEV-10492: Assertion failure on shutdown when wsrep_sst_auth set in configNirbhay Choubey2016-08-037-6/+29
* Galera test fixes.Nirbhay Choubey2016-07-305-1/+42
* Cleanup around wsrep system variables.Nirbhay Choubey2016-07-306-58/+54
* Cleanup around wsrep mdl exception.Nirbhay Choubey2016-07-302-58/+98
* MDEV-10271: Stopped SQL slave thread doesn't print a message to error log lik...Kristian Nielsen2016-07-251-11/+4
* MDEV-10238 - tokudb_bugs.db938 fails due to connection logging (also affectsSergey Vojtovich2016-07-211-0/+5
* MDEV-10084: SQL batch united responseOleksandr Byelkin2016-07-041-0/+1
* bump the VERSIONDaniel Bartholomew2016-07-041-1/+1
* Removing duplicate code in double-to-longlong conversion.Alexander Barkov2016-07-0311-119/+118
* fix ALTER TABLE .. DROP CONSTRAINT IF NOT EXISTSmariadb-10.2.1Sergei Golubchik2016-07-023-1/+5
* clarify ER_CANT_DROP_FIELD_OR_KEYSergei Golubchik2016-07-0217-56/+54