From f7a6c9c0e73dcf4f037974ac4cc06da4a6a13c2f Mon Sep 17 00:00:00 2001 From: "gweir@work.mysql.com" <> Date: Wed, 5 Feb 2003 03:40:07 +0100 Subject: [PATCH] Many files: new file .del-overlay.tar.gz~5bd3087e191e7574: Delete: netware/overlay.tar.gz --- netware/isamchk.def | 10 ++++++ netware/isamlog.def | 9 +++++ netware/libmysql.def | 10 ++++++ netware/libmysqld.def | 65 ++++++++++++++++++++++++++++++++++ netware/my_print_defaults.def | 9 +++++ netware/myisamchk.def | 10 ++++++ netware/myisamlog.def | 9 +++++ netware/myisampack.def | 9 +++++ netware/mysql.def | 11 ++++++ netware/mysql_install.def | 9 +++++ netware/mysql_install_db.def | 10 ++++++ netware/mysql_test_run.def | 10 ++++++ netware/mysqladmin.def | 10 ++++++ netware/mysqlbinlog.def | 9 +++++ netware/mysqlcheck.def | 9 +++++ netware/mysqld.def | 12 +++++++ netware/mysqld_safe.def | 10 ++++++ netware/mysqldump.def | 9 +++++ netware/mysqlimport.def | 9 +++++ netware/mysqlshow.def | 10 ++++++ netware/mysqltest.def | 9 +++++ netware/overlay.tar.gz | Bin 2334 -> 0 bytes netware/pack_isam.def | 9 +++++ netware/perror.def | 9 +++++ netware/replace.def | 9 +++++ netware/resolveip.def | 9 +++++ 26 files changed, 294 insertions(+) create mode 100644 netware/isamchk.def create mode 100644 netware/isamlog.def create mode 100644 netware/libmysql.def create mode 100644 netware/libmysqld.def create mode 100644 netware/my_print_defaults.def create mode 100644 netware/myisamchk.def create mode 100644 netware/myisamlog.def create mode 100644 netware/myisampack.def create mode 100644 netware/mysql.def create mode 100644 netware/mysql_install.def create mode 100644 netware/mysql_install_db.def create mode 100644 netware/mysql_test_run.def create mode 100644 netware/mysqladmin.def create mode 100644 netware/mysqlbinlog.def create mode 100644 netware/mysqlcheck.def create mode 100644 netware/mysqld.def create mode 100644 netware/mysqld_safe.def create mode 100644 netware/mysqldump.def create mode 100644 netware/mysqlimport.def create mode 100644 netware/mysqlshow.def create mode 100644 netware/mysqltest.def delete mode 100644 netware/overlay.tar.gz create mode 100644 netware/pack_isam.def create mode 100644 netware/perror.def create mode 100644 netware/replace.def create mode 100644 netware/resolveip.def diff --git a/netware/isamchk.def b/netware/isamchk.def new file mode 100644 index 00000000000..4ac6c6781c7 --- /dev/null +++ b/netware/isamchk.def @@ -0,0 +1,10 @@ +#------------------------------------------------------------------------------ +# ISAM Check +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL ISAM Table Check Tool" +VERSION 4, 0 +STACKSIZE 65536 +#DEBUG + diff --git a/netware/isamlog.def b/netware/isamlog.def new file mode 100644 index 00000000000..e87dafc6cb5 --- /dev/null +++ b/netware/isamlog.def @@ -0,0 +1,9 @@ +#------------------------------------------------------------------------------ +# ISAM Log +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "ISAM Log" +VERSION 4, 0 +DEBUG + diff --git a/netware/libmysql.def b/netware/libmysql.def new file mode 100644 index 00000000000..f995eb8a496 --- /dev/null +++ b/netware/libmysql.def @@ -0,0 +1,10 @@ +#------------------------------------------------------------------------------ +# MySQL Client +#------------------------------------------------------------------------------ +MODULE libc.nlm +EXPORT @libmysql.imp +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Client Library" +VERSION 4, 0 +AUTOUNLOAD +#DEBUG diff --git a/netware/libmysqld.def b/netware/libmysqld.def new file mode 100644 index 00000000000..c6615ee971c --- /dev/null +++ b/netware/libmysqld.def @@ -0,0 +1,65 @@ +LIBRARY LIBMYSQLD +DESCRIPTION 'MySQL 4.0 Embedded Server Library' +VERSION 4.0 +EXPORTS + mysql_server_end + mysql_server_init + mysql_use_result + mysql_thread_safe + mysql_thread_id + mysql_store_result + mysql_stat + mysql_shutdown + mysql_select_db + mysql_row_tell + mysql_row_seek + mysql_real_query + mysql_real_connect + mysql_query + mysql_ping + mysql_options + mysql_num_rows + mysql_num_fields + mysql_list_tables + mysql_list_processes + mysql_list_fields + mysql_list_dbs + mysql_kill + mysql_insert_id + mysql_init + mysql_info + mysql_get_server_info + mysql_get_proto_info + mysql_get_host_info + mysql_get_client_info + mysql_free_result + mysql_field_tell + mysql_field_count + mysql_field_seek + mysql_fetch_row + mysql_fetch_lengths + mysql_fetch_fields + mysql_fetch_field_direct + mysql_fetch_field + mysql_escape_string + mysql_real_escape_string + mysql_error + mysql_errno + mysql_eof + mysql_dump_debug_info + mysql_drop_db + mysql_debug + mysql_data_seek + mysql_create_db + mysql_character_set_name + mysql_change_user + mysql_connect + mysql_close + mysql_affected_rows + mysql_thread_init + mysql_thread_end + mysql_send_query + mysql_read_query_result + mysql_refresh + mysql_odbc_escape_string + myodbc_remove_escape diff --git a/netware/my_print_defaults.def b/netware/my_print_defaults.def new file mode 100644 index 00000000000..384b705bead --- /dev/null +++ b/netware/my_print_defaults.def @@ -0,0 +1,9 @@ +#------------------------------------------------------------------------------ +# My Print Defaults +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Print Defaults Tool" +VERSION 4, 0 +#DEBUG + diff --git a/netware/myisamchk.def b/netware/myisamchk.def new file mode 100644 index 00000000000..b9de47facc3 --- /dev/null +++ b/netware/myisamchk.def @@ -0,0 +1,10 @@ +#------------------------------------------------------------------------------ +# MyISAM Check +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL MyISAM Table Check Tool" +VERSION 4, 0 +STACKSIZE 65536 +#DEBUG + diff --git a/netware/myisamlog.def b/netware/myisamlog.def new file mode 100644 index 00000000000..f2b42757b34 --- /dev/null +++ b/netware/myisamlog.def @@ -0,0 +1,9 @@ +#------------------------------------------------------------------------------ +# MyISAM Log +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL MyISAM Table Log Tool" +VERSION 4, 0 +#DEBUG + diff --git a/netware/myisampack.def b/netware/myisampack.def new file mode 100644 index 00000000000..ada7c869243 --- /dev/null +++ b/netware/myisampack.def @@ -0,0 +1,9 @@ +#------------------------------------------------------------------------------ +# MyISAM Pack +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL MyISAM Table Pack Tool" +VERSION 4, 0 +#DEBUG + diff --git a/netware/mysql.def b/netware/mysql.def new file mode 100644 index 00000000000..3947252a097 --- /dev/null +++ b/netware/mysql.def @@ -0,0 +1,11 @@ +#------------------------------------------------------------------------------ +# MySQL Client +#------------------------------------------------------------------------------ +MODULE libc.nlm +SCREENNAME "MySQL Monitor" +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Monitor" +VERSION 4, 0 +MULTIPLE +#DEBUG + diff --git a/netware/mysql_install.def b/netware/mysql_install.def new file mode 100644 index 00000000000..2c2819ec6af --- /dev/null +++ b/netware/mysql_install.def @@ -0,0 +1,9 @@ +#------------------------------------------------------------------------------ +# My Print Defaults +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2003 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Install Tool" +VERSION 4, 0 +#DEBUG + diff --git a/netware/mysql_install_db.def b/netware/mysql_install_db.def new file mode 100644 index 00000000000..448e5a44635 --- /dev/null +++ b/netware/mysql_install_db.def @@ -0,0 +1,10 @@ +#------------------------------------------------------------------------------ +# MySQL Install DB +#------------------------------------------------------------------------------ +MODULE libc.nlm +SCREENNAME "MySQL Install" +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Initial Database Installer" +VERSION 4, 0 +#DEBUG + diff --git a/netware/mysql_test_run.def b/netware/mysql_test_run.def new file mode 100644 index 00000000000..b30139e5526 --- /dev/null +++ b/netware/mysql_test_run.def @@ -0,0 +1,10 @@ +#------------------------------------------------------------------------------ +# MySQL Test Run +#------------------------------------------------------------------------------ +MODULE libc.nlm +STACKSIZE 65536 +SCREENNAME "MySQL Test Run" +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Test Run" +VERSION 4, 0 +#DEBUG diff --git a/netware/mysqladmin.def b/netware/mysqladmin.def new file mode 100644 index 00000000000..750d2231888 --- /dev/null +++ b/netware/mysqladmin.def @@ -0,0 +1,10 @@ +#------------------------------------------------------------------------------ +# MySQL Admin +#------------------------------------------------------------------------------ +MODULE libc.nlm +SCREENNAME "MySQL Admin" +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Admin Tool" +VERSION 4, 0 +#DEBUG + diff --git a/netware/mysqlbinlog.def b/netware/mysqlbinlog.def new file mode 100644 index 00000000000..a5ed40bf7fc --- /dev/null +++ b/netware/mysqlbinlog.def @@ -0,0 +1,9 @@ +#------------------------------------------------------------------------------ +# MySQL Binary Log +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Binary Log Dump Tool" +VERSION 4, 0 +#DEBUG + diff --git a/netware/mysqlcheck.def b/netware/mysqlcheck.def new file mode 100644 index 00000000000..98029cab416 --- /dev/null +++ b/netware/mysqlcheck.def @@ -0,0 +1,9 @@ +#------------------------------------------------------------------------------ +# MySQL Client +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Check Tool" +VERSION 4, 0 +#DEBUG + diff --git a/netware/mysqld.def b/netware/mysqld.def new file mode 100644 index 00000000000..d2ee41955ba --- /dev/null +++ b/netware/mysqld.def @@ -0,0 +1,12 @@ +#------------------------------------------------------------------------------ +# MySQL Server +#------------------------------------------------------------------------------ +MODULE libc.nlm +XDCDATA mysqld.xdc +COPYRIGHT "(c) 2003 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Database Server" +VERSION 4, 0 +MULTIPLE +STACKSIZE 65536 +#DEBUG + diff --git a/netware/mysqld_safe.def b/netware/mysqld_safe.def new file mode 100644 index 00000000000..36a8c1cd89e --- /dev/null +++ b/netware/mysqld_safe.def @@ -0,0 +1,10 @@ +#------------------------------------------------------------------------------ +# MySQLd Safe +#------------------------------------------------------------------------------ +MODULE libc.nlm +SCREENNAME "MySQL Database Server" +COPYRIGHT "(c) 2003 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Database Server Monitor" +VERSION 4, 0 +#DEBUG + diff --git a/netware/mysqldump.def b/netware/mysqldump.def new file mode 100644 index 00000000000..2de489762b2 --- /dev/null +++ b/netware/mysqldump.def @@ -0,0 +1,9 @@ +#------------------------------------------------------------------------------ +# MySQL Admin +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Dump Tool" +VERSION 4, 0 +#DEBUG + diff --git a/netware/mysqlimport.def b/netware/mysqlimport.def new file mode 100644 index 00000000000..35673c94391 --- /dev/null +++ b/netware/mysqlimport.def @@ -0,0 +1,9 @@ +#------------------------------------------------------------------------------ +# MySQL Client +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Import Tool" +VERSION 4, 0 +#DEBUG + diff --git a/netware/mysqlshow.def b/netware/mysqlshow.def new file mode 100644 index 00000000000..2629ae38974 --- /dev/null +++ b/netware/mysqlshow.def @@ -0,0 +1,10 @@ +#------------------------------------------------------------------------------ +# MySQL Show +#------------------------------------------------------------------------------ +MODULE libc.nlm +SCREENNAME "MySQL Show" +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Show Tool" +VERSION 4, 0 +#DEBUG + diff --git a/netware/mysqltest.def b/netware/mysqltest.def new file mode 100644 index 00000000000..3f6bc631244 --- /dev/null +++ b/netware/mysqltest.def @@ -0,0 +1,9 @@ +#------------------------------------------------------------------------------ +# MySQL Admin +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Test Case Tool" +VERSION 4, 0 +#DEBUG + diff --git a/netware/overlay.tar.gz b/netware/overlay.tar.gz deleted file mode 100644 index bff2118b458a8a2bac3bb7ea270c7ae2c78dcb0c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2334 zcmV+(3E}o1iwFqD?K(aJ18;U^a%^FFE_7jX0PS6EZ{s!+PWz>Z?@NCI&s(6^Yn8}) zb5S6`IktCe)OK9kDYC@^f=to25Lr|ydXxP7qa;hwOA_w}k!%SZAh9%}NRh*5hUAPW zXj{mk=O;yyC@NyRt+HQHY->vDcSk3T(b7~+(^~S0*lH=7bOO|q5@_pDg8*<8?; zkZ#}giV_Uvzj^TfvCmAjEJXe-QPeVWPs(3a+JXF4t=-l%))!i`+|o{f$mL%+y%XM) z8t=g9VfN<`bc24?c_?KD|$A6XaKVyCA0Ly=Vv1P6P`DImJCnWJtkw*`L|5hu9 zf05gNKK?%v^FL>}0A0gFH5>t;drFLA!#`dV{~=3l9{*9E`~&r`TMlar`|ZO(_UnH& zls`)-D~hlGSwGNoO|F@#}pY*5Gt7%O@-}i9= zy4XYv`5q*e>*racF+hlaf?V5xs2~NffBc`d|FR;<9RJnC|1|7NwORYQr%{zQ$f=zZ zD8j#o?a#<6B>dwG?7x&<{}s9YuP*+Bz61u7x_Eyl=f7i*I>rXYm8*>wusmZ^@bd3# z)_+^F%GZBOlfVBDu5S-E|C4j?|49n>|5sH14`!WF7%^KH{qI+3ZY*r{d?4^_-s%1^ z8~oh|nySiLb&Nrb|3cpU`7-<~?cDm0r1JS+mGNJP_kN;^WT0Mypx-S1T?5|g{!uX+ zU_bt|@qeUQQ7fdlBB5F^V~H{>>oFsWN%lS_%g5vOmYVp^c`VpQkm}|lVi0_%Q#M#go_h%0#^=be z^?$aAJft`fI}Xbz;-wO}ma~eEao{TUqElzP@k>aZFD+!7F~_z%s#AZRA4?MYs^Z`GQ&3tQtTx`SxE(t zpKAV)1M$|$BudI;i6~tA?U-iR$XU^~mu9A0D8bWBizFnNxDv6D2Mrgo?nDv-4W$3% zl^}X1apJ@^M|c?>`fpe3CR%J)skSi*b`za4ND!YG)JRnyvS*+uksPiKVnE6y=CP*t zT@;Bc&IF{kN*?Kck1* zd4P6Rs-q7mh5v$lK>OqW+WGxo`24Th_^;2-Zz=Tq`@hvG1Tckv-w$+%{oiu&|B5Ve z{8tWY#r#k6{l9$vSDyT%)&GNx|J0oRZ)rUKyR!Pf z#QncQcLVre+8TD}Mv9oLQ>@}fJsah4`Co(NI^f#Aow0qs`} z2n&pDfE^$ZWE=Ooi!FyD;sK#|J?raN!=C>BdffGKH;Z$;x!G6d%}u`4pMU;>a-$rE zy`YGoaUOYbrpTeJS@fZ`=uTJ$tZX2ldyDQ^*rOqDX&WmKxE|V?*d+*Uf?&Zo!!gV2 zeCv@wG|*+~-N$QsccQ<4KEbpz9u6)qehbfLbEci5le6;}>_8Cw=)DVzRa$VNup0+} zAO0IA6@)vBuJM)%CWct8aq7xghqC-FObL%w_Tx0M9 z>&XrDnT^PTBOX5X0=cZ=;O+5!|F_N8|I3uW!H|A_Jo0DupUb}#D)`l}*WzE~@t@_% zzo6HCzGD8L+y6u4`~O#a{vWP`7c~0^@$CPm*X?!Y9kA=d_a;2dg8y^h|33Pd&;25--?P8(Mw37EOJfyX``2h5 zxcR_%IQr7^zTs0YPMkP#;>3v)Cr+F=apJ^@6DLlbIC0{{i4!MIoC>4=1HR|>o&cZ# E09O*uegFUf diff --git a/netware/pack_isam.def b/netware/pack_isam.def new file mode 100644 index 00000000000..f22eb13da39 --- /dev/null +++ b/netware/pack_isam.def @@ -0,0 +1,9 @@ +#------------------------------------------------------------------------------ +# Pack ISAM +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "Pack ISAM" +VERSION 4, 0 +DEBUG + diff --git a/netware/perror.def b/netware/perror.def new file mode 100644 index 00000000000..8c604b2b92b --- /dev/null +++ b/netware/perror.def @@ -0,0 +1,9 @@ +#------------------------------------------------------------------------------ +# PERROR +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Error Code Description Tool" +VERSION 4, 0 +#DEBUG + diff --git a/netware/replace.def b/netware/replace.def new file mode 100644 index 00000000000..1e6955d3939 --- /dev/null +++ b/netware/replace.def @@ -0,0 +1,9 @@ +#------------------------------------------------------------------------------ +# Replace +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL Text Replacement Tool" +VERSION 4, 0 +#DEBUG + diff --git a/netware/resolveip.def b/netware/resolveip.def new file mode 100644 index 00000000000..f09a5bb915b --- /dev/null +++ b/netware/resolveip.def @@ -0,0 +1,9 @@ +#------------------------------------------------------------------------------ +# Resolve IP +#------------------------------------------------------------------------------ +MODULE libc.nlm +COPYRIGHT "(c) 2002 Novell, Inc. Portions (c) 2002 MySQL AB. All Rights Reserved." +DESCRIPTION "MySQL IP/Hostname Resolve Tool" +VERSION 4, 0 +#DEBUG +