diff options
-rw-r--r-- | netware/isamchk.def | 10 | ||||
-rw-r--r-- | netware/isamlog.def | 9 | ||||
-rw-r--r-- | netware/libmysql.def | 10 | ||||
-rw-r--r-- | netware/libmysqld.def | 65 | ||||
-rw-r--r-- | netware/my_print_defaults.def | 9 | ||||
-rw-r--r-- | netware/myisamchk.def | 10 | ||||
-rw-r--r-- | netware/myisamlog.def | 9 | ||||
-rw-r--r-- | netware/myisampack.def | 9 | ||||
-rw-r--r-- | netware/mysql.def | 11 | ||||
-rw-r--r-- | netware/mysql_install.def | 9 | ||||
-rw-r--r-- | netware/mysql_install_db.def | 10 | ||||
-rw-r--r-- | netware/mysql_test_run.def | 10 | ||||
-rw-r--r-- | netware/mysqladmin.def | 10 | ||||
-rw-r--r-- | netware/mysqlbinlog.def | 9 | ||||
-rw-r--r-- | netware/mysqlcheck.def | 9 | ||||
-rw-r--r-- | netware/mysqld.def | 12 | ||||
-rw-r--r-- | netware/mysqld_safe.def | 10 | ||||
-rw-r--r-- | netware/mysqldump.def | 9 | ||||
-rw-r--r-- | netware/mysqlimport.def | 9 | ||||
-rw-r--r-- | netware/mysqlshow.def | 10 | ||||
-rw-r--r-- | netware/mysqltest.def | 9 | ||||
-rw-r--r-- | netware/overlay.tar.gz | bin | 2334 -> 0 bytes | |||
-rw-r--r-- | netware/pack_isam.def | 9 | ||||
-rw-r--r-- | netware/perror.def | 9 | ||||
-rw-r--r-- | netware/replace.def | 9 | ||||
-rw-r--r-- | netware/resolveip.def | 9 |
26 files changed, 294 insertions, 0 deletions
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 Binary files differdeleted file mode 100644 index bff2118b458..00000000000 --- a/netware/overlay.tar.gz +++ /dev/null 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 + |