1. 13 May, 2005 8 commits
    • unknown's avatar
      Fix wrong format specifier in error messages. · 752372f6
      unknown authored
      Not to be pushed into 5.0 as there it's fixed differently (in the new
      format of error messages)
      
      
      sql/share/danish/errmsg.txt:
        Fix wrong format specifier in an error message.
      sql/share/serbian/errmsg.txt:
        Fix wrong format specifier in an error message.
      752372f6
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · e571163e
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      e571163e
    • unknown's avatar
      sql/ha_blackhole.cc · c3f73a42
      unknown authored
          bug#10175 - blackhole.test hangs with "Warning: prev link 1 didn't point at previous lock at read: read lock with no write locks"
      sql/sql_base.cc
          libmysqld/examples/mysql.cc linking problem
      
      
      sql/ha_blackhole.cc:
        bug#10175 - blackhole.test hangs with "Warning: prev link 1 didn't point at previous lock at read: read lock with no write locks"
      sql/sql_base.cc:
        libmysqld/examples/mysql.cc linking problem
      c3f73a42
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 2b518223
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      2b518223
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-9603 · c4dcc43e
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      c4dcc43e
    • unknown's avatar
      row0mysql.c: · c4a1210f
      unknown authored
        InnoDB wrongly complained in the .err log that MySQL is trying to drop a non-existent table, if tablespace ran out (Bug #10607)
      
      
      innobase/row/row0mysql.c:
        InnoDB wrongly complained in the .err log that MySQL is trying to drop a non-existent table, if tablespace ran out (Bug #10607)
      c4a1210f
    • unknown's avatar
      92cb62c8
    • unknown's avatar
      added function mysql_set_character_set (reviewed by Monty) · 29f3f4a2
      unknown authored
      as a work around for #8317 and #9637
      
      This function sends SET NAMES command and changes mysql->charset
      so mysql_real_escape_string will work as expected.
      
      
      libmysql/libmysql.def:
        added new function mysql_set_character_set
      29f3f4a2
  2. 12 May, 2005 1 commit
    • unknown's avatar
      If the system is under high load 'show full processlist' might report the · cbbc4ff6
      unknown authored
      process of the predecessing test case instead of the current test case. 
      Shifting the command to the end of the current test case should avoid this problem. 
      
      
      mysql-test/r/ps_grant.result:
        Updated result
      mysql-test/t/ps_grant.test:
        Shift ' show full processlist ' to the end of the test script
      cbbc4ff6
  3. 10 May, 2005 10 commits
  4. 09 May, 2005 21 commits