1. 17 Jan, 2004 9 commits
  2. 16 Jan, 2004 2 commits
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · d5191e80
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      d5191e80
    • unknown's avatar
      - Fixed BUG#2297: cmd-line-utils/libedit/makelist used a hard-coded · 94e6b9be
      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)
      94e6b9be
  3. 15 Jan, 2004 11 commits
  4. 14 Jan, 2004 14 commits
  5. 13 Jan, 2004 4 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