summaryrefslogtreecommitdiff
path: root/sql/unireg.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-2/+2
|\
| * Fixed bugs found by valgrindMonty2020-07-021-2/+2
* | Merge 10.3 into 10.4Marko Mäkelä2020-05-301-1/+1
|\ \ | |/
| * MDEV-16937 Strict SQL with system versioned tables causes issuesAleksey Midenkov2020-05-281-0/+2
* | MDEV-16937 Strict SQL with system versioned tables causes issues (10.4)Aleksey Midenkov2020-05-291-3/+4
* | Merge 10.3 into 10.4Marko Mäkelä2020-05-261-8/+15
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-05-251-8/+15
| |\
| | * Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-221-8/+15
| | |\
| | | * MDEV-22111 ERROR 1064 & 1033 and SIGSEGV on CREATE TABLE w/ various charsets ...Alexander Barkov2020-05-221-8/+15
* | | | MDEV-20494 ER_NOT_FORM_FILE or assertion upon adding partition to period tableAleksey Midenkov2020-04-031-0/+7
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-12-271-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-12-271-1/+2
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-12-231-1/+2
| | |\ \ | | | |/
| | | * MDEV-21341: Fix UBSAN failures, part #3Sergei Petrunia2019-12-181-1/+2
| | | * imporve clang buildEugene Kosov2019-06-251-1/+0
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | | MDEV-19317 TEXT column accepts too long literals as a default valueAlexander Barkov2019-04-251-32/+29
* | | | | Get rid of rea_create_table()Sergey Vojtovich2019-04-031-43/+0
* | | | | Fix inplace ALTER TABLE to not register tmp tableSergey Vojtovich2019-04-031-7/+0
* | | | | MDEV-18712 InnoDB indexes are inconsistent with what defined in .frm for tabl...Sergei Golubchik2019-02-271-1/+1
* | | | | MDEV-371 Unique Index for long columnsSachin2019-02-221-3/+8
* | | | | store string lengths in frm in 1-3 bytesSergei Golubchik2019-02-211-25/+22
* | | | | misc cleanupsSergei Golubchik2019-02-211-30/+33
* | | | | MDEV-16975 Application-time periods: ALTER TABLENikita Malyavin2019-02-211-7/+16
* | | | | MDEV-17082 Application-time periods: CREATENikita Malyavin2019-02-211-13/+34
* | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-06-051-3/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-3/+2
* | | | | Merge branch '10.3' into 10.4Igor Babaev2018-06-031-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | cleanup: versioning style fixesSergei Golubchik2018-05-121-1/+1
| * | | | Add likely/unlikely to speed up executionMonty2018-05-071-2/+2
* | | | | MDEV-9216 Split field.cc:make_field() into virtual methods in Type_handlerAlexander Barkov2018-05-241-33/+9
* | | | | MDEV-16280 Add class Bit_addrAlexander Barkov2018-05-241-5/+4
|/ / / /
* | | | cleanup: remove XString::operator== and !=Sergei Golubchik2018-04-101-1/+1
* | | | dead code - related to vtmdSergei Golubchik2018-04-101-12/+0
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+9
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-3/+12
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-3/+12
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-3/+12
| | | |\ \
| | | | * \ Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-3/+12
| | | | |\ \ | | | | | |/
| | | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-0/+1
| | | | | |\
| | | | | | * BUG#26529369: CREATE INDEX WITH LONG COMMENT CAUSEKarthik Kamath2017-10-231-1/+20
| | | | | | * Updated/added copyright headersKent Boortz2011-07-041-2/+4
| | | | | | * Merge from 5.1.Guilhem Bichot2011-05-211-9/+9
| | | | | | |\
| | | | | | | * Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-8/+9
| | | | | | * | Bug#60111 storage type for table not saved in .frmMagnus Blåudd2011-03-041-0/+64
| | | | | | * | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-11/+11