List:Commits« Previous MessageNext Message »
From:Marc Alff Date:November 7 2008 1:58am
Subject:bzr push into mysql-6.0-perf branch (marc.alff:2728 to 2729)
View as plain text  
 2729 Marc Alff	2008-11-06
      fixed typo
modified:
  mysys/Makefile.am

 2728 Marc Alff	2008-11-06
      WL#2373 (Use cycle counter for timing)
added:
  include/my_rdtsc.h
  mysys/my_rdtsc.c
  mysys/my_timer_cycles.il
  unittest/mysys/my_rdtsc-t.c
modified:
  configure.in
  mysql-test/suite/perfschema/r/dml_performance_timers.result
  mysql-test/suite/perfschema/t/dml_performance_timers.test
  mysys/Makefile.am
  storage/perfschema/table_performance_timers.cc
  unittest/mysys/Makefile.am

=== modified file 'mysys/Makefile.am'
--- a/mysys/Makefile.am	2008-11-07 00:21:14 +0000
+++ b/mysys/Makefile.am	2008-11-07 00:56:17 +0000
@@ -65,7 +65,7 @@ libmysys_a_SOURCES+=	thr_alarm.c thr_loc
 endif
 EXTRA_DIST =		CMakeLists.txt mf_soundex.c \
 			my_conio.c my_wincond.c my_winthread.c my_winerr.c \
-                        my_winfile.c my_timer_cycle.il
+                        my_winfile.c my_timer_cycles.il
 # test_dir_DEPENDENCIES=	$(LIBRARIES)
 # testhash_DEPENDENCIES=	$(LIBRARIES)
 # test_charset_DEPENDENCIES=	$(LIBRARIES)

Thread
bzr push into mysql-6.0-perf branch (marc.alff:2728 to 2729) Marc Alff7 Nov