summaryrefslogtreecommitdiff
path: root/sql/unireg.h
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2005-02-07 19:42:03 +0200
committerunknown <monty@mysql.com>2005-02-07 19:42:03 +0200
commitf9e0e5a7c5f01e6aa49a2925efb55bdc4f88d495 (patch)
tree5c11adf8670fa1044233b655ddda407c614e763a /sql/unireg.h
parentbb05eab8e9aa1a25e46063af3ee510d4169de9e4 (diff)
parentedae64f4cb319562bc9f6ea0a20b6cfe174fdaff (diff)
downloadmariadb-git-f9e0e5a7c5f01e6aa49a2925efb55bdc4f88d495.tar.gz
Merge with 4.1 to get bug fix
mysql-test/r/group_by.result: Auto merged mysql-test/r/user_var.result: Auto merged sql/item_row.cc: Auto merged sql/item_strfunc.cc: Auto merged sql/unireg.h: Auto merged sql/item_cmpfunc.cc: manual merge sql/item_func.cc: no changes
Diffstat (limited to 'sql/unireg.h')
-rw-r--r--sql/unireg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/unireg.h b/sql/unireg.h
index eca540b61b9..8d88683241b 100644
--- a/sql/unireg.h
+++ b/sql/unireg.h
@@ -77,6 +77,8 @@
#define PARAM_TABLE_BIT (((table_map) 1) << (sizeof(table_map)*8-3))
#define OUTER_REF_TABLE_BIT (((table_map) 1) << (sizeof(table_map)*8-2))
#define RAND_TABLE_BIT (((table_map) 1) << (sizeof(table_map)*8-1))
+#define PSEUDO_TABLE_BITS (PARAM_TABLE_BIT | OUTER_REF_TABLE_BIT | \
+ RAND_TABLE_BIT)
#define MAX_FIELDS 4096 /* Limit in the .frm file */
#define MAX_SORT_MEMORY (2048*1024-MALLOC_OVERHEAD)