Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
2e98d56c
Commit
2e98d56c
authored
Mar 19, 2003
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A fix for the bug with setting of SQL_BIG_SELECTS option.
parent
856d50f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/set_var.cc
sql/set_var.cc
+1
-1
No files found.
sql/set_var.cc
View file @
2e98d56c
...
...
@@ -239,7 +239,7 @@ static sys_var_thd_bit sys_sql_big_tables("sql_big_tables",
#endif
static
sys_var_thd_bit
sys_big_selects
(
"sql_big_selects"
,
set_option_bit
,
OPTION_BIG_
TABLE
S
);
OPTION_BIG_
SELECT
S
);
static
sys_var_thd_bit
sys_log_off
(
"sql_log_off"
,
set_option_bit
,
OPTION_LOG_OFF
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment