1. 03 Nov, 2005 1 commit
  2. 31 Oct, 2005 5 commits
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 · 01b032f5
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/wl2930/my50-wl2930
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/r/mysqltest.result:
        Auto merged
      mysql-test/t/mysqltest.test:
        Auto merged
      01b032f5
    • unknown's avatar
      WL#2930 Adding view and cursor 'protocols' to mysqltest · 62b0ba25
      unknown authored
       - Cleanup of mysqltest.c before extending it
      
      
      client/mysqltest.c:
        Cleanup functions run_query_* before adding new functionality.
        Break out common functions used in both run_query_stmt and run_query_normal
        Move functionality for all run_query_* calls into run_query
        Since the normal way of handling an unepected error is to call die(which will never return), remove all return values from functions that does not return. 
        Add comments.
        Remove unused vars.
        Cleanup...
        Removed oboslete syntax @<file_name>, "require" or "result" should be used.
      mysql-test/include/master-slave.inc:
        remove obsolete syntax @, use "require" command
      mysql-test/include/ps_query.inc:
        Remove this comment, mysqltest will now produce output. Old mysqltest didn't return any output since command starting with @ was treated as a require. Uggh.
      mysql-test/r/mysqltest.result:
        Update test result
      mysql-test/r/ps_2myisam.result:
        Update test result
      mysql-test/r/ps_3innodb.result:
        Update test result
      mysql-test/r/ps_4heap.result:
        Update test result
      mysql-test/r/ps_5merge.result:
        Update test result
      mysql-test/r/ps_6bdb.result:
        Update test result
      mysql-test/r/ps_7ndb.result:
        Update test result
      mysql-test/t/alias.test:
        Remove --disable/enable_ps_protocol, only used to mask bugs in mysqltest
      mysql-test/t/group_by.test:
        Remove --disable/enable_ps_protocol, only used to mask bugs in mysqltest
      mysql-test/t/mysqltest.test:
        Add test for "Missing delimiter until eof"
      mysql-test/t/union.test:
        Remove --disable/enable_ps_protocol, "select found_rows" works  with ps_protocol now!
      62b0ba25
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 32aaddc4
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      32aaddc4
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0 · 40200e8a
      unknown authored
      into mysql.com:/home/psergey/mysql-5.0-oct25-test
      
      40200e8a
    • unknown's avatar
      BUG#14139 - Merge to 5.0 · 87b5f501
      unknown authored
      87b5f501
  3. 29 Oct, 2005 1 commit
    • unknown's avatar
      Minor comments. · bf500528
      unknown authored
      
      sql/sql_lex.h:
        Minor fix of a comment.
      sql/table.h:
        Minor fix of a comment.
      bf500528
  4. 28 Oct, 2005 33 commits