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
6d35642f
Commit
6d35642f
authored
Mar 17, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
parent
88fb419f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
isam/isamchk.c
isam/isamchk.c
+1
-1
myisam/mi_check.c
myisam/mi_check.c
+1
-1
sql/structs.h
sql/structs.h
+1
-1
No files found.
isam/isamchk.c
View file @
6d35642f
...
...
@@ -3413,6 +3413,6 @@ static int update_state_info( N_INFO *info, uint update)
return
0
;
}
err:
print_error
(
"%d when updat
e
ing keyfile"
,
my_errno
);
print_error
(
"%d when updating keyfile"
,
my_errno
);
return
1
;
}
myisam/mi_check.c
View file @
6d35642f
...
...
@@ -3833,7 +3833,7 @@ int update_state_info(MI_CHECK *param, MI_INFO *info,uint update)
return
0
;
}
err:
mi_check_print_error
(
param
,
"%d when updat
e
ing keyfile"
,
my_errno
);
mi_check_print_error
(
param
,
"%d when updating keyfile"
,
my_errno
);
return
1
;
}
...
...
sql/structs.h
View file @
6d35642f
...
...
@@ -220,7 +220,7 @@ typedef struct user_conn {
#define REG_NEW_RECORD 2
/* Write a new record if not found */
#define REG_UPDATE 4
/* Uppdate record */
#define REG_DELETE 8
/* Delete found record */
#define REG_PROG 16
/* User is updat
e
ing database */
#define REG_PROG 16
/* User is updating database */
#define REG_CLEAR_AFTER_WRITE 32
#define REG_MAY_BE_UPDATED 64
#define REG_AUTO_UPDATE 64
/* Used in D-forms for scroll-tables */
...
...
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