1. 30 Aug, 2003 3 commits
  2. 29 Aug, 2003 4 commits
  3. 28 Aug, 2003 13 commits
    • unknown's avatar
      Fixed problem with absence of gmtime_r under Windows. · fb3ab3c8
      unknown authored
      
      include/my_pthread.h:
        HAVE_GMTIME_R should not be defined under Windows
        (it is ok for HAVE_LOCALTIME_R since there additional implementation 
        in my_windcond.c.
      fb3ab3c8
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 82ace8f8
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-enum-4.1
      
      
      sql/sql_select.cc:
        Auto merged
      82ace8f8
    • unknown's avatar
      fixed typo · 0f57bb2e
      unknown authored
      0f57bb2e
    • unknown's avatar
      Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 914bc868
      unknown authored
      into laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
      
      
      914bc868
    • unknown's avatar
      Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 86feb16b
      unknown authored
      into laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-aggregate-4.1
      
      
      86feb16b
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · c326e596
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.clean
      
      
      c326e596
    • unknown's avatar
      Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1 · d1d92817
      unknown authored
      into eagle.mysql.r18.ru:/home/vva/work/BUG_910/mysql-4.1
      
      
      d1d92817
    • unknown's avatar
      fixed merge mistake · f8e55811
      unknown authored
      f8e55811
    • unknown's avatar
      Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE · 241ed6b8
      unknown authored
      This commit is related to my previos one(ChangeSet 1.1583 03/08/27 18:03:39).
      Note about COMMIT&ROLLBACK:
        Only 'COMMIT' statement updates the binary log. 
        'ROLLBACK' statement doesn't update the binlog.
      
      
      mysql-test/r/drop.result:
        Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE
      mysql-test/r/innodb.result:
        Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE
      mysql-test/t/drop.test:
        Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE
      mysql-test/t/innodb.test:
        Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE
      sql/handler.cc:
        Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE
      sql/sql_table.cc:
        Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE
      241ed6b8
    • unknown's avatar
      834cfbd1
    • unknown's avatar
      SCRUM: · 36636e82
      unknown authored
      Fixed some mess with STDCALL in function's declarations
      
      
      include/mysql.h:
        That definitions are more correct
      libmysqld/lib_sql.cc:
        should be declared as STDCALL
      libmysqld/libmysqld.c:
        should be declared as STDCALL
      sql-common/client.c:
        should be declared as STDCALL
      36636e82
    • unknown's avatar
      Merge · 94eb7e41
      unknown authored
      
      sql/field.h:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      mysql-test/r/create.result:
        merge
      mysql-test/t/create.test:
        merge
      sql/item_cmpfunc.h:
        SCCS merged
      94eb7e41
    • unknown's avatar
      reset() split in 2 function clear() & add() · 85f7a697
      unknown authored
      aggregate function reinitialization (if no rows was found) made with help of clear()
      (fixed BUG#860)
      
      
      mysql-test/r/subselect.result:
        test for BUG#860
      mysql-test/t/subselect.test:
        test for BUG#860
      sql/item_sum.cc:
        reset() replaced with clear()
      sql/item_sum.h:
        reset() replaced with clear()
        (reset now is just composition of clear() and add())
      sql/item_uniq.h:
        reset() replaced with clear()
      sql/sql_select.cc:
        removed NULL value assigment, now it will be done by clear() call
        function for clearing if there was not found any row in group
      sql/sql_select.h:
        function for clearing if there was not found any row in group
      85f7a697
  4. 27 Aug, 2003 8 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
    • 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
  5. 26 Aug, 2003 5 commits
  6. 25 Aug, 2003 2 commits
  7. 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
  8. 21 Aug, 2003 1 commit
  9. 20 Aug, 2003 3 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