summaryrefslogtreecommitdiff
path: root/sql/unireg.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-11/+13
* Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-3/+3
* SQL: removed VERS_HIDDEN_FLAG [closes #409]Aleksey Midenkov2017-12-191-5/+3
* System Versioning 1.0 pre5 [closes #407]Aleksey Midenkov2017-12-151-18/+29
|\
| * MDEV-10177 Invisible Columns and Invisible IndexSachin Setiya2017-12-151-2/+33
* | SQL, IB: various refactoring [#337]Eugene Kosov2017-11-271-2/+2
* | System Versioning pre0.12Aleksey Midenkov2017-11-071-1/+91
|\ \ | |/ |/|
| * SQL: compare TRX_ID fields against timestamps [closes #231]Aleksey Midenkov2017-08-031-1/+2
| * SQL: ignore columns WITHOUT VERSIONING [fixes #220]Eugene Kosov2017-07-041-4/+2
| * SQL: start_end_t members as LEX_CSTRINGAleksey Midenkov2017-06-231-2/+2
| * SQL, IB: (0.10) VTMD tracking [closes #124]Aleksey Midenkov2017-06-191-0/+12
| * SQL: store versioning field flags in EXTRA2Kosov Eugene2017-05-051-0/+33
| * SQL: implicit fields for IB tables + misc cleanupsAleksey Midenkov2017-05-051-49/+17
| * 0.1: SQL-level System VersioningDaniel Fiala2017-05-051-0/+80
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-1/+7
|\ \
| * \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-181-1/+7
| |\ \
| | * | MDEV-13923 Assertion `!is_set() || (m_status == DA_OK_BULK &&Alexey Botchkov2017-10-111-1/+6
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-4/+4
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-4/+4
| |\ \ \ | | |/ /
| | * | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-2/+2
| | * | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-2/+2
| | |/
* | | Changed KEY names to use LEX_CSTRINGMichael Widenius2017-08-241-1/+1
* | | Lots of small cleanupsMichael Widenius2017-08-241-1/+1
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ /
* | MDEV-12695 Add Column_definition::type_handler()Alexander Barkov2017-05-051-5/+6
* | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-9/+10
|/
* 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