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
d6278c11
Commit
d6278c11
authored
Feb 21, 2009
by
Mikael Ronstrom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missed updating heap engine
parent
bccf56e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
storage/heap/Makefile.am
storage/heap/Makefile.am
+3
-3
No files found.
storage/heap/Makefile.am
View file @
d6278c11
...
...
@@ -60,14 +60,14 @@ DTRACEPROVIDER = probes_mysql.d
dtrace_files
:
echo
$(DTRACEFILES)
>
$@
dtrace_providers
:
dtrace_sources
dtrace_providers
:
probes_mysql.d
echo
$(DTRACEPROVIDER)
>
$@
dtrace_sources
:
probes_mysql.d
:
-
$(RM)
-f
probes_mysql.d
$(CP)
$(top_srcdir)
/include/probes_mysql.d probes_mysql.d
echo
timestamp
>
dtrace_sources
probes_mysql.o
:
$(DTRACEPROVIDER) $(DTRACEFILES)
dtrace_sources
probes_mysql.o
:
$(DTRACEPROVIDER) $(DTRACEFILES)
$(DTRACE)
$(DTRACEFLAGS)
-G
-s
$(DTRACEPROVIDER)
$(DTRACEFILES)
-o
$@
endif
...
...
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