summaryrefslogtreecommitdiff
path: root/sql/unireg.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed bugs found by valgrindMonty2020-07-021-2/+2
* MDEV-16937 Strict SQL with system versioned tables causes issuesAleksey Midenkov2020-05-281-0/+2
* 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
* | | 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 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-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-3/+2
* | | | cleanup: versioning style fixesSergei Golubchik2018-05-121-1/+1
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-2/+2
* | | | 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
| | | | | | |/
| | | | | | * bug#44166Sergei Golubchik2009-05-041-2/+1
| | | | | | * Bug#41465: confusing error message when comment is too longDavi Arnaut2009-03-051-9/+8
| | | | | | * Merge fix for bug 38145 from 5.0.Chad MILLER2009-01-261-2/+2
| | | | | | |\
| | | | | | | * Merge from dev tree.Chad MILLER2009-01-141-2/+2
| | | | | | | |\
| | | | | | | | * Fix comment. Boolean function returns true/false, not zero/one.Chad MILLER2009-01-141-2/+2
| | | | | | * | | manual mergeTatiana A. Nurnberg2008-12-011-8/+18
| | | | | | |\ \ \ | | | | | | | |/ /
| | | | | | | * | Bug#39591: Crash if table comment is longer than 62 charactersTatiana A. Nurnberg2008-11-201-8/+18
| | | | | | | |/
| | | | | | | * Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-opttnurnberg@white.intern.koehntopp.de2007-12-171-0/+8
| | | | | | | |\
| | | | | | * | \ Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainjani@a88-113-38-195.elisa-laajakaista.fi2008-03-281-2/+4
| | | | | | |\ \ \
| | | | | | | * \ \ Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainjani@a88-113-38-195.elisa-laajakaista.fi2008-02-081-2/+4
| | | | | | | |\ \ \