1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

fixes for MYSQL manager

This commit is contained in:
sasha@mysql.sashanet.com
2001-09-19 14:30:43 -06:00
parent 15587cd1ec
commit 2038a46e92
17 changed files with 325 additions and 58 deletions

View File

@ -164,6 +164,8 @@ int net_write_command(NET *net,unsigned char command,const char *packet,
unsigned long len);
int net_real_write(NET *net,const char *packet,unsigned long len);
unsigned long my_net_read(NET *net);
int my_connect(my_socket s, const struct sockaddr *name, uint namelen,
uint timeout);
struct rand_struct {
unsigned long seed1,seed2,max_value;