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
cf708395
Commit
cf708395
authored
Jul 24, 2006
by
ingo/mydev@chilla.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
After merge fix
parent
8bb80696
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/ha_myisammrg.cc
sql/ha_myisammrg.cc
+1
-1
storage/blackhole/ha_blackhole.cc
storage/blackhole/ha_blackhole.cc
+1
-1
No files found.
sql/ha_myisammrg.cc
View file @
cf708395
...
...
@@ -555,7 +555,7 @@ static int myisammrg_init()
myisammrg_hton
.
db_type
=
DB_TYPE_MRG_MYISAM
;
myisammrg_hton
.
create
=
myisammrg_create_handler
;
myisammrg_hton
.
panic
=
myrg_panic
;
myisammrg_hton
.
flags
=
HTON_CAN_RECREATE
|
HTON_ALTER_CANNOT_CREATE
;
myisammrg_hton
.
flags
=
HTON_CAN_RECREATE
;
return
0
;
}
...
...
storage/blackhole/ha_blackhole.cc
View file @
cf708395
...
...
@@ -206,7 +206,7 @@ static int blackhole_init()
blackhole_hton
.
state
=
SHOW_OPTION_YES
;
blackhole_hton
.
db_type
=
DB_TYPE_BLACKHOLE_DB
;
blackhole_hton
.
create
=
blackhole_create_handler
;
blackhole_hton
.
flags
=
HTON_CAN_RECREATE
|
HTON_ALTER_CANNOT_CREATE
;
blackhole_hton
.
flags
=
HTON_CAN_RECREATE
;
return
0
;
}
...
...
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