mariadb/extra
unknown 1c64f355b4 One should not only have to include my_net.h to work with sockets.
This wrapper noew will include all the necessary, system specific files,
which makes all normal source files much easier to write and maintain.
Portability fixes.


Docs/manual.texi:
  Updated upgrading from 3.23 -> 4.0
client/mysqladmin.c:
  Portability fixes
client/mysqlshow.c:
  Portability fixes
extra/resolveip.c:
  Portability fixes
include/my_global.h:
  Portability fixes
include/my_net.h:
  One should not only have to include my_net.h to work with sockets.
  This wrapper noew will include all the necessary, system specific files,
  which makes all normal source files much easier to write and maintain.
include/mysql_com.h:
  Portability fixes
libmysql/net.c:
  Portability fixes
libmysqld/lib_vio.c:
  Portability fixes
mysql-test/r/drop.result:
  Fix crashed tests
mysql-test/r/err000001.result:
  Fix crashed tests
mysql-test/r/innodb.result:
  Fix crashed tests
mysql-test/r/overflow.result:
  Fix crashed tests
sql/net_serv.cc:
  Use new my_net.h
vio/vio.c:
  Use new my_net.h
vio/viosocket.c:
  Use new my_net.h
vio/viossl.c:
  Use new my_net.h
2001-10-09 03:35:29 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
comp_err.c Changed to use my_global.h 2001-09-14 02:54:33 +03:00
Makefile.am Added resovle_stack_dump 2001-01-05 15:04:15 -07:00
my_print_defaults.c Changed to use my_global.h 2001-09-14 02:54:33 +03:00
perror.c Merge work.mysql.com:/home/bk/mysql 2001-09-18 04:17:52 +02:00
replace.c Changed to use my_global.h 2001-09-14 02:54:33 +03:00
resolve_stack_dump.c Changed to use my_global.h 2001-09-14 02:54:33 +03:00
resolveip.c One should not only have to include my_net.h to work with sockets. 2001-10-09 03:35:29 +03:00