summaryrefslogtreecommitdiff
path: root/sql/unireg.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix several compile warnings on WindowsVladislav Vaintroub2017-03-101-1/+1
* rename Virtual_column_info::expr_itemSergei Golubchik2016-12-121-1/+1
* store/show vcols as item->print()Sergei Golubchik2016-12-121-166/+96
* cleanup: remove unused Field::utype valuesSergei Golubchik2016-12-121-19/+3
* cleanup: extra_rec_buf_lengthSergei Golubchik2016-12-121-2/+0
* fix build and some warningskevg2016-11-241-1/+0
* move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD codeSergei Golubchik2016-08-271-1/+4
* optimize constant default expressionsSergei Golubchik2016-08-271-2/+2
* clarify the error message for frm size overflowSergei Golubchik2016-08-271-1/+1
* don't save vcol flags in frmSergei Golubchik2016-07-011-5/+3
* vcols: store flags firstSergei Golubchik2016-06-301-6/+6
* various cleanupsSergei Golubchik2016-06-301-18/+24
* change vcol->non_deterministic to vcol->flagsSergei Golubchik2016-06-301-1/+1
* Use default character set for expressionsMichael Widenius2016-06-301-31/+80
* various cleanupsMichael Widenius2016-06-301-6/+4
* MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-80/+137
* MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-3/+1
* cleanup: remove Field->stored_in_db, Create_field->stored_in_dbSergei Golubchik2015-11-241-1/+1
* MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-09-011-1/+1
* MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-6/+6
* - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-6/+10
* MDEV-60 Support for Spatial Reference systems for the GIS data.Alexey Botchkov2014-12-041-1/+18
* Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-1/+1
|\
| * MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
* | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-1/+7
|\ \ | |/
| * MDEV-6224 Incorrect information in file when *.frm is > 256KSergei Golubchik2014-07-081-0/+6
* | MDEV-4260 Don't create frm files for temporary tablesSergei Golubchik2014-06-201-2/+1
|/
* MDEV-6106 Cannot create a table with 229 or greater columns in TokuDBSergei Golubchik2014-05-011-1/+6
* MDEV-5909 MySQL BUG#11748924 PARTITIONS: TOO-LONG COMMENT CAUSES NO WARNINGSergei Golubchik2014-03-261-62/+16
* build_frm_image(): don't try to guess the "real table name" from theSergei Golubchik2014-03-261-11/+2
* MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-3/+3
* 10.0-monty mergeSergei Golubchik2013-07-211-43/+36
|\
| * Fixes for innodb suite, merging tests from 5.6.Sergei Golubchik2013-07-151-1/+0
| * Applied all changes from Igor and SanjaMichael Widenius2013-06-151-34/+42
| * Temporary commit of 10.0-mergeMichael Widenius2013-03-261-2/+2
* | 10.0-base mergeSergei Golubchik2013-07-181-28/+44
|\ \
| * | partitioning frm bugs:Sergei Golubchik2013-06-151-17/+42
| * | Fix to compile without partitioning.Sergei Golubchik2013-06-151-11/+2
* | | 10.0-base mergeSergei Golubchik2013-04-151-449/+256
|\ \ \ | |/ / | | / | |/ |/|
| * post-review comments and other minor editsSergei Golubchik2013-04-091-26/+29
| * dead code, remove unused argumentSergei Golubchik2013-04-091-4/+2
| * remove HA_CREATE_INFO::frm_only - it's internal server flag,Sergei Golubchik2013-04-091-10/+10
| * * frm extra2 segment.Sergei Golubchik2013-04-091-29/+51
| * cleanupSergei Golubchik2013-04-091-2/+2
| * commentsSergei Golubchik2013-04-091-17/+14
| * update the commentSergei Golubchik2013-04-091-3/+1
| * discovery using sql CREATE TABLE statementSergei Golubchik2013-04-091-39/+8
| * CREATE TABLE and frm-less discovering engines.Sergei Golubchik2013-04-091-25/+38
| * split mysql_create_frm() in create_frm_image() and writefrm()Sergei Golubchik2013-04-091-62/+45
| * write frm pieces contiguously, don't align them on a 4K boundarySergei Golubchik2013-04-091-15/+9