1. 10 Mar, 2003 2 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-3.23 · ea826f21
      unknown authored
      into narttu.mysql.fi:/my/mysql-3.23
      
      
      ea826f21
    • unknown's avatar
      Don't allow BACKUP TABLE to overwrite files · 68ae3653
      unknown authored
      Fixed memory leak when replication restarts in debug mode
      
      
      include/my_sys.h:
        Added option to not overwrite files to my_copy()
      mysql-test/mysql-test-run.sh:
        Fixed --ddd option
        Fixed that mysqld is restarted if there is a testname-master.sh file
      mysql-test/r/backup.result:
        Update for security fix in BACKUP TABLE
      mysql-test/t/backup.test:
        Update for security fix in BACKUP TABLE
      mysys/my_copy.c:
        Added option to not overwrite files to my_copy()
      sql/ha_myisam.cc:
        Don't allow BACKUP TABLE to overwrite files
      sql/slave.cc:
        Fixed problem with --debug output from 'handle_slave'
        Fixed memory leak when replication restarts in debug mode
      68ae3653
  2. 09 Mar, 2003 2 commits
  3. 08 Mar, 2003 2 commits
  4. 07 Mar, 2003 1 commit
  5. 05 Mar, 2003 2 commits
  6. 04 Mar, 2003 3 commits
  7. 03 Mar, 2003 2 commits
  8. 28 Feb, 2003 3 commits
  9. 26 Feb, 2003 2 commits
  10. 25 Feb, 2003 4 commits
    • unknown's avatar
      change 'slave-master-info.opt' to .slave-mi to avoid problems with long filenames on some OS · 21f2382b
      unknown authored
      
      mysql-test/t/rpl_rotate_logs.slave-mi:
        Rename: mysql-test/t/rpl_rotate_logs-slave-master-info.opt -> mysql-test/t/rpl_rotate_logs.slave-mi
      mysql-test/t/rpl000015.slave-mi:
        Rename: mysql-test/t/rpl000015-slave-master-info.opt -> mysql-test/t/rpl000015.slave-mi
      21f2382b
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql · 469c998b
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql
      
      
      sql/share/polish/errmsg.txt:
        Auto merged
      469c998b
    • unknown's avatar
      Fixed "syntax" errors in text message files. · 0d3b0c39
      unknown authored
      Ensured that all errors messages ends with: ",
      
      
      sql/share/czech/errmsg.txt:
        Fixed new line terminations
      sql/share/danish/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/dutch/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/english/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/estonian/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/french/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/german/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/greek/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/hungarian/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/italian/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/japanese/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/korean/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/norwegian-ny/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/norwegian/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/polish/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/portuguese/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/romanian/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/russian/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/slovak/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/spanish/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/swedish/errmsg.txt:
        Fixed "syntax" errors.
      sql/share/ukrainian/errmsg.txt:
        Fixed "syntax" errors.
      0d3b0c39
    • unknown's avatar
      Indentation cleanup · cf417ede
      unknown authored
      cf417ede
  11. 21 Feb, 2003 2 commits
    • unknown's avatar
      ibuf0ibuf.c: · 283a8a16
      unknown authored
        Add diagnostic prints if insert buffer merge is tried to a page whose type is not an index page, try to recover from the situation by discarding the insert buffer records
      
      
      innobase/ibuf/ibuf0ibuf.c:
        Add diagnostic prints if insert buffer merge is tried to a page whose type is not an index page, try to recover from the situation by discarding the insert buffer records
      283a8a16
    • unknown's avatar
      Merge sinisa@work.mysql.com:/home/bk/mysql · ed47a1da
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql
      
      
      ed47a1da
  12. 19 Feb, 2003 1 commit
  13. 18 Feb, 2003 2 commits
  14. 16 Feb, 2003 1 commit
  15. 14 Feb, 2003 1 commit
  16. 12 Feb, 2003 4 commits
  17. 11 Feb, 2003 1 commit
    • unknown's avatar
      backporting Peter's fix for better RAND() initialization from 4.0 · 02132f55
      unknown authored
      
      sql/sql_class.cc:
        backporting Peter's fix for better RAND() initialization from 4.0
        to see what it does try
        perl -e 'while($N=shift) { printf "N=%-10d",$N; @b=@c=(); for (1..$N) { @A=split(" ",`mysql -BNe "select rand(), rand(), rand(), rand()"`); for(0..3) { $b[$_]+=$a[$_]; $c[$_]+=$a[$_]*$a[$_]; }} for (0..3) { printf "%15.14f ",($c[$_]-$b[$_]*$b[$_]/$N)/$N } print "\n" }' 10 10 10 100 100 10 100 1000
        before and after the fix
      02132f55
  18. 10 Feb, 2003 2 commits
  19. 08 Feb, 2003 1 commit
  20. 06 Feb, 2003 1 commit
    • unknown's avatar
      A fix for new conditions being defined and upper condition not updated · 82281dff
      unknown authored
      
      mysql-test/r/type_datetime.result:
        result for datetime fix
      mysql-test/t/type_datetime.test:
        test for datetime fix
      sql/sql_select.cc:
        Fix for a bug caused implicitely by MySQL having to comply with 
        ODBC standard on datetime comparisons.
        
        This failed to update used_tables() for OR condition, which is why
        query returned all rows on query as in .test above, while
        none of types contains NULL nor 0 datetime (last one from ODBC)
      82281dff
  21. 05 Feb, 2003 1 commit
    • unknown's avatar
      Small enhancements for Do-compile: · 98b953fd
      unknown authored
       - add version number to build log files (e.g. Logs/build-4.1-standard.log)
       - add host name and uname to Subject line of build failure mails
         (e.g. "Subject: build(Linux): mysql-4.1-standard compilation failed")
      
       -> Please merge with all other trees!
      
      
      Build-tools/Do-compile:
        Small enhancements:
         - add version number to build log files (e.g. Logs/build-4.1-standard.log)
         - add host name and uname to Subject line of build failure mails
           (e.g. "Subject: build(Linux): mysql-4.1-standard compilation failed")
      98b953fd