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
9be9c62d
Commit
9be9c62d
authored
Apr 21, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
into mysql.com:/opt/local/work/mysql-5.1-merge
parents
228d6227
5b591bde
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
storage/myisam/mi_open.c
storage/myisam/mi_open.c
+1
-1
unittest/examples/Makefile.am
unittest/examples/Makefile.am
+2
-2
unittest/mytap/t/Makefile.am
unittest/mytap/t/Makefile.am
+1
-2
No files found.
storage/myisam/mi_open.c
View file @
9be9c62d
...
...
@@ -96,7 +96,7 @@ MI_INFO *mi_open(const char *name, int mode, uint open_flags)
bzero
((
byte
*
)
&
info
,
sizeof
(
info
));
my_realpath
(
name_buff
,
fn_format
(
org_name
,
name
,
""
,
MI_NAME_IEXT
,
MY_UNPACK_FILENAME
|
MY_APPEND_EXT
),
MYF
(
0
));
MY_UNPACK_FILENAME
),
MYF
(
0
));
pthread_mutex_lock
(
&
THR_LOCK_myisam
);
if
(
!
(
old_info
=
test_if_reopen
(
name_buff
)))
{
...
...
unittest/examples/Makefile.am
View file @
9be9c62d
AM_CPPFLAGS
=
-I
$(srcdir)
-I
$(top_builddir)
/include
AM_CPPFLAGS
+=
-I
$(top_srcdir)
/unittest/mytap
AM_CPPFLAGS
=
-I
$(srcdir)
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/unittest/mytap
-I
$(top_srcdir)
/include
AM_LDFLAGS
=
-L
$(top_builddir)
/unittest/mytap
...
...
unittest/mytap/t/Makefile.am
View file @
9be9c62d
AM_CPPFLAGS
=
-I
$(srcdir)
-I
$(top_builddir)
/include
AM_CPPFLAGS
+=
-I
$(srcdir)
/..
AM_CPPFLAGS
=
-I
$(srcdir)
-I
$(top_builddir)
/include
-I
$(srcdir)
/..
-I
$(top_srcdir)
/include
AM_LDFLAGS
=
-L
$(top_builddir)
/unittest/mytap
...
...
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