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
a08be4f9
Commit
a08be4f9
authored
Sep 16, 2000
by
sasha@mysql.sashanet.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed resolve problems
parent
9479eab4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Docs/manual.texi
Docs/manual.texi
+1
-1
sql/sql_lex.h
sql/sql_lex.h
+0
-1
No files found.
Docs/manual.texi
View file @
a08be4f9
...
...
@@ -17151,7 +17151,7 @@ Note that the table is locked during the time @code{OPTIMIZE TABLE} is
running!
@findex CHECK TABLE
@node CHECK TABLE,
ANALYZE
TABLE, OPTIMIZE TABLE, Reference
@node CHECK TABLE,
BACKUP
TABLE, OPTIMIZE TABLE, Reference
@section @code{CHECK TABLE} syntax
@example
sql/sql_lex.h
View file @
a08be4f9
...
...
@@ -127,7 +127,6 @@ typedef struct st_lex {
HA_CHECK_OPT
check_opt
;
// check/repair options
HA_CREATE_INFO
create_info
;
LEX_MASTER_INFO
mi
;
// used by CHANGE MASTER
char
*
backup_dir
;
// used by RESTORE/BACKUP
ulong
thread_id
,
type
;
ulong
options
;
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