1. 29 Jan, 2004 1 commit
    • unknown's avatar
      ibuf0ibuf.c: · 9d8166da
      unknown authored
        Correct the comment about the ibuf record format in >= 4.1.1
      
      
      innobase/ibuf/ibuf0ibuf.c:
        Correct the comment about the ibuf record format in >= 4.1.1
      9d8166da
  2. 28 Jan, 2004 3 commits
    • unknown's avatar
      Fixed Bug#2479, "dependant subquery with limit crash". · d3e8565d
      unknown authored
      The problem was that memory was free'd, but it was referenced
      later. This free was unneccessary anyway, because join_free() /
      JOIN::cleanup takes care of this later on.
      
      Added test case into t/subselect.test for it.
      
      Regards,
      Jani
      
      
      mysql-test/r/subselect.result:
        Added a test case for Bug#2479.
      mysql-test/t/subselect.test:
        Added a test case for Bug#2479.
      sql/sql_select.cc:
        Fixed Bug#2479, "dependant subquery with limit crash".
        The problem was that memory was free'd, but it was referenced
        later. This free was unneccessary anyway, because join_free() /
        JOIN::cleanup takes care of this later on.
      d3e8565d
    • unknown's avatar
      Fixed a bug in GREATES() and LEAST() function, that caused a core · 7d9cb937
      unknown authored
      dump when result was NULL.
      
      
      mysql-test/r/func_test.result:
        Added a test for GREATEST() and LEAST() core dump bug.
      mysql-test/t/func_test.test:
        Added a test for GREATEST() and LEAST() core dump bug.
      7d9cb937
    • unknown's avatar
      Fix for #2210 (SHOW TABLE STATUS fails when .frm is corrupted) · b025e535
      unknown authored
      We signed error instead of returning the result
      
      
      sql/sql_show.cc:
        we need this assignement in libmysqld to not to issue error
      b025e535
  3. 27 Jan, 2004 4 commits
  4. 26 Jan, 2004 6 commits
  5. 24 Jan, 2004 3 commits
  6. 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
  7. 22 Jan, 2004 5 commits
  8. 21 Jan, 2004 7 commits
  9. 20 Jan, 2004 4 commits