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
dc636603
Commit
dc636603
authored
Aug 29, 2003
by
kostja@oak.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment left after merge was moved to correct
place
parent
144d0efa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/sql_class.h
sql/sql_class.h
+1
-1
No files found.
sql/sql_class.h
View file @
dc636603
...
...
@@ -385,6 +385,7 @@ struct system_variables
ulong
table_type
;
ulong
tmp_table_size
;
ulong
tx_isolation
;
/* Determines if which non-standard SQL behaviour should be enabled */
ulong
sql_mode
;
ulong
default_week_format
;
ulong
max_seeks_for_key
;
...
...
@@ -459,7 +460,6 @@ public:
const
char
*
host_or_ip
;
ulong
client_capabilities
;
/* What the client supports */
/* Determines if which non-standard SQL behaviour should be enabled */
ulong
max_client_packet_length
;
ulong
master_access
;
/* Global privileges from mysql.user */
ulong
db_access
;
/* Privileges for current db */
...
...
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