Julian Squires
Julian Squires
@eugeneia @lukego Great! I find it's really hard to do this without either lots of intermittent failures or enough wiggle room that small regressions aren't notice until they build up....
@eugeneia Thanks!
@beatgammit How about replacing `/usr` with `$(PREFIX)`, which is a convention in many Makefiles? I would personally prefer to see a smaller change like that rather than breaking out CMake...
What was the config output at the top of the perf build? Should look something like ``` Auto-detecting system features: ... dwarf: [ on ] ... dwarf_getlocations: [ on ]...
(Those errors would be caused by not linking against `libdw`, which it should be doing since the build script sets `NO_LIBUNWIND=1`)
I'm not sure I want to involve pthread, but on the other hand, this is simpler than my implementation. Perhaps we will emulate all the thread interface on top of...
Oh yeah, I didn't even see that this hook had been added after I forked. One problem with the hook is it doesn't communicate whether the change was from day...
Thanks! But the stored procedures do not appear to be here, only the data. I think we'll want a full dump that includes `information_schema` if it exists; if it doesn't...
There we go. Very nice! Scary cargo cult use of `SELECT TOP (100) PERCENT` which doesn't even work consistently between versions, AFAIK. We should probably commit that into the repo.
(Caveat: I'm travelling presently so I may not be able to respond quickly or make a change here) The problem is what your shell does on EOF: try running it...