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
3d13fb00
Commit
3d13fb00
authored
Mar 04, 2004
by
mydev@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a type mismatch between int_table_flags and table_flags() in MyISAM handler.
parent
16dccfae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
sql/ha_myisam.h
sql/ha_myisam.h
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
3d13fb00
...
...
@@ -95,6 +95,7 @@ monty@work.mysql.com
mwagner@cash.mwagner.org
mwagner@evoq.mwagner.org
mwagner@work.mysql.com
mydev@mysql.com
mysql@home.(none)
mysqldev@build.mysql2.com
nick@mysql.com
...
...
sql/ha_myisam.h
View file @
3d13fb00
...
...
@@ -37,7 +37,7 @@ extern ulong myisam_recover_options;
class
ha_myisam
:
public
handler
{
MI_INFO
*
file
;
u
int
int_table_flags
;
u
long
int_table_flags
;
char
*
data_file_name
,
*
index_file_name
;
bool
enable_activate_all_index
;
int
repair
(
THD
*
thd
,
MI_CHECK
&
param
,
bool
optimize
);
...
...
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