1. 17 Jan, 2004 1 commit
  2. 16 Jan, 2004 2 commits
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · 5488f64c
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      5488f64c
    • unknown's avatar
      - Fixed BUG#2297: cmd-line-utils/libedit/makelist used a hard-coded · 06ed2c56
      unknown authored
         call to /usr/bin/awk - replaced this with the proper autoconf variable
         instead (makelist is now generated out of makelist.sh during the compile
         phase)
      
      
      cmd-line-utils/libedit/Makefile.am:
         - replace @AWK@ with the correct path to the awk binary determined by
           configure instead of using a hard-coded path (BUG#2297)
      cmd-line-utils/libedit/makelist.sh:
         - replace @AWK@ with the correct path to the awk binary determined by
           configure instead of using a hard-coded path (BUG#2297)
      06ed2c56
  3. 15 Jan, 2004 11 commits
  4. 14 Jan, 2004 14 commits
  5. 13 Jan, 2004 8 commits
    • unknown's avatar
      - link the mysql client RPM against libreadline instead of libedit · b6b30ca7
      unknown authored
         (BUG 2289)
      
      
      support-files/mysql.spec.sh:
         - link the mysql client against libreadline instead of libedit (BUG 2289)
      b6b30ca7
    • unknown's avatar
      srv0start.c, srv0srv.c: · 86356722
      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
      86356722
    • unknown's avatar
      item_strfunc.cc: · c73188ad
      unknown authored
        Unnesessary code was removed. Comment was added.
      
      
      sql/item_strfunc.cc:
        Unnesessary code was removed. Comment was added.
      c73188ad
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · d60c0146
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b2361
      
      d60c0146
    • unknown's avatar
    • unknown's avatar
      Minor Novell supplied changes for 4.1 (inside netware directory) · bc48a0f7
      unknown authored
      
      netware/init_db.sql:
        Add new tables for 4.1
      netware/libmysql.imp:
        Comment out simple_command
      bc48a0f7
    • unknown's avatar
      row0sel.c: · 90115694
      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
      90115694
    • unknown's avatar
      row0sel.c: · fcde8277
      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
      fcde8277
  6. 12 Jan, 2004 4 commits