summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1mariadb-10.1.21Sergei Golubchik2017-01-171-2/+4
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2017-01-171-2/+4
| |\
| | * bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arenaSergei Golubchik2017-01-151-2/+4
* | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-8/+5
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-01-141-8/+5
| |\ \ | | |/
| | * MDEV-11706 Assertion `is_stat_field || !table || (!table->write_set || bitmap...Sergei Golubchik2017-01-111-8/+5
* | | MDEV-10435 crash with bad stat tables.Alexey Botchkov2016-12-091-0/+9
* | | MDEV-10360: Extended keys: index properties depend on index orderSergei Petrunia2016-07-121-3/+5
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-18/+16
|\ \ \ | |/ /
| * | MDEV-9524 Cannot load from mysql.event when sql_mode is set to PAD_CHAR_TO_FU...Alexander Barkov2016-06-211-18/+16
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-16/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-131-16/+1
| |\ \ | | |/
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2015-12-091-16/+1
| | |\
| | | * Bug #19929406: HANDLE_FATAL_SIGNAL (SIG=11) INSreeharsha Ramanavarapu2015-09-181-16/+1
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-1/+0
|\ \ \ \ | |/ / /
| * | | remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-1/+0
* | | | Don't store vcol bitmaps in TABLE if table doesn't have virtual fields.Monty2015-11-101-22/+35
* | | | table->write_set was changed if binary logging was used, which caused theMonty2015-11-101-30/+58
* | | | MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128Nirbhay Choubey2015-11-091-0/+1
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-1/+8
|\ \ \ \ | |/ / /
| * | | MDEV-6219: Server crashes in Bitmap<64u>::merge (this=0x180, map2=...) on 2nd...Oleksandr Byelkin2015-08-311-0/+7
| * | | Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-031-1/+1
| |\ \ \ | | |/ /
| | * | Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigge...Monty2015-06-251-1/+1
* | | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-09-011-1/+1
* | | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-4/+5
* | | | Stage 2 of MDEV-6152:Monty2015-08-211-5/+5
* | | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-8/+8
* | | | Allow binlog row image column marking even for wsrep binlog emulation.Nirbhay Choubey2015-07-141-6/+6
* | | | Merge branch '10.1' of github.com:MariaDB/server into 10.1Monty2015-07-091-0/+102
|\ \ \ \
| * | | | [MDEV-6877] Change replication event loop to account for empty events10.1-MDEV-6877-binlog_row_imageVicențiu Ciorbaru2015-06-301-1/+1
| * | | | [MDEV-6877] Added mark_columns_per_bitmap_row_imageVicențiu Ciorbaru2015-06-301-0/+102
* | | | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-9/+12
|/ / / /
* | | | MDEV-7824 [Bug #68041] Zero date can be inserted in strict no-zero mode throu...Alexander Barkov2015-06-261-0/+42
* | | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-22/+20
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-22/+20
| |\ \ \ | | |/ /
| | * | MDEV-6892: WHERE does not applyOleksandr Byelkin2015-04-231-22/+20
* | | | MDEV-7922 - ERROR 1939 (HY000): Engine PERFORMANCE_SCHEMA failed to discoverSergey Vojtovich2015-05-071-0/+3
* | | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-4/+2
* | | | MDEV-7671: Cache VIEW definitions in the TDCOleksandr Byelkin2015-03-111-2/+19
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-17/+29
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-03-061-14/+24
| |\ \ \ | | |/ /
| | * | MDEV-6838: Using too big key for internal temp tablesVicențiu Ciorbaru2015-02-281-8/+26
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-02-181-3/+5
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42Sergei Golubchik2015-02-111-3/+5
| | |\ \ | | | |/
| | | * Bug #16869534 QUERYING SUBSET OF COLUMNS DOESN'T USE TABLE CACHE; OPENED_TABL...V S Murthy Sidagam2014-11-261-2/+4
| | | * BUG#17665767 - FAILING ASSERTION: PRIMARY_KEY_NO == -1 || PRIMARY_KEY_NO == 0 Raghav Kapoor2014-06-251-0/+11
| | | * Bug#18776592 INNODB: FAILING ASSERTION: PRIMARY_KEY_NO == -1 ||Gopal Shankar2014-06-251-6/+18
| | | * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
| | | * Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | | * merge 5.1 => 5.5Tor Didriksen2012-03-271-0/+1
| | | |\