diff options
author | bell@sanja.is.com.ua <> | 2005-11-23 01:28:32 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2005-11-23 01:28:32 +0200 |
commit | db8f03ebe8165cbae6cf0903a7b2cfa8a8a695aa (patch) | |
tree | ace720b23945432863b582bf907eecdaa87fc638 /sql/sql_class.h | |
parent | 7d2442a160537423178e488a32ce28b0a9c14294 (diff) | |
parent | 7bd691f11e961060bb0a665936f6712cb7d7bb22 (diff) | |
download | mariadb-git-db8f03ebe8165cbae6cf0903a7b2cfa8a8a695aa.tar.gz |
Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug7-5.0
into sanja.is.com.ua:/home/bell/mysql/bk/work-merge-5.0
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index e92bf3b2bec..ee24d9e904b 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -530,6 +530,7 @@ struct system_variables ulong completion_type; /* Determines which non-standard SQL behaviour should be enabled */ ulong sql_mode; + ulong max_sp_recursion_depth; /* check of key presence in updatable view */ ulong updatable_views_with_limit; ulong default_week_format; |