summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-22/+39
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-22/+39
| |\
| | * Fixed mutex that wasn't properly unlocked (typo in last patch)Monty2016-04-261-1/+1
| | * Fix for MDEV-9679 main.delayed fails sporadicallyMonty2016-04-261-19/+36
* | | Use default character set for expressionsMichael Widenius2016-06-301-4/+11
* | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-1/+9
* | | Simplify THD::decide_logging_format()Monty2016-06-301-116/+47
* | | Merge pull request #181 from ottok/ok-debpkg-10.2Sergey Vojtovich2016-06-141-2/+2
|\ \ \
| * | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-2/+2
* | | | cleanupSergei Golubchik2016-06-131-4/+3
* | | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-22/+6
|/ / /
* | | cleanup: thread_countSergei Golubchik2016-06-041-0/+2
* | | THD:: cleanup() must be where it used toSergei Golubchik2016-06-041-2/+2
* | | reset @@TIMESTAMP for COM_CHANGE_USERSergei Golubchik2016-06-041-1/+2
* | | Reuse THD for new user connectionsMonty2016-06-041-46/+104
* | | MDEV-9154 : Remove workarounds (mainly dynamic function loading)Vladislav Vaintroub2016-06-011-1/+0
* | | MDEV-6353 my_ismbchar() and my_mbcharlen() refactoringAlexander Barkov2016-05-171-1/+1
* | | Final fixes for Memory_usedMonty2016-04-281-1/+0
* | | Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2Monty2016-04-281-3/+13
|\ \ \ | |/ /
| * | Fixed wrong counting of global Memory_usedMonty2016-04-281-3/+13
* | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-2/+3
* | | MDEV-9058: protocol: COM_MULTI command (part 3)Oleksandr Byelkin2016-03-181-0/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-3/+122
|\ \ \ | |/ /
| * | Fix to ensure updates in gtid_slave_state table do not get binlogged.Nirbhay Choubey2016-02-241-1/+1
| * | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-02-241-1/+7
| |\ \
| | * \ Merge tag 'mariadb-10.0.24' into 10.0-galeraNirbhay Choubey2016-02-231-3/+123
| | |\ \ | | | |/
| | * | refs codership/mysql-wsrep#201Daniele Sciascia2016-02-221-0/+6
| | * | refs codership/galera#308Daniele Sciascia2016-02-221-1/+1
| | * | refs codership/galera#308Daniele Sciascia2016-02-221-4/+0
| | * | refs codership/galera#308Daniele Sciascia2016-02-221-0/+4
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-1/+114
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-1/+114
| | |\ \
| | | * \ Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-1/+134
| | | |\ \
| | | | * | Bug #17047208 REPLICATION DIFFERENCE FOR MULTIPLE TRIGGERSVenkatesh Duggirala2015-11-211-1/+3
| | | | * | Bug#19941403: FATAL_SIGNAL(SIG 6) IN BUILD_EQUAL_ITEMS_FOR_COND | IN SQL/SQL_...Chaithra Gopalareddy2015-11-201-0/+15
| | | | * | Bug#17047208 REPLICATION DIFFERENCE FOR MULTIPLE TRIGGERSVenkatesh Duggirala2015-11-191-0/+131
| | | | * | Merge branch 'mysql-5.1' into mysql-5.5Sreeharsha Ramanavarapu2015-07-101-15/+22
| | | | |\ \
| | | | | * | Bug #20238729: ILLEGALLY CRAFTED UTF8 SELECT PROVIDES NOSreeharsha Ramanavarapu2015-07-101-16/+22
| | | | * | | Bug#20788853 MUTEX ISSUE IN SQL/SQL_SHOW.CC RESULTING IN SIG6. SOURCE LIKELYMarc Alff2015-04-081-0/+1
* | | | | | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-8/+12
* | | | | | | Merge branch '10.1' into 10.2Monty2016-02-061-4/+9
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-01-251-1/+8
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Cleanup of slave code:Monty2016-01-031-1/+8
| | * | | | | MDEV-9088 Server crashes on shutdown after the second post of feedback reportSergei Golubchik2015-12-191-1/+1
| * | | | | | cleanup: create LEX_USER::reset_auth()Sergei Golubchik2016-01-251-3/+1
* | | | | | | MDEV-9117: Client Server capability negotiation for MariaDB specific function...Oleksandr Byelkin2016-02-021-1/+1
* | | | | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-291-1/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2015-12-221-1/+2
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | MDEV-9162 : MariaDB Galera Cluster memory leak on async slave nodeNirbhay Choubey2015-12-141-1/+6
| | * | | | | Merge tag 'mariadb-10.0.22' into 10.0-galeraNirbhay Choubey2015-10-311-10/+6
| | |\ \ \ \ \ | | | |/ / / /