~james-page/ubuntu/precise/mysql-5.5/misc-fixes

« back to all changes in this revision

Viewing changes to include/violite.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-06-11 07:34:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611073433-l9za2ni4ipp848y3
Tags: 5.5.24-0ubuntu0.12.04.1
* SECURITY UPDATE: Update to 5.5.24 to fix security issues (LP: #1011371)
  - http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
#define HANDLE void *
60
60
#endif /* __WIN__ */
61
61
 
 
62
/* backport from 5.6 where it is part of PSI, not vio_*() */
 
63
int     mysql_socket_shutdown(my_socket mysql_socket, int how);
 
64
 
62
65
void    vio_delete(Vio* vio);
63
66
int     vio_close(Vio* vio);
64
67
void    vio_reset(Vio* vio, enum enum_vio_type type,