Skip to content

Commit 02e4e83

Browse files
cincuranetdyemanov
authored andcommitted
CORE-5586 (#98)
1 parent 8717f58 commit 02e4e83

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/isql/isql.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7704,7 +7704,7 @@ static processing_state print_performance(const SINT64* perf_before)
77047704
{
77057705
TEXT report_1[MSG_LENGTH];
77067706
IUTILS_msg_get(REPORT_NEW1, report_1);
7707-
// Current memory = !\nDelta memory = !\nMax memory = !\nElapsed time= ~ sec\n
7707+
// Current memory = !\nDelta memory = !\nMax memory = !\nElapsed time = ~ sec\n
77087708
diag->assign(report_1);
77097709

77107710
#ifndef WIN_NT

src/isql/isql.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const int HLP_QUIT = 40; // QUIT -- Exit program and rollback changes\n\n
140140
const int HLP_ALL = 41; // All commands may be abbreviated to letters in CAPs\n
141141
const int HLP_SETSCHEMA = 42; // \tSET SCHema/DB <db name> -- changes current database\n
142142
const int YES_ANS = 43; // Yes
143-
const int REPORT1 = 44; // Current memory = !c\nDelta memory = !d\nMax memory = !x\nElapsed time= !e sec\n
143+
const int REPORT1 = 44; // Current memory = !c\nDelta memory = !d\nMax memory = !x\nElapsed time = !e sec\n
144144
#if (defined WIN_NT)
145145
const int REPORT2 = 93; // Buffers = !b\nReads = !r\nWrites = !w\nFetches = !f\n
146146
#else
@@ -255,7 +255,7 @@ const int NO_GRANT_ON_CS = 177; // There is no privilege granted on character
255255
const int NO_GRANT_ON_COLL = 178; // There is no privilege granted on collation @1 in this database
256256
const int NO_GRANT_ON_PKG = 179; // There is no privilege granted on package @1 in this database
257257
const int NO_GRANT_ON_FUN = 180; // There is no privilege granted on function @1 in this database
258-
const int REPORT_NEW1 = 181; // Current memory = !\nDelta memory = !\nMax memory = !\nElapsed time= ~ sec\n
258+
const int REPORT_NEW1 = 181; // Current memory = !\nDelta memory = !\nMax memory = !\nElapsed time = ~ sec\n
259259
const int REPORT_NEW2 = 182; // Cpu = ~ sec\n (skipped on windows)
260260
const int REPORT_NEW3 = 183; // Buffers = !\nReads = !\nWrites = !\nFetches = !\n
261261
const int NO_MAP = 184; // There is no mapping from @1 in this database

src/msgs/messages2.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2934,7 +2934,7 @@ This message begins with a TAB (''\t'') and ends with a newline (''\n'').', 17,
29342934
('REPORT1', 'process_statement', 'isql.e', 'Each of these 4 items is followed by a newline (''\n'').', 17, 44, NULL, 'Current memory = !c
29352935
Delta memory = !d
29362936
Max memory = !x
2937-
Elapsed time= !e sec
2937+
Elapsed time = !e sec
29382938
', NULL, NULL);
29392939
('REPORT2', 'process_statement', 'isql.e', 'Each of these 5 items is followed by a newline (''\n'').', 17, 45, NULL, 'Cpu = !u sec
29402940
Buffers = !b
@@ -3082,7 +3082,7 @@ Fetches = !f', NULL, NULL);
30823082
('REPORT_NEW1', 'print_performance', 'isql.epp', 'Each of these 4 items is followed by a newline (''\n'').', 17, 181, NULL, 'Current memory = !
30833083
Delta memory = !
30843084
Max memory = !
3085-
Elapsed time= ~ sec
3085+
Elapsed time = ~ sec
30863086
', NULL, NULL);
30873087
('REPORT_NEW2', 'print_performance', 'isql.epp', 'Each of these 5 items is followed by a newline (''\n'').', 17, 182, NULL, 'Cpu = ~ sec
30883088
', NULL, NULL);

src/msgs/transmsgs.de_DE2.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2395,7 +2395,7 @@ ERROR: Backup incomplete', NULL, NULL, 12, 229, '#', NULL, NULL, 'truser', '1000
23952395
('Current memory = !c
23962396
Delta memory = !d
23972397
Max memory = !x
2398-
Elapsed time= !e sec
2398+
Elapsed time = !e sec
23992399
', NULL, NULL, 17, 44, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00')
24002400
('Cpu = !u sec
24012401
Buffers = !b

src/msgs/transmsgs.fr_FR2.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2395,7 +2395,7 @@ ERROR: Backup incomplete', NULL, NULL, 12, 229, '#', NULL, NULL, 'truser', '1000
23952395
('Current memory = !c
23962396
Delta memory = !d
23972397
Max memory = !x
2398-
Elapsed time= !e sec
2398+
Elapsed time = !e sec
23992399
', NULL, NULL, 17, 44, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00')
24002400
('Cpu = !u sec
24012401
Buffers = !b

0 commit comments

Comments
 (0)