diff options
author | unknown <kent@mysql.com> | 2005-12-19 01:12:11 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-12-19 01:12:11 +0100 |
commit | 2a5aa3f2517dfe9c5cca25f6770e5e7a10ed0270 (patch) | |
tree | 7fe7eb6943c6f9191e798286ee04f5e2cd4b0e48 /netware | |
parent | a5ecdebac3b38ca7948d9db774107d6a35a41726 (diff) | |
download | mariadb-git-2a5aa3f2517dfe9c5cca25f6770e5e7a10ed0270.tar.gz |
mysql.spec.sh, make_binary_distribution.sh, Makefile.am, mysql.sln:
Added "client/mysqlslap"
mysqlslap.vcproj, mysqlslap.def:
new file
VC++Files/mysql.sln:
Added "client/mysqlslap"
netware/Makefile.am:
Added "client/mysqlslap"
scripts/make_binary_distribution.sh:
Added "client/mysqlslap"
support-files/mysql.spec.sh:
Added "client/mysqlslap"
Diffstat (limited to 'netware')
-rw-r--r-- | netware/Makefile.am | 3 | ||||
-rw-r--r-- | netware/mysqlslap.def | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am index ab88d97f9bc..fdf4023aef2 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -29,6 +29,7 @@ netware_build_files = client/mysql.def client/mysqladmin.def \ client/mysqlbinlog.def client/mysqlcheck.def \ client/mysqldump.def client/mysqlimport.def \ client/mysqlshow.def client/mysqltest.def \ + client/mysqlslap.def \ extra/mysql_install.def extra/my_print_defaults.def \ extra/perror.def extra/replace.def \ extra/resolveip.def extra/comp_err.def \ @@ -56,7 +57,7 @@ EXTRA_DIST= comp_err.def init_db.sql install_test_db.ncf \ mysql_test_run.def mysql_waitpid.def mysqladmin.def \ mysqlbinlog.def mysqlcheck.def mysqld.def \ mysqld_safe.c mysqld_safe.def mysqldump.def mysqlimport.def \ - mysqlshow.def mysqltest.def perror.def \ + mysqlshow.def mysqltest.def mysqlslap.def perror.def \ replace.def resolve_stack_dump.def resolveip.def test_db.sql \ static_init_db.sql \ BUILD/apply-patch BUILD/compile-AUTOTOOLS \ diff --git a/netware/mysqlslap.def b/netware/mysqlslap.def new file mode 100644 index 00000000000..be10f9db192 --- /dev/null +++ b/netware/mysqlslap.def @@ -0,0 +1,11 @@ +#------------------------------------------------------------------------------ +# MySQL Slap +#------------------------------------------------------------------------------ +MODULE libc.nlm +SCREENNAME "MySQL Slap[scrollable]" +COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Slap Tool" +VERSION 4, 0 +XDCDATA ../netware/mysql.xdc +#DEBUG + |