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:
parent
6fb7406eba
commit
e853009f49
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user