missing function

2003-03-30 Thread Martin Gainty
Attempting to compile the 4.1 mysql library I encounter a missing function:
ret = select(0, NULL, NULL, NULL, t) == -1 ?
  __os_get_errno() : 0;
called from os_sleep()
Where is this function?
Thank You,
Martin

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



missing function in library-

2003-03-30 Thread Martin Gainty
In the windows distribution within the example mytest.c
there is a a call to pszT = mysql_stat( myData ) ;
which produces this error
myTest.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED]
Where is the mysql_stat function located?
Thank You,
Martin

- Original Message -
From: Martin Gainty [EMAIL PROTECTED]
To: MySQL List [EMAIL PROTECTED]
Sent: Sunday, March 30, 2003 11:08 AM
Subject: missing function


 Attempting to compile the 4.1 mysql library I encounter a missing
function:
 ret = select(0, NULL, NULL, NULL, t) == -1 ?
   __os_get_errno() : 0;
 called from os_sleep()
 Where is this function?
 Thank You,
 Martin

 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]