Move constants to external package.

This commit is contained in:
adustman
2001-03-12 01:27:45 +00:00
parent 89dc243327
commit 05bbca4215
8 changed files with 307 additions and 275 deletions

View File

@ -0,0 +1,14 @@
LONG_PASSWORD = 1
FOUND_ROWS = 2
LONG_FLAG = 4
CONNECT_WITH_DB = 8
NO_SCHEMA = 16
COMPRESS = 32
ODBC = 64
LOCAL_FILES = 128
IGNORE_SPACE = 256
CHANGE_USER = 512
INTERACTIVE = 1024
SSL = 2048
IGNORE_SIGPIPE = 4096
TRANSACTIONS = 8196