1. 15 Jan, 2004 11 commits
  2. 14 Jan, 2004 14 commits
  3. 13 Jan, 2004 8 commits
    • unknown's avatar
      - link the mysql client RPM against libreadline instead of libedit · 38a87d0e
      unknown authored
         (BUG 2289)
      
      
      support-files/mysql.spec.sh:
         - link the mysql client against libreadline instead of libedit (BUG 2289)
      38a87d0e
    • unknown's avatar
      srv0start.c, srv0srv.c: · 9dfada0c
      unknown authored
        If UNIV_SYNC_DEBUG was switched on, the error monitor thread could reserve a mutex BEFORE the sync debug system was initialized, and that caused a sync debug assertion in startup: move the 2 sec. sleep to a safer place; note that this is only heuristics, and in theory it can assert still
      
      
      innobase/srv/srv0srv.c:
        If UNIV_SYNC_DEBUG was switched on, the error monitor thread could reserve a mutex BEFORE the sync debug system was initialized, and that caused a sync debug assertion in startup: move the 2 sec. sleep to a safer place; note that this is only heuristics, and in theory it can assert still
      innobase/srv/srv0start.c:
        If UNIV_SYNC_DEBUG was switched on, the error monitor thread could reserve a mutex BEFORE the sync debug system was initialized, and that caused a sync debug assertion in startup: move the 2 sec. sleep to a safer place; note that this is only heuristics, and in theory it can assert still
      9dfada0c
    • unknown's avatar
      item_strfunc.cc: · bf7e4693
      unknown authored
        Unnesessary code was removed. Comment was added.
      
      
      sql/item_strfunc.cc:
        Unnesessary code was removed. Comment was added.
      bf7e4693
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 76cb9675
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b2361
      
      
      76cb9675
    • unknown's avatar
    • unknown's avatar
      Minor Novell supplied changes for 4.1 (inside netware directory) · 491ab7f7
      unknown authored
      
      netware/init_db.sql:
        Add new tables for 4.1
      netware/libmysql.imp:
        Comment out simple_command
      491ab7f7
    • unknown's avatar
      row0sel.c: · 79a4b2cd
      unknown authored
        Improve previous push: save 1000 bytes of thread stack in non-error cases
      
      
      innobase/row/row0sel.c:
        Improve previous push: save 1000 bytes of thread stack in non-error cases
      79a4b2cd
    • unknown's avatar
      row0sel.c: · ea854327
      unknown authored
        If MySQL tries to do SELECT from an InnoDB table, but has set no table locks at all in ::external_lock(), print a descriptive error message and assert; some subquery bugs were of this type
      
      
      innobase/row/row0sel.c:
        If MySQL tries to do SELECT from an InnoDB table, but has set no table locks at all in ::external_lock(), print a descriptive error message and assert; some subquery bugs were of this type
      ea854327
  4. 12 Jan, 2004 5 commits
  5. 11 Jan, 2004 1 commit
    • unknown's avatar
      Detect unexpected return codes of mysqltest in mysql-test-run. · 24f80544
      unknown authored
      This way, a crash of mysqltest will be visible in the test logs
      (output of mysql-test-run).
      
      
      mysql-test/mysql-test-run.sh:
        by design mysqltest returns 0 or 1 or 2 (see the exit()s and the return()
        of main()). So any greater code is a crash, I guess.
        On build and on my machine, 139 is segfault and 134 is assertion failure.
      24f80544
  6. 09 Jan, 2004 1 commit
    • unknown's avatar
      null.result, null.test: · d84ee4d5
      unknown authored
         Fix for a bug #2219, regarding a bad cast to integer from NULL
      item_func.h:
        Fix for a bug #2219, regarding a bad cast to integer from NULL
      sql_parse.cc:
        A fix for a bug #2207, with mysql server haning on option setting
      
      
      sql/sql_parse.cc:
        A fix for a bug #2207, with mysql server haning on option setting
      sql/item_func.h:
        Fix for a bug #2219, regarding a bad cast to integer from NULL
      mysql-test/t/null.test:
         Fix for a bug #2219, regarding a bad cast to integer from NULL
      mysql-test/r/null.result:
         Fix for a bug #2219, regarding a bad cast to integer from NULL
      d84ee4d5