mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Missed updating heap engine
This commit is contained in:
parent
bccf56e535
commit
d6278c115d
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue