summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* name clash with gnutls on on base64_encodeSergei Golubchik2016-09-127-50/+50
* auto-clone C/C, if possibleSergei Golubchik2016-09-123-6/+19
* really add a submoduleSergei Golubchik2016-09-122-0/+3
* After-review changesSergei Golubchik2016-09-1213-389/+20
* Build 10.1 compat rpmSergei Golubchik2016-09-121-27/+35
* better identify C/C unit tests in mysql-testSergei Golubchik2016-09-121-3/+7
* fix RPM buildsSergei Golubchik2016-09-122-0/+30
* fix "make dist" to support submodulesSergei Golubchik2016-09-121-9/+1
* remove libmysql/Sergei Golubchik2016-09-1213-585/+22
* compiler warningSergei Golubchik2016-09-122-2/+2
* fix the plugin suite to passSergei Golubchik2016-09-122-35/+6
* Add C/C as a submodule in libmariadb/Sergei Golubchik2016-09-127-172/+49
* fix cmake MESSAGE_ONCE macro for multi-line messagesSergei Golubchik2016-09-121-5/+12
* make CONNECT's finding Java and JNI less verboseSergei Golubchik2016-09-122-0/+16
* Set cmake policy CMP0054 NEWSergei Golubchik2016-09-041-0/+3
* .gitignore for rpm buildsSergei Golubchik2016-09-041-1/+3
* add libmysqlclient's dependencies to the output of mysql_configVladislav Vaintroub2016-08-251-4/+9
* Increase shared library versionVladislav Vaintroub2016-08-251-1/+1
* MDEV-9293 - Use MariaDB's Connector/C in serverVladislav Vaintroub2016-08-2553-351/+572
* 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
* Post-commit text fix for embedded: 12d75e6121 - new thread stack sizeElena Stepanova2016-07-021-2/+2
* Post-commit test fixesElena Stepanova2016-07-0224-2428/+2427
* don't save vcol flags in frmSergei Golubchik2016-07-013-11/+6
* cannot use item->const_item() in open_table_from_share()Sergei Golubchik2016-07-012-2/+6
* increase stack size for labradorSergei Golubchik2016-07-011-1/+1
* Removing the "thd" argument from Item::create_field_for_create_select().Alexander Barkov2016-07-017-12/+11
* MDEV-8989 ORDER BY optimizer ignores equality propagationSergei Golubchik2016-07-013-9/+36
* Post-merge: Update test resultsNirbhay Choubey2016-06-309-15/+26
* Merge branch '10.1' into 10.2Sergei Golubchik2016-06-30993-14781/+58981
|\