Skip to content

Commit 0945213

Browse files
committed
Add comment
1 parent c9525a5 commit 0945213

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

C/sqcloud.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,6 +1663,7 @@ static bool internal_connect_apply_config (SQCloudConnection *connection, SQClou
16631663
char buffer[2048];
16641664
int len = 0;
16651665

1666+
// non-linearizable option must be executed first
16661667
if (config->non_linearizable) {
16671668
len += snprintf(&buffer[len], sizeof(buffer) - len, "SET CLIENT KEY NONLINEARIZABLE TO 1;");
16681669
}

0 commit comments

Comments
 (0)