• unknown's avatar
    Adding thread support for mysqlimport. You can now specify a number of threads... · b8d179f3
    unknown authored
    Adding thread support for mysqlimport. You can now specify a number of threads to use and it will thread the loading of the database. Anyone who has had to go through the pain of loading the database will immediatly get the reason for this.
    
    
    client/Makefile.am:
      Adding client_thread_libs for mysqlimport (aka it gets pthreads)
    client/client_priv.h:
      New option
    client/mysqlimport.c:
      Reworked logic to allow someone to use threads.
    mysql-test/r/mysqldump.result:
      New results
    mysql-test/t/mysqldump.test:
      Added tests for threads.
    b8d179f3
Makefile.am 3.4 KB