1. 13 Feb, 2004 1 commit
    • unknown's avatar
      my_atof is deleted · 98150adc
      unknown authored
      strtod from mit-threads is restored and cleaned up
      
      
      BitKeeper/deleted/.del-atof.c~d3edf47a9884080:
        Delete: strings/atof.c
      configure.in:
        atod() is no longer used in MySQL
        isinf() now is
      include/m_string.h:
        my_strtod, my_atof
      include/my_global.h:
        my_atof is deleted
        define isinf()
      libmysql/Makefile.shared:
        use internal strtod
      sql/gstream.cc:
        use internal strtod
      sql/init.cc:
        my_atof is deleted
      sql/item.h:
        use internal strtod
      sql/item_func.cc:
        use internal strtod
      sql/item_sum.h:
        use internal strtod
      sql/sql_analyse.cc:
        use internal strtod
      strings/Makefile.am:
        use internal strtod
      strings/ctype-simple.c:
        use internal strtod
      strings/ctype-ucs2.c:
        use internal strtod
      strings/strtod.c:
        cleanup
        stricter input checks (e.g. ".E10" is no longer a number)
        don't return an "inf"
      98150adc
  2. 12 Feb, 2004 2 commits
  3. 05 Feb, 2004 1 commit
    • unknown's avatar
      reverted · 1f2c3e67
      unknown authored
      fixed in 4.0 properly
      
      1f2c3e67
  4. 03 Feb, 2004 1 commit
  5. 30 Jan, 2004 5 commits
  6. 29 Jan, 2004 2 commits
  7. 28 Jan, 2004 4 commits
  8. 27 Jan, 2004 4 commits
  9. 26 Jan, 2004 6 commits
  10. 24 Jan, 2004 3 commits
  11. 23 Jan, 2004 7 commits
    • unknown's avatar
      define name fixed · 3d285f49
      unknown authored
      
      sql/lex.h:
        Wrong define name
      3d285f49
    • unknown's avatar
      Error message added · 7f271e82
      unknown authored
      7f271e82
    • unknown's avatar
      Conflicts resolved · 8ca044d3
      unknown authored
      
      sql/field.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/table.cc:
        Auto merged
      include/mysqld_error.h:
        merging
      sql/share/english/errmsg.txt:
        merging
      8ca044d3
    • unknown's avatar
      SCRUM · 21fbefdf
      unknown authored
      WL#1163 (Make spatial code separable)
      fixes before the push
      
      
      include/my_global.h:
        Temporary place for these defines
      include/mysqld_error.h:
        ER_FEATURE_DISABLED definition
      sql/item_geofunc.cc:
        #ifdef HAVE_SPATIAL moved to the better place
      sql/share/english/errmsg.txt:
        Message for ER_FEATURE_DISABLED
      21fbefdf
    • unknown's avatar
      Reverted an addition to be able to use ';' as a comment · 96ac2cd9
      unknown authored
      starting character elsewhere than in the beginning of a line,
      because it affected some innodb options that had ';'
      in them.
      
      96ac2cd9
    • unknown's avatar
      SCRUM · 1c8de850
      unknown authored
      wl #1163 (Make spatial code optional)
      Patch I cleaned with Serg & Monty's suggestions
      
      
      sql/gen_lex_hash.cc:
        mysql_priv.h was included for SYM_GROUP declaration
      sql/lex.h:
        sym_group_xxx made global so we can use texts from them
        throughout the code
      sql/lex_symbol.h:
        SYM_GROUP declaration moved to mysql_priv.h
      sql/mysql_priv.h:
        declarations about SYM_GROUP
      sql/sql_table.cc:
        sym_group_xxx objects used instead of text constants
        a couple of HAVE_SPATIAL removed
      sql/sql_yacc.yy:
        sym_group_xxx used instead of text constants
        some duplicated code restructured
        MYF(0) parameters removed from net_printf calls
      1c8de850
    • unknown's avatar
      patch reverted - USE_RAID is defined in my_config.h · b84f2835
      unknown authored
      
      mysql-test/r/derived.result:
        result updated
      b84f2835
  12. 22 Jan, 2004 4 commits