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
ee46c673
Commit
ee46c673
authored
Aug 28, 2003
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
into mysql.com:/space/my/mysql-4.0
parents
2bffad53
17d8cc22
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
193 additions
and
354 deletions
+193
-354
isam/open.c
isam/open.c
+3
-0
isam/test_all.res
isam/test_all.res
+17
-354
mysql-test/t/isam.test
mysql-test/t/isam.test
+173
-0
No files found.
isam/open.c
View file @
ee46c673
...
...
@@ -415,6 +415,9 @@ static void setup_functions(register ISAM_SHARE *share)
share
->
read_rnd
=
_nisam_read_rnd_dynamic_record
;
share
->
delete_record
=
_nisam_delete_dynamic_record
;
share
->
compare_record
=
_nisam_cmp_dynamic_record
;
/* add bits used to pack data to pack_reclength for faster allocation */
share
->
base
.
pack_reclength
+=
share
->
base
.
pack_bits
;
if
(
share
->
base
.
blobs
)
{
share
->
update_record
=
_nisam_update_blob_record
;
...
...
isam/test_all.res
View file @
ee46c673
This diff is collapsed.
Click to expand it.
mysql-test/t/isam.test
View file @
ee46c673
This diff is collapsed.
Click to expand it.
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