8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00

Group some global vars in isql (relative to the SET command).

This commit is contained in:
robocop 2014-05-04 05:40:55 +00:00
parent 6fb7406eba
commit e853009f49
2 changed files with 222 additions and 188 deletions

File diff suppressed because it is too large Load Diff

View File

@ -363,6 +363,7 @@ public:
SCHAR global_Db_name[MAXPATHLEN];
SCHAR global_Target_db[MAXPATHLEN];
SCHAR global_Term[MAXTERM_SIZE];
size_t Termlen;
SCHAR User[128];
SCHAR Role[256];
USHORT SQL_dialect;