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/mysqlslap.def | |
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/mysqlslap.def')
-rw-r--r-- | netware/mysqlslap.def | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |