An error occurred fetching the project authors.
  1. 08 Sep, 2015 1 commit
  2. 08 Jul, 2015 1 commit
  3. 11 Jun, 2014 1 commit
  4. 06 Mar, 2014 1 commit
  5. 22 Aug, 2013 1 commit
  6. 10 Jul, 2013 1 commit
    • Alexander Barkov's avatar
      Adding support for the SQL-standard temporal literals. · d98584f5
      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
      d98584f5
  7. 15 Jun, 2013 1 commit
  8. 02 Nov, 2011 1 commit
  9. 31 Mar, 2010 2 commits
    • Mats Kindahl's avatar
      WL#5030: Split and remove mysql_priv.h · 23d8586d
      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
      23d8586d
    • Mats Kindahl's avatar
      WL#5030: Split and remove mysql_priv.h · e409d6f6
      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
      e409d6f6