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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
f71f7147
Commit
f71f7147
authored
Mar 17, 2004
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
parent
9bf6b3ea
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 @
f71f7147
...
@@ -3413,6 +3413,6 @@ static int update_state_info( N_INFO *info, uint update)
...
@@ -3413,6 +3413,6 @@ static int update_state_info( N_INFO *info, uint update)
return
0
;
return
0
;
}
}
err:
err:
print_error
(
"%d when updat
e
ing keyfile"
,
my_errno
);
print_error
(
"%d when updating keyfile"
,
my_errno
);
return
1
;
return
1
;
}
}
myisam/mi_check.c
View file @
f71f7147
...
@@ -3833,7 +3833,7 @@ int update_state_info(MI_CHECK *param, MI_INFO *info,uint update)
...
@@ -3833,7 +3833,7 @@ int update_state_info(MI_CHECK *param, MI_INFO *info,uint update)
return
0
;
return
0
;
}
}
err:
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
;
return
1
;
}
}
...
...
sql/structs.h
View file @
f71f7147
...
@@ -220,7 +220,7 @@ typedef struct user_conn {
...
@@ -220,7 +220,7 @@ typedef struct user_conn {
#define REG_NEW_RECORD 2
/* Write a new record if not found */
#define REG_NEW_RECORD 2
/* Write a new record if not found */
#define REG_UPDATE 4
/* Uppdate record */
#define REG_UPDATE 4
/* Uppdate record */
#define REG_DELETE 8
/* Delete found 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_CLEAR_AFTER_WRITE 32
#define REG_MAY_BE_UPDATED 64
#define REG_MAY_BE_UPDATED 64
#define REG_AUTO_UPDATE 64
/* Used in D-forms for scroll-tables */
#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