diff options
Diffstat (limited to 'src/global.c')
-rw-r--r-- | src/global.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/global.c b/src/global.c index ef4fe56ae..64966b35d 100644 --- a/src/global.c +++ b/src/global.c @@ -260,3 +260,8 @@ int sqlite3PendingByte = 0x40000000; ** the vdbe.c file. */ const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; + +/* +** Name of the default collating sequence +*/ +const char sqlite3StrBINARY[] = "BINARY"; |