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
037516b7
Commit
037516b7
authored
Sep 16, 2000
by
sasha@mysql.sashanet.com
Browse files
Options
Browse Files
Download
Plain Diff
resolved conflicts
parents
f2f515e5
af9e034d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
315 additions
and
33 deletions
+315
-33
Docs/manual.texi
Docs/manual.texi
+313
-32
sql/sql_lex.h
sql/sql_lex.h
+2
-1
No files found.
Docs/manual.texi
View file @
037516b7
This diff is collapsed.
Click to expand it.
sql/sql_lex.h
View file @
037516b7
...
@@ -126,7 +126,8 @@ typedef struct st_lex {
...
@@ -126,7 +126,8 @@ typedef struct st_lex {
udf_func
udf
;
udf_func
udf
;
HA_CHECK_OPT
check_opt
;
// check/repair options
HA_CHECK_OPT
check_opt
;
// check/repair options
HA_CREATE_INFO
create_info
;
HA_CREATE_INFO
create_info
;
LEX_MASTER_INFO
mi
;
// used by CHANGE MASTER
LEX_MASTER_INFO
mi
;
// used by CHANGE MASTER
char
*
backup_dir
;
// used by RESTORE/BACKUP
ulong
thread_id
,
type
;
ulong
thread_id
,
type
;
ulong
options
;
ulong
options
;
enum_sql_command
sql_command
;
enum_sql_command
sql_command
;
...
...
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