1. 02 Feb, 2004 1 commit
  2. 31 Jan, 2004 1 commit
    • unknown's avatar
      fix for the bug #2419: order by ignores rows. · abc17f8f
      unknown authored
      null_ref_key moved to TABLE_REF.
      new null range created if necessary.
      
      
      mysql-test/r/order_by.result:
        fix for the bug #2419: order by ignores rows
      mysql-test/t/order_by.test:
        fix for the bug #2419: order by ignores rows
      sql/item_subselect.cc:
        fix for the bug #2419: order by ignores rows
      sql/opt_range.cc:
        fix for the bug #2419: order by ignores rows
      sql/sql_select.cc:
        fix for the bug #2419: order by ignores rows
      sql/sql_select.h:
        fix for the bug #2419: order by ignores rows
      abc17f8f
  3. 30 Jan, 2004 5 commits
  4. 29 Jan, 2004 2 commits
  5. 28 Jan, 2004 4 commits
  6. 27 Jan, 2004 4 commits
  7. 26 Jan, 2004 6 commits
  8. 24 Jan, 2004 3 commits
  9. 23 Jan, 2004 7 commits
    • unknown's avatar
      define name fixed · 7580623e
      unknown authored
      
      sql/lex.h:
        Wrong define name
      7580623e
    • unknown's avatar
      Error message added · 2e5dfc5e
      unknown authored
      2e5dfc5e
    • unknown's avatar
      Conflicts resolved · a6132c6f
      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
      a6132c6f
    • unknown's avatar
      SCRUM · 87b3ca5f
      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
      87b3ca5f
    • unknown's avatar
      Reverted an addition to be able to use ';' as a comment · 2320323a
      unknown authored
      starting character elsewhere than in the beginning of a line,
      because it affected some innodb options that had ';'
      in them.
      
      
      2320323a
    • unknown's avatar
      SCRUM · 214c178f
      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
      214c178f
    • unknown's avatar
      patch reverted - USE_RAID is defined in my_config.h · acf9821b
      unknown authored
      
      mysql-test/r/derived.result:
        result updated
      acf9821b
  10. 22 Jan, 2004 5 commits
  11. 21 Jan, 2004 2 commits