summaryrefslogtreecommitdiff
path: root/sql/table.h
Commit message (Expand)AuthorAgeFilesLines
* cleanup TABLE_SHAREEugene Kosov2019-03-221-9/+0
* Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-7/+9
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-7/+8
| |\
| | * fix gcc 8 compiler warningsSergei Golubchik2019-03-141-7/+8
* | | dirty mergeOleksandr Byelkin2019-02-071-11/+1
|\ \ \ | |/ /
| * | MDEV-18083 ASAN heap-use-after-free in Field::set_warning_truncated_wrong_val...Sergei Golubchik2019-02-051-10/+0
| * | Merge 10.1 into 10.2Marko Mäkelä2019-02-021-1/+1
| |\ \ | | |/
| | * MDEV-14605 Changes to "ON UPDATE CURRENT_TIMESTAMP" fields are notAndrei Elkin2019-01-241-1/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2019-01-241-2/+2
|\ \ \ | |/ /
| * | Fix the build after MDEV-17803Marko Mäkelä2019-01-241-2/+2
| * | Merge 10.1 into 10.2Marko Mäkelä2019-01-241-1/+1
| |\ \ | | |/
| | * merge 10.0 -> 10.1 to resolve MDEV-17803 conflicts.Andrei Elkin2019-01-231-1/+1
| * | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-0/+10
* | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-1/+3
|\ \ \ | |/ /
| * | MDEV-17349 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2018-11-041-1/+3
| * | MDEV-16980 Wrongly set tablename len while opening theThirunarayanan Balathandayuthapani2018-10-081-0/+2
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-3/+20
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-4/+21
| |\ \ | | |/
| | * Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-7/+52
| | |\
| | | * MDEV-16465 Invalid (old?) table or database name or hang in ha_innobase::dele...Sergei Golubchik2018-09-041-4/+9
| | | * create a reusable function that tells what FK actions can writeSergei Golubchik2018-09-041-0/+1
| | | * extend prelocking to FK-accessed tablesSergei Golubchik2018-09-041-2/+4
| | | * cleanup: sp_head::add_used_tables_to_table_list()Sergei Golubchik2018-09-041-0/+22
| | | * cleanup: FOREIGN_KEY_INFOSergei Golubchik2018-09-041-2/+7
| | | * Merge branch '5.5' into 10.0bb-10.0-merge-sanjaOleksandr Byelkin2018-09-031-0/+10
| | | |\
| | | | * MDEV-16957: Server crashes in Field_iterator_natural_join::next upon 2nd exec...Oleksandr Byelkin2018-08-311-0/+10
* | | | | MDEV-16917 Index affects query resultsIgor Babaev2018-09-151-0/+1
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-2/+7
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16473 WITH statement throws 'no database selected' errorSergei Golubchik2018-06-281-2/+1
| * | | | This is another attempt to fix mdev-16473.Igor Babaev2018-06-281-1/+2
| * | | | MDEV-15114 ASAN heap-use-after-free in mem_heap_dup or dfield_data_is_binary_...Monty2018-06-191-1/+6
| * | | | Add PART_INDIRECT_KEY_FLAGMonty2018-06-191-1/+1
* | | | | Vers cleanupsAleksey Midenkov2018-06-031-7/+2
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-291-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fixed memory overrun in binlog_encryption.encrypted_masterMonty2018-05-261-1/+1
* | | | | cleanup TABLE_LISTEugene Kosov2018-05-231-4/+1
* | | | | MDEV-16094 Crash when using AS OF with a stored functionAlexander Barkov2018-05-151-2/+15
* | | | | cleanup: versioning style fixesSergei Golubchik2018-05-121-13/+5
* | | | | MDEV-14820 System versioning is applied incorrectly to CTEsSergei Golubchik2018-05-121-0/+2
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-4/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-4/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-3/+6
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-3/+4
| | | |\ \ | | | | |/
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-3/+4
| | | | |\
| | | | | * BUG#26881798: SERVER EXITS WHEN PRIMARY KEY IN MYSQL.PROCKarthik Kamath2017-12-051-2/+3
| | | | | * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
| | | | | * Bug#12328597 - MULTIPLE COUNT(DISTINCT) IN SAME SELECT FALSE Neeraj Bisht2013-05-131-0/+3
| | | | | * Merge 5.1-security => 5.5-securityTor Didriksen2012-01-271-0/+1
| | | | | |\
| | | | | | * Bug#13580775 ASSERTION FAILED: RECORD_LENGTH == M_RECORD_LENGTHTor Didriksen2012-01-271-0/+1
| | | | | * | Updated/added copyright headersKent Boortz2011-07-041-2/+2
| | | | | |\ \