diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2015-06-25 08:33:15 +0300 |
---|---|---|
committer | Vicentiu Ciorbaru <vicentiu@mariadb.org> | 2015-07-13 16:01:25 +0000 |
commit | c64a3e9290db188c649f4c857352dcb34821d9f1 (patch) | |
tree | 28130ad44d06071bc8a4a3d73ff09b128d8cf752 /sql/protocol.cc | |
parent | 33745a407b3557f2914ebf8119e8ea3435481cde (diff) | |
download | mariadb-git-10.1-window.tar.gz |
Initial window func attempt10.1-window
Diffstat (limited to 'sql/protocol.cc')
-rw-r--r-- | sql/protocol.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/protocol.cc b/sql/protocol.cc index 5970568b66c..09df0ed1b3d 100644 --- a/sql/protocol.cc +++ b/sql/protocol.cc @@ -30,6 +30,8 @@ #include "unireg.h" // REQUIRED: for other includes #include "protocol.h" #include "sql_class.h" // THD +#include "sql_window.h" +#include "item_windowfunc.h" #include <stdarg.h> static const unsigned int PACKET_BUFFER_EXTRA_ALLOC= 1024; |