""" MySQL Constants --------------- Various constants used by the MySQL client/server protocol. """ __all__ = ['CR', 'FIELD_TYPE','CLIENT','REFRESH','ER','FLAG'] __revision__ = "$Revision: 489 $"[11:-2] __author__ = "$Author: adustman $"[9:-2]