1. 18 Feb, 2006 1 commit
    • unknown's avatar
      Makefile.am: · 3470647a
      unknown authored
        Add an extra -lpthread before first -lc, to solve link
        problems when statically linking with glibc 2.2.5
      make_win_src_distribution.sh:
        Added copying of the include/mysql directory
      
      
      scripts/make_win_src_distribution.sh:
        Added copying of the include/mysql directory
      client/Makefile.am:
        Add redundant CLIENT_THREAD_LIBS to LDADD, to make -lpthread go before
        -lc, required for the static linking with glibc 2.2.5 to work.
      3470647a
  2. 17 Feb, 2006 19 commits
    • unknown's avatar
      mysql-test-run.sh: · 8c62b871
      unknown authored
        Set the ndbcluster slave port (bug#16780)
      disabled.def:
        Disabled 'mysqldump' until bug 17443 is closed
      
      
      mysql-test/t/disabled.def:
        Disabled 'mysqldump' until bug 17443 is closed
      mysql-test/mysql-test-run.sh:
        Set the ndbcluster slave port (bug#16780)
      8c62b871
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · 428c2a81
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
      
      
      428c2a81
    • unknown's avatar
      mysqld.vcproj, mysqlserver.vcproj, libmysqld.vcproj: · 6ddd9dd9
      unknown authored
        Changed default server to include all engines except BDB
      
      
      VC++Files/libmysqld/libmysqld.vcproj:
        Changed default server to include all engines except BDB
      VC++Files/mysqlserver/mysqlserver.vcproj:
        Changed default server to include all engines except BDB
      VC++Files/sql/mysqld.vcproj:
        Changed default server to include all engines except BDB
      6ddd9dd9
    • unknown's avatar
      Bug#17382 mysql-test-run mysqldump fails with mysqlimport: Error:client run out of memory · 0c7568f1
      unknown authored
       - Disable --use-threads option in 5.1.7
      
      
      client/mysqlimport.c:
        Disable --use-threads option
      mysql-test/r/mysqldump.result:
        Update test result
      mysql-test/t/mysqldump.test:
        Disable test for --use-threads
      0c7568f1
    • unknown's avatar
      mysql.spec.sh: · 62e514d6
      unknown authored
        Only install a subset of shared libraries created
      
      
      support-files/mysql.spec.sh:
        Only install a subset of shared libraries created
      62e514d6
    • unknown's avatar
      mysql-test-run.pl: · 6fc3a3d9
      unknown authored
        Added --comment=<string> option
      
      
      mysql-test/mysql-test-run.pl:
        Added --comment=<string> option
      6fc3a3d9
    • unknown's avatar
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · d3840054
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new.16234
      
      
      d3840054
    • unknown's avatar
      merging · 2d714129
      unknown authored
      2d714129
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 423f1340
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new.16234
      
      
      423f1340
    • unknown's avatar
      WL#2645 (CHECK FOR UPGRADE) · ca417a74
      unknown authored
      5.1-related fixes
      
      
      BitKeeper/etc/ignore:
        Added scripts/mysql_upgrade to the ignore list
      sql/ha_partition.cc:
        ha_check and ha_repair now to be called
      sql/handler.cc:
        code modified to be 5.1 compliant
      ca417a74
    • unknown's avatar
      upgrade.result, upgrade.test: · 36a0a13d
      unknown authored
        new file:
        Adding a test case for "Migration tool for 5.1 table name encoding"
      
      
      36a0a13d
    • unknown's avatar
      client_priv.h: · 83c1f257
      unknown authored
        Sorry, forgot to push in the previous changeset.
      
      
      client/client_priv.h:
        Sorry, forgot to push in the previous changeset.
      83c1f257
    • unknown's avatar
      mysqlcheck.c: · 5a26706d
      unknown authored
        WL#3046  Migration tool for 5.1 table-name encoding
      
      
      client/mysqlcheck.c:
        WL#3046  Migration tool for 5.1 table-name encoding
      5a26706d
    • unknown's avatar
      reported bugs and disabled corresponding tests · 4e5c55e5
      unknown authored
      disabled non deterministic test
      
      
      4e5c55e5
    • unknown's avatar
      Merging 5.0->5.1 · 53cf5e60
      unknown authored
      
      include/myisam.h:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/lex.h:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      include/my_base.h:
        merging
      scripts/Makefile.am:
        merging
      sql/handler.cc:
        merging
      sql/share/errmsg.txt:
        merging
      sql/sql_yacc.yy:
        merging
      53cf5e60
    • unknown's avatar
      Merge mysql.com:/home/hf/work/mysql-5.0.clean · aec6b176
      unknown authored
      into mysql.com:/home/hf/work/mysql-5.1.w2645
      
      
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/r/myisam.result:
        Auto merged
      aec6b176
    • unknown's avatar
      Merge bk@192.168.21.1:mysql-5.0 · 96b44493
      unknown authored
      into mysql.com:/home/hf/work/mysql-5.0.w2645
      
      
      sql/sql_table.cc:
        Auto merged
      96b44493
    • unknown's avatar
      WL#2645 (CHECK TABLE FOR UPGRADE) · bf840404
      unknown authored
      necessary implementation in the server
      mysql_upgrade script added
      
      
      client/mysqlcheck.c:
        --check-upgrade option added
      include/my_base.h:
        errcode added
      include/myisam.h:
        option added
      scripts/Makefile.am:
        mysql_upgrade script added
      sql/handler.cc:
        checks for old types/bugs added
      sql/handler.h:
        declarations regarding checks for upgrade
      sql/lex.h:
        sym added
      sql/share/errmsg.txt:
        error message added
      sql/slave.cc:
        now ha_repair is for public use
      sql/sql_table.cc:
        upgrade in ha_repair implemented
      sql/sql_yacc.yy:
        CHECK ... FOR UPGRADE added to syntax
      bf840404
  3. 16 Feb, 2006 20 commits