summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* fix: CHECK and DEFAULT after CREATE ... SELECTSergei Golubchik2016-08-271-2/+2
* 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-271-1/+1
* fix: CREATE TABLE (col TIMESTAMP(6) DEFAULT NOW(2))Sergei Golubchik2016-08-271-37/+21
* session-state dependent functions in DEFAULT/CHECK/vcolsSergei Golubchik2016-08-2710-99/+141
* 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-271-4/+3
* do not quote numbers in the DEFAULT clause in SHOW CREATESergei Golubchik2016-08-271-0/+4
* cleanup: use multi_alloc_rootSergei Golubchik2016-08-271-26/+16
* 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-198-50/+49
* MDEV-9293 Connector/C integrationVladislav Vaintroub2016-08-198-49/+50
* MDEV-10320: NO-OP ALTER TABLE on temporary tables gettingNirbhay Choubey2016-08-081-2/+7
* MDEV-10216: Assertion `strcmp(share->unique_file_name,filename) ||Nirbhay Choubey2016-08-083-14/+101
* MDEV-9872: used optimized crc32 for SQL CRC32 functionDaniel Black2016-08-051-2/+1
* MDEV-7901: re-implement analyze table for low impactOleksandr Byelkin2016-08-031-134/+165
* MDEV-10492: Assertion failure on shutdown when wsrep_sst_auth set in configNirbhay Choubey2016-08-034-6/+4
* 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-10084: SQL batch united responseOleksandr Byelkin2016-07-041-0/+1
* Removing duplicate code in double-to-longlong conversion.Alexander Barkov2016-07-035-78/+77
* fix ALTER TABLE .. DROP CONSTRAINT IF NOT EXISTSmariadb-10.2.1Sergei Golubchik2016-07-021-1/+1
* clarify ER_CANT_DROP_FIELD_OR_KEYSergei Golubchik2016-07-023-31/+29
* 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
* 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
* Merge branch '10.1' into 10.2Sergei Golubchik2016-06-3074-1281/+1676
|\
| * MDEV-10054 Secure login fails when CIPHER is requiredSergei Golubchik2016-06-281-0/+3
| * Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-06-281-0/+4
| |\
| | * Merge tag 'mariadb-10.0.26' into 10.0-galeraNirbhay Choubey2016-06-2432-174/+390
| | |\
| | * | MDEV-9083: Slave IO thread does not handle autoreconnect to restarting Galera...Nirbhay Choubey2016-06-121-0/+4
| | * | Merge branch '10.0' into 10.0-galeraNirbhay Choubey2016-04-2961-305/+433
| | |\ \
| * | \ \ Merge branch '10.0' into 10.1Sergei Golubchik2016-06-2833-215/+441
| |\ \ \ \
| | * \ \ \ Merge branch '5.5' into 10.0Sergei Golubchik2016-06-282-42/+50
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | MDEV-10050: Crash in subselectOleksandr Byelkin2016-06-242-42/+50
| | * | | | MDEV-9728 - Hard crash in metadata_lock_infoSergey Vojtovich2016-06-231-1/+1
| | * | | | MDEV-8638: REVOKE ALL PRIVILEGES, GRANT OPTION FROM CURRENT_ROLE breaks repli...Vicențiu Ciorbaru2016-06-221-2/+17
| | * | | | [MDEV-9614] Roles and Users longer than 6 charactersIgor Pashev2016-06-221-7/+5
| | * | | | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2016-06-2220-133/+200
| | |\ \ \ \
| | | * | | | Fixed for failures in buildbot: ReplicationSergei Golubchik2016-06-221-2/+5
| | | * | | | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2016-06-2120-131/+195
| | | |\ \ \ \
| | | | * \ \ \ Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-2120-131/+195
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | MDEV-10043 - main.events_restart fails sporadically in buildbot (crashes uponSergey Vojtovich2016-06-201-26/+7
| | | | | * | | MDEV-8328 Evaluation of two "!" operators depends on space in beetweenSergei Golubchik2016-06-143-56/+53