1. 28 Aug, 2003 12 commits
  2. 27 Aug, 2003 7 commits
    • unknown's avatar
      Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 · f5d4eb89
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/BUG_910/mysql-4.1
      
      
      sql/field.h:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      f5d4eb89
    • unknown's avatar
      fixed bug #910 (right type of ifnull function) · a73058a7
      unknown authored
      
      mysql-test/r/create.result:
        added test for bug #910 (right type of ifnull function)
      mysql-test/t/create.test:
        added test for bug #910 (right type of ifnull function)
      sql/field.h:
        added new constructors of Field_decimal, Field_tiny, Field_short, Field_float,
        Field_null, Field_year
        for using in Item::tmp_table_field_from_field_type
      sql/item.cc:
        added Item::tmp_table_field_from_field_type
      sql/item.h:
        added Item::tmp_table_field_from_field_type
      a73058a7
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · c2d54add
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.1
      
      
      c2d54add
    • unknown's avatar
      hanged UDF interface to use clear() instead of reset() · 0ee6f7fd
      unknown authored
      
      BUILD/FINISH.sh:
        Add just_clean option (for cleanup script)
      scripts/mysql_fix_privilege_tables.sql:
        Added 'USE mysql' for easer use on windows
      sql/item_sum.cc:
        Changed UDF interface to use clear() instead of reset()
      sql/item_sum.h:
        Changed UDF interface to use clear() instead of reset()
      sql/slave.cc:
        Fixed checking of eof for slave/master protocol. (Bug #887)
      sql/sql_udf.cc:
        Changed UDF interface to use clear() instead of reset()
      sql/sql_udf.h:
        Changed UDF interface to use clear() instead of reset()
      sql/sql_yacc.yy:
        ERRORS and WARNINGS should not be reserved words
      sql/udf_example.cc:
        Changed UDF interface to use clear() instead of reset()
      0ee6f7fd
    • unknown's avatar
      Merge fixes · cd822e34
      unknown authored
      
      sql/sql_union.cc:
        Some further merge fixes
      cd822e34
    • unknown's avatar
      sql_union.cc: · 8a920b61
      unknown authored
        Post merge fixes
      
      
      sql/sql_union.cc:
        Post merge fixes
      8a920b61
    • unknown's avatar
      merge fixes · 8a6f8201
      unknown authored
      
      sql/sql_lex.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      8a6f8201
  3. 26 Aug, 2003 5 commits
  4. 25 Aug, 2003 2 commits
  5. 23 Aug, 2003 1 commit
    • unknown's avatar
      union.result: · c64d2b6f
      unknown authored
        same as above
      sql_lex.h:
        same as above 
      sql_union.cc:
        same as aobve
      sql_select.cc:
        Fixing that SQL_CALC_FOUND_ROWS work properly in UNION's in 4.1
        Plus updating some fields in THD in the proper places 
        plus fixing a wrong result
      
      
      sql/sql_select.cc:
        Fixing that SQL_CALC_FOUND_ROWS work properly in UNION's in 4.1
        Plus updating some fields in THD in the proper places 
        plus fixing a wrong result
      sql/sql_union.cc:
        same as aobve
      sql/sql_lex.h:
        same as above
      mysql-test/r/union.result:
        same as above
      c64d2b6f
  6. 21 Aug, 2003 1 commit
  7. 20 Aug, 2003 8 commits
    • unknown's avatar
      merge · 78f54936
      unknown authored
      
      mysql-test/r/subselect.result:
        correct result after merging with fixed Item_in_optimiser::fix_left()
      mysql-test/t/subselect.test:
        error code changed
      78f54936
    • unknown's avatar
      merge · 97ee3f15
      unknown authored
      
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      97ee3f15
    • unknown's avatar
      Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 8359a2c7
      unknown authored
      into laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-simple_in-4.1
      
      
      8359a2c7
    • unknown's avatar
      quick fix for found row counter · 94d018c2
      unknown authored
      code cleunup
      
      
      sql/sql_class.h:
        removed unused variables
      sql/sql_union.cc:
        quick fix for found row counter
        layout fixed
      sql/sql_update.cc:
        lelect_limit in THD is not used
      94d018c2
    • unknown's avatar
      Merge · 6ec43a9d
      unknown authored
      
      sql/sql_parse.cc:
        Auto merged
      sql/sql_union.cc:
        SCCS merged
      6ec43a9d
    • unknown's avatar
      - make sure that both libedit and readline are added to the source · 0e34c128
      unknown authored
         distribution. libedit is used by default, one needs to use
         "--with-readline" when compiling with readline instead.
      
      
      cmd-line-utils/Makefile.am:
         - add both libedit and readline to the source distribution
      configure.in:
         - create both Makefiles for libedit and libedit
      0e34c128
    • unknown's avatar
      after merge changing · 5e00fc02
      unknown authored
      uninitialized value fixed
      
      
      sql/item_cmpfunc.cc:
        fixed uninitialized used_tables_cache
        othyer caches moved on proper place
      sql/item_subselect.cc:
        fixed reported table bit
      sql/mysql_priv.h:
        after merge chenges.
      sql/sql_parse.cc:
        used same new operator for all allocation in subroutine
      sql/sql_union.cc:
        fake st_select_lex should have item list for ref_array allocation
      sql/sql_yacc.yy:
        after merge changing
      5e00fc02
    • unknown's avatar
      fixing limit and SQL_CALC_FOUND_ROWS issues · a2152385
      unknown authored
      a2152385
  8. 19 Aug, 2003 4 commits
    • unknown's avatar
      merge · 6d0a0487
      unknown authored
      
      mysql-test/r/subselect.result:
        Auto merged
      mysql-test/t/subselect.test:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/table.h:
        Auto merged
      6d0a0487
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 · d3727c2c
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.1
      
      
      sql/sql_parse.cc:
        Auto merged
      d3727c2c
    • unknown's avatar
      A fix for a bug with long definition of SET or ENUM. · 651ead1a
      unknown authored
      Barkov approved it already
      
      
      
      651ead1a
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 513917a5
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.1
      
      
      include/m_ctype.h:
        Auto merged
      513917a5