****************
* Bugs.txt
****************

1) 
Symptom  : msqladm shutdown crashes.
Platform : WIN95 (borland 4.52)
Release  : 1.16a
Reporter : Jim Gerace
Cause    : Forgot 1 WSACleanup() before an exit in msqladm
Status   : Fixed

2)
Symptom  : msqld generates 'Illegal ...' after msqladm shutdown
Platform : WIN95 (borland 4.52)
Release  : 1.16b(exp)
Reporter : pti
Cause    : unknown, probable platform bug : not reproducible using different
           compiler.
Status   : Open

3)
Symptom  : msqld ignores signal() calls 
Platform : WIN95 + WATCOM
Release  : 1.16b(exp)
Reporter : pti
Cause    : unknown, probable compiler bug : testprogram does not work either.
Status   : Open till news from Watcom.

4)
Symptom  : msql does not wait till notepad finishes before executing SQL
           statement
Platform : WIN95 + ANY
Release  : 1.16a
Reporter : pti
Cause    : 'system' call does not wait till spawned process terminates before
           returning. Now 'spawnlp' is used with _P_WAIT option.
Status   : Closed

5)
Symptom  : msql chokes on CR/LF sequences after using the external editor
Platform : WIN95 + ANY
Release  : 1.16b(exp)
Reporter : pti
Cause    : msql_lex.l does not include CR in the whitespace character set.
Status   : Open