summaryrefslogtreecommitdiff
path: root/sql/unireg.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-1/+2
|\
| * Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-1/+2
| |\
| | * MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not...Sergei Golubchik2021-01-111-0/+1
| | * cleanup: copy RAII helpers from 10.5, cleanup testSergei Golubchik2021-01-111-3/+1
* | | MDEV-24274 ALTER TABLE with CHECK CONSTRAINTS gives "Out of Memory" errorSergei Golubchik2021-02-071-7/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-3/+1
|\ \ \ | |/ /
| * | cleanup: RAII helper for changing thd->count_cuted_rowsSergei Golubchik2020-11-251-3/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2020-11-031-2/+5
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-2/+5
| |\ \ | | |/
| | * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-2/+5
* | | 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
| |\ \ \ \ | | |/ / /