1. 27 Nov, 2002 7 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · bff492c5
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-crash-4.1
      
      
      sql/sql_parse.cc:
        Auto merged
      bff492c5
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · c1bede83
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-update-4.1
      
      c1bede83
    • unknown's avatar
      Preparing to use better string-to-number functions to avoid c_ptr() call, · b94f9320
      unknown authored
      wich is slower and is not ucs2 compatible
      
      b94f9320
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 · 280ff91a
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/work-update-4.1
      
      
      sql/sql_parse.cc:
        Auto merged
      280ff91a
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.1 · 9f43b994
      unknown authored
      into mysql.com:/home/pem/work/mysql-4.1
      
      
      sql/sql_parse.cc:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      9f43b994
    • unknown's avatar
      Merge myvenu.com:/home/venu/bk/src-4.1 · 4548da4c
      unknown authored
      into myvenu.com:/home/venu/work/sql/dev-4.1
      
      
      sql/mysql_priv.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      4548da4c
    • unknown's avatar
      select_test.c, insert_test.c: · 60dd9029
      unknown authored
        Added my_global.h to compile after my_list.h is added to mysql.h
      sql_prepare.cc:
        Handle close stmt from client
        Minor fixups to make SET variable=? to work
      sql_parse.cc:
        Added missed COM_CLOSE_STMT
      mysql_priv.h:
        Change mysql_stmt_close to mysql_stmt_free to not to conflict with client type
      libmysql.c:
        Clean all open stmts during mysql_close() implicitly
      
      
      libmysql/libmysql.c:
        Clean all open stmts during mysql_close() implicitly
      sql/mysql_priv.h:
        Handle close_stmt from client
        Change mysql_stmt_close to mysql_stmt_free to not to conflict with client type
      sql/sql_parse.cc:
        Added missed COM_CLOSE_STMT
      sql/sql_prepare.cc:
        Handle close stmt from client
        Change mysql_stmt_close to mysql_stmt_free to not to conflict with client type
        Minor fixups to make SET variable=? to work
      client/insert_test.c:
        Added my_global.h to compile after my_list.h is added to mysql.h
      client/select_test.c:
        Added my_global.h to compile after my_list.h is added to mysql.h
      60dd9029
  2. 26 Nov, 2002 12 commits
  3. 25 Nov, 2002 18 commits
    • unknown's avatar
      subselects in insert/replace (SCRUM) · f16beb6c
      unknown authored
      
      mysql-test/r/subselect.result:
        test of insert/replace with subselects
      mysql-test/t/subselect.test:
        test of insert/replace with subselects
      sql/sql_insert.cc:
        subselects in insert/replace
      sql/sql_yacc.yy:
        subselects in insert/replace
      f16beb6c
    • unknown's avatar
      Merge work:/home/bk/mysql-4.1 · 81f8ca96
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
      
      81f8ca96
    • unknown's avatar
      myisammrg::index_next_same · ae74573e
      unknown authored
      
      myisammrg/Makefile.am:
        myrg_rnext_same.c added
      ae74573e
    • unknown's avatar
      subselet in delete (SCRUM) · dcd280f7
      unknown authored
      
      mysql-test/r/subselect.result:
        subselects in delete test
      mysql-test/t/subselect.test:
        subselects in delete test
      sql/sql_delete.cc:
        subselet in delete
      dcd280f7
    • unknown's avatar
      merging tests · 204e6a61
      unknown authored
      
      BitKeeper/deleted/.del-innodb-non-simple.test~380a6ef42b6e15d1:
        Delete: mysql-test/t/innodb-non-simple.test
      BitKeeper/deleted/.del-innodb-non-simple.result~2f77d5b0aaf5aa90:
        Delete: mysql-test/r/innodb-non-simple.result
      204e6a61
    • unknown's avatar
      Merge · 0c152288
      unknown authored
      
      sql/mysql_priv.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      mysql-test/r/subselect.result:
        SCCS merged
      mysql-test/t/subselect.test:
        SCCS merged
      0c152288
    • unknown's avatar
      Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1 · ff04cf95
      unknown authored
      
      sql/item.h:
        Auto merged
      sql/item_create.cc:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      ff04cf95
    • unknown's avatar
      Fixed CAST( xxx as CHAR) · 18ef87d3
      unknown authored
      
      sql/item.h:
        Made some virtual functions non virtual (as they are not used virtually)
      sql/item_strfunc.cc:
        Optimizations.
      sql/item_strfunc.h:
        Fixed BINARY handling
      sql/sql_string.h:
        Indentation cleanups
      18ef87d3
    • unknown's avatar
      Merge · 410bbb3c
      unknown authored
      
      sql/item_func.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_prepare.cc:
        SCCS merged
      410bbb3c
    • unknown's avatar
      removed limit for "FOR UPDATE" and "IN SHARE MODE" (now thay allowed for... · eeaee258
      unknown authored
      removed limit for "FOR UPDATE" and "IN SHARE MODE" (now thay allowed for non-simple selects and applyed to current select)
      fix for using subselects with update
      test of locking for non-simple queries
      (SCRUM?)
      
      
      sql/sql_yacc.yy:
        removed limit for "FOR UPDATE" and "IN SHARE MODE" (now thay allowed for non-simple selects and applyed to current select)
        fix for using subselects with update
      eeaee258
    • unknown's avatar
      Merge vvagin@work.mysql.com:/home/bk/mysql-4.1 · 4ec81d19
      unknown authored
      into genie.(none):/home/vva/work/new_readline/4.1
      
      4ec81d19
    • unknown's avatar
      Merge with 4.0 · 8b2c74ee
      unknown authored
      
      configure.in:
        Auto merged
      BitKeeper/deleted/.del-mutex.m4~a13383cde18a64e1:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/func_test.result:
        Auto merged
      mysql-test/r/null_key.result:
        Auto merged
      mysql-test/t/func_test.test:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/item_create.cc:
        Auto merged
      sql/item_timefunc.h:
        Auto merged
      sql/lex.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/item_func.h:
        Merge
      8b2c74ee
    • unknown's avatar
      Faster parsing of identifiers · 1742049a
      unknown authored
      Compatibility syntax: SERIAL, [PRIMARY] KEY and VALUE
      
      
      
      sql/sql_lex.cc:
        Faster handling of identifiers
      sql/sql_lex.h:
        Faster handling of identifiers
      sql/sql_yacc.yy:
        Added SERIAL (alias for bigint auto_increment)
        Make PRIMARY optional in field specification
        Make VALUE alias for VALUES
      1742049a
    • unknown's avatar
      Merge genie.(none):/home/vva/work/mysql.orig/clear/4.1 · ed2a8b88
      unknown authored
      into genie.(none):/home/vva/work/new_readline/4.1
      
      ed2a8b88
    • unknown's avatar
      Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 · f7ff58a7
      unknown authored
      into mysql.r18.ru:/usr/home/ram/mysql-4.1.monty1
      
      f7ff58a7
    • unknown's avatar
      fixed bug of subselect in derived tables · dff1434d
      unknown authored
      
      mysql-test/r/subselect.result:
        test of subselect in derived table
      mysql-test/t/subselect.test:
        test of subselect in derived table
      dff1434d
    • unknown's avatar
      add define of __attribute__ for readline · 48661e2d
      unknown authored
      48661e2d
    • unknown's avatar
      Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 · f3b50f14
      unknown authored
      into mysql.r18.ru:/usr/home/ram/mysql-4.1.monty1
      
      
      sql/opt_range.cc:
        Auto merged
      f3b50f14
  4. 24 Nov, 2002 3 commits