An error occurred fetching the project authors.
- 08 Sep, 2015 1 commit
-
-
Alexander Barkov authored
MDEV-8766 Wrong result for SELECT..WHERE LENGTH(time_column)=8 AND time_column=TIMESTAMP'2001-01-01 10:20:31'
-
- 08 Jul, 2015 1 commit
-
-
Alexander Barkov authored
In some cases NO_ZERO_DATE did not allow datetime values with zero date part and non-zero time part (e.g. '0000-00-00 10:20:30.123456'). Allowing values of this kind in all known pieces of the code.
-
- 11 Jun, 2014 1 commit
-
-
Sergei Golubchik authored
fix for ref like "indexed_time = datetime"
-
- 06 Mar, 2014 1 commit
-
-
Alexander Barkov authored
-
- 22 Aug, 2013 1 commit
-
-
Alexander Barkov authored
-
- 10 Jul, 2013 1 commit
-
-
Alexander Barkov authored
added: mysql-test/r/temporal_literal.result mysql-test/t/temporal_literal.test modified: client/mysqlbinlog.cc include/my_time.h mysql-test/r/cast.result mysql-test/r/partition_innodb.result mysql-test/t/cast.test mysql-test/t/partition_innodb.test sql-common/my_time.c sql/field.cc sql/item.cc sql/item.h sql/item_cmpfunc.cc sql/item_create.cc sql/item_create.h sql/item_strfunc.cc sql/item_timefunc.cc sql/item_timefunc.h sql/sql_select.cc sql/sql_time.cc sql/sql_time.h sql/sql_yacc.yy storage/spider/spd_db_mysql.cc
-
- 15 Jun, 2013 1 commit
-
-
Michael Widenius authored
-
- 02 Nov, 2011 1 commit
-
-
Sergei Golubchik authored
-
- 31 Mar, 2010 2 commits
-
-
Mats Kindahl authored
This patch: - Moves all definitions from the mysql_priv.h file into header files for the component where the variable is defined - Creates header files if the component lacks one - Eliminates all include directives from mysql_priv.h - Eliminates all circular include cycles - Rename time.cc to sql_time.cc - Rename mysql_priv.h to sql_priv.h
-
Mats Kindahl authored
This patch: - Moves all definitions from the mysql_priv.h file into header files for the component where the variable is defined - Creates header files if the component lacks one - Eliminates all include directives from mysql_priv.h - Eliminates all circular include cycles - Rename time.cc to sql_time.cc - Rename mysql_priv.h to sql_priv.h
-