summaryrefslogtreecommitdiff
path: root/sql/unireg.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20042 Implement EXTRA2_FIELD_DATA_TYPE_INFO in FRMAlexander Barkov2019-07-111-0/+91
* MDEV-20004 Move Field_geom from field.cc to sql_type_geom.ccAlexander Barkov2019-07-091-4/+19
* A cleanup (to fix ASAN problem) for MDEV-19863 Add const to TYPELIB pointersAlexander Barkov2019-07-041-6/+6
* Merge remote-tracking branch 'origin/10.4' into 10.5Monty2019-06-271-1/+1
|\
* | MDEV-19863 Add const to TYPELIB pointersAlexander Barkov2019-06-261-10/+11
|/
* 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
| | | | | | * | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-4/+10
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-4/+10
| | | | | | * | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+5
| | | | | | * | Patch for WL#3736: Extended Table, Column and Index Comments.Alexander Nozdrin2010-02-201-41/+88
| | | | | | * | WL#2360 Performance schemaMarc Alff2010-01-061-35/+35
| | | | | | * | Backport of:Konstantin Osipov2009-11-241-7/+7
| | | | | | * | Backporting WL#4164 Two-byte collation IDsAlexander Barkov2009-10-151-2/+9
| | | | | | * | Merge mysql-next-mr --> mysql-trunk-signalMarc Alff2009-09-171-4/+4
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * BUG#46483 - drop table of partitioned table may leaveSergey Vojtovich2009-09-021-4/+4
| | | | | | * | WL#2110 (SIGNAL)Marc Alff2009-09-101-8/+13
| | | | | | |/