~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to include/mysql_com.h

  • Committer: sasha at sashanet
  • Date: 2001-04-12 01:09:00 UTC
  • mfrom: (669.1.1)
  • Revision ID: sp1r-sasha@mysql.sashanet.com-20010412010900-14282
Ugly merge of 3.23 changes into 4.0 - fix up needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
int     net_write_command(NET *net,unsigned char command,const char *packet,
166
166
                          unsigned long len);
167
167
int     net_real_write(NET *net,const char *packet,unsigned long len);
168
 
unsigned int    my_net_read(NET *net);
 
168
unsigned long my_net_read(NET *net);
169
169
 
170
170
struct rand_struct {
171
171
  unsigned long seed1,seed2,max_value;