aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordan <dan@noemail.net>2019-03-06 17:12:32 +0000
committerdan <dan@noemail.net>2019-03-06 17:12:32 +0000
commitb33487b0b6df3b669ba76d386b3a42c75fd904af (patch)
treebe82d1808cc117a6feccad6af85344e654a59d9e /src/sqliteInt.h
parentb25a214decbb2a4db02a99f0a5aa28e0350c3d8c (diff)
downloadsqlite-b33487b0b6df3b669ba76d386b3a42c75fd904af.tar.gz
sqlite-b33487b0b6df3b669ba76d386b3a42c75fd904af.zip
Improvements to the way built-in window functions are handled.
FossilOrigin-Name: e8eee566dfca6f4c8af074731dfe91f7fbcd9ca72f0303235b52e4e2e80d5b71
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 52e641ba9..5c7cac4f2 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -3579,6 +3579,7 @@ struct Window {
int iArgCol; /* Offset of first argument for this function */
int regFirst;
+ int regSize;
};
#ifndef SQLITE_OMIT_WINDOWFUNC