summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2018-07-05 17:49:44 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2018-11-07 09:43:12 +0100
commit54b2e1c1bea357ca37ce537e24c6c120a43f5958 (patch)
tree07b598917c2cc55a34b1d368dd51fefab990058a /include
parent89a87e8e422bc342ed31764fa858898dabbf0be4 (diff)
downloadmariadb-git-54b2e1c1bea357ca37ce537e24c6c120a43f5958.tar.gz
MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed select nest level
Diffstat (limited to 'include')
-rw-r--r--include/my_global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h
index 7904eed3dfc..2922b74192a 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -986,7 +986,6 @@ typedef unsigned long my_off_t;
TODO Convert these to use Bitmap class.
*/
typedef ulonglong table_map; /* Used for table bits in join */
-typedef ulong nesting_map; /* Used for flags of nesting constructs */
/* often used type names - opaque declarations */
typedef const struct charset_info_st CHARSET_INFO;