1. 18 Aug, 2005 24 commits
    • unknown's avatar
      Manual merge · cc64abf1
      unknown authored
      cc64abf1
    • unknown's avatar
      Manual merge · ec38825c
      unknown authored
      ec38825c
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 9aaa6f4a
      unknown authored
      into moonbone.local:/work/10624-bug-5.0-mysql
      
      
      sql/sql_lex.cc:
        Auto merged
      9aaa6f4a
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · ee283b26
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      sql/item_strfunc.cc:
        Auto merged
      ee283b26
    • unknown's avatar
      Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0 · e088ae13
      unknown authored
      into rurik.mysql.com:/home/igor/mysql-5.0
      
      e088ae13
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0 · 2f0e3d1f
      unknown authored
      into mysql.com:/home/psergey/mysql-5.0-aug18-fix
      
      2f0e3d1f
    • unknown's avatar
      Undo the test cset that shouldn't have been pushed (ChangeSet@1.1988,... · 4f0facff
      unknown authored
      Undo the test cset that shouldn't have been pushed (ChangeSet@1.1988, 2005-08-16 00:03:50+04:00, aivanov@mysql.com
       )
      
      
      4f0facff
    • unknown's avatar
      Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0 · ebabcdb1
      unknown authored
      into rurik.mysql.com:/home/igor/mysql-5.0
      
      ebabcdb1
    • unknown's avatar
      Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-5.0 · 59b454ac
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/5.0/main
      
      59b454ac
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · d56044a0
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      d56044a0
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 3d1c8ed0
      unknown authored
      into mysql.com:/usersnfs/pchardin/mysql-5.0
      
      3d1c8ed0
    • unknown's avatar
      Fix for Bug#11247 Stored procedures: Function calls in long loops leak memory · 026c1f55
      unknown authored
          and Bug#12297 SP crashes the server if data inserted inside a lon loop
      Third commit attempt. With fixes to the issues, showed up after full rebuild and
      tests on other hosts.
      
      
      mysql-test/r/rpl_sp.result:
        New warnings appeared in result file, as now we always create spcont in a stored routine.
        This is correct behaviour. We swallowed some warnings, as we used thd->spcont to check whether
        we are in the SP though we didn't set spcont in certain cases. This is fixed now.
      mysql-test/r/sp.result:
        fixed result file to reflect new tests
      mysql-test/t/sp.test:
        Added tests for bugs. Though one of them is disabled, as it fails because of the other bug.
        It should be enabled, when bug 12297 is fixed.
      sql/sp_head.cc:
        Per-instruction arena is implemented
      sql/sp_rcontext.cc:
         Now we should deal with callers_arena->free_list when we employ reuse mechanism with callers_arena
         switched during sp_eval_func_item
      sql/sp_rcontext.h:
        Add new member to sp_rcontext class, in order to handle instructions with assignment
        and/or with nested SP processing properly.
      026c1f55
    • unknown's avatar
      WL#2486 - natural and using join according to SQL:2003 · ba021e5f
      unknown authored
      - Fixed minor error after Monty's review.
      
      
      sql/table.cc:
        cur_table_ref is used in the first pass of the loop *before* it is set later in the loop.
      ba021e5f
    • unknown's avatar
      Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-5.0 · 9de2b263
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/5.0/main
      
      9de2b263
    • unknown's avatar
      Fix merge of BUG#11538 fix. · da65278d
      unknown authored
      
      config/ac-macros/ha_ndbcluster.m4:
        Merge fix for BUG#11538 fix.
      da65278d
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 57966d81
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      
      sql/sql_view.cc:
        Auto merged
      57966d81
    • unknown's avatar
      view.test: · 9f3d970d
      unknown authored
        Added a test case for bug #10970.
      view.result:
        Added a test case for bug #10970.
        Modified the error messages for error ER_VIEW_SELECT_TMPTABLE.
      sql_view.cc:
        Fixed bug #10970.
        In the function mysql_create_view if a view does not refer
        any tables directly the variable table must be updated
        after the call of open_and_lock_tables.
      errmsg.txt:
        Modified the error messages for error ER_VIEW_SELECT_TMPTABLE
        (when fixing bug #10970).
      
      
      sql/share/errmsg.txt:
        Modified the error messages for error ER_VIEW_SELECT_TMPTABLE
        (when fixing bug #10970).
      sql/sql_view.cc:
        Fixed bug #10970.
        In the function mysql_create_view if a view does not refer
        any tables directly the variable table must be updated
        after the call of open_and_lock_tables.
      mysql-test/r/view.result:
        Fixed bug #10970.
        Modified the error messages for error ER_VIEW_SELECT_TMPTABLE.
      mysql-test/t/view.test:
        Added a test case for bug #10970.
      9f3d970d
    • unknown's avatar
      Fix minor typo in handling of error conditions and return of SLEEP(). · 0523a376
      unknown authored
      
      sql/item_func.cc:
        Remove unnecessary initialization, fix parens placement
      0523a376
    • unknown's avatar
      Revert patch for Bug #12595, it causes the sql_mode test to fail. · 729854d9
      unknown authored
      
      mysql-test/r/select.result:
        Update results
      mysql-test/t/select.test:
        Remove regression test
      sql/item_cmpfunc.cc:
        Revert patch for checking length of ESCAPE, it is not correct.
      729854d9
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-12582 · 5b9d3d90
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      5b9d3d90
    • unknown's avatar
      Fix bad merge of sql/item_strfunc.cc by aivanov · 99a6ba99
      unknown authored
      
      sql/item_strfunc.cc:
        Fix bad merge
      99a6ba99
    • unknown's avatar
      Fix up definition of new set_timespec_nsec() macro. (Related to bug #12582) · 06f82aea
      unknown authored
      
      include/my_global.h:
        Add distinct set_timespec_nsec() macro for when HAVE_TIMESPEC_TS_SEC
        is defined.
      06f82aea
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · d8f09108
      unknown authored
      into  mysql.com:/home/my/mysql-5.0
      
      
      sql/sql_parse.cc:
        Auto merged
      d8f09108
    • unknown's avatar
      Cleanups and optimization during review of new code · 514ee67a
      unknown authored
      
      mysql-test/t/kill.test:
        Moved --disable_reconnect earlier to avoid race condition
      sql/sql_help.cc:
        Cleanup during review of new code
        (Moved variable definitions first in function
      sql/sql_insert.cc:
        Cleanup during review of new code
      sql/sql_lex.cc:
        Cleanup during review of new code
      sql/sql_parse.cc:
        Cleanup during review of new code
        Changed potential problem with previous_table_ref where it dependent that TABLE_LIST first element would be next_local
        Rearanged code in add_table_to_list() to remove extra if
        Combined 2 calls to calloc() to one
      sql/sql_view.cc:
        Remove extra indentation level
        Combined common 'on error' exit
      sql/sql_yacc.yy:
        Fixed comment style
      sql/table.cc:
        Cleanup during review of new code
        - Changed while() loops to for() loop (to make code more readable)
        - Removed not needed initialization of variables
        - Removed not needed 'else' cases
        - Removed trivial ASSERT's that was checked by previous code
        - Moved comment setting last in Natural_join_column::check_grants()
      514ee67a
  2. 17 Aug, 2005 11 commits
  3. 16 Aug, 2005 5 commits
    • unknown's avatar
      Fix SLEEP() to be interruptable. (Bug #12582) · 030f0781
      unknown authored
      
      include/my_global.h:
        Add set_timespec_nsec() for setting higher-resolution time.
      sql/item_func.cc:
        Use pthread_cond_timedwait() for SLEEP() so that it can be killed
        using the normal thread/query-killing code.
      030f0781
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1 · ac21bbe6
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0
      
      
      mysql-test/lib/mtr_cases.pl:
        Auto merged
      ac21bbe6
    • unknown's avatar
      mtr_process.pl: · 4c2c6e9d
      unknown authored
        Bug#11792: Check all of status code, to catch a crash as a failure
      mtr_cases.pl:
        Code cleanup for skipped/disabled handling
      mtr_process.pl:
        In debug mode, report if mysqladmin did not at least
        make the server stop listening to the port.
        Increased the time waiting for terminating to 20 seconds,
        to wait for really slow slave shutdown.
        Added call to start_reap_all(), to avoid zombies.
      mtr_report.pl:
        Removed prototype for unused function mtr_report_test_disabled()
      
      
      mysql-test/lib/mtr_report.pl:
        Removed prototype for unused function mtr_report_test_disabled()
      mysql-test/lib/mtr_cases.pl:
        Code cleanup for skipped/disabled handling
      mysql-test/lib/mtr_process.pl:
        Bug#11792: Check all of status code, to catch a crash as a failure
      4c2c6e9d
    • unknown's avatar
      Merge mysql.com:/home/alexi/mysql-5.0 · 19bec180
      unknown authored
      into  mysql.com:/home/alexi/dev/mysql-5.0-1
      
      19bec180
    • unknown's avatar
      Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.0 · b01324d1
      unknown authored
      into  mysql.com:/home/alexi/mysql-5.0
      
      
      mysql-test/t/select.test:
        Auto merged
      b01324d1