lp:~schuster/mysql-proxy/filemode
Created by
Michael Schuster
and last modified
- Get this branch:
- bzr branch lp:~schuster/mysql-proxy/filemode
Only
Michael Schuster
can upload to this branch. If you are
Michael Schuster
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Jan Kneschke (community): Approve
-
Diff: 336 lines (+219/-3)8 files modifiedsrc/CMakeLists.txt (+2/-0)
src/Makefile.am (+3/-1)
src/chassis-filemode.c (+67/-0)
src/chassis-filemode.h (+28/-0)
src/chassis.c (+6/-0)
tests/unit/CMakeLists.txt (+16/-2)
tests/unit/Makefile.am (+11/-0)
tests/unit/check_chassis_filemode.c (+86/-0)
Branch information
Recent revisions
- 920. By <email address hidden>
-
fixed return value of chassis_
setenv_ lua() on Unix * added a getenv() to check if the putenv() really worked
* use _putenv_s() instead of _putenv() to save the g_strdup_printf() - 919. By Kay Roepke
-
add missing suncc assembler file to testcases, to make test cases on solaris compile again
- 918. By Kay Roepke
-
dll linking requires the timing functions be actual functions, not macros, because the my_timer* functions from my_rdtsc.c are not exported...
- 916. By Kay Roepke
-
make the network injection time tracking to use microseconds using my_rdtsc timers. g_get_current_time uses GetSystemTimeAs
FileTime on Windows which only has 10ms resolution
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 with rich root (needs bzr 1.0)