]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-alpha-stack.patch
- expire-logs-days sample
[packages/mysql.git] / mysql-alpha-stack.patch
1 --- mysql-5.0.68/sql/Makefile.am~       2008-10-29 05:57:43.000000000 +0000
2 +++ mysql-5.0.68/sql/Makefile.am        2008-10-30 13:47:56.000000000 +0000
3 @@ -167,7 +167,7 @@
4  # this avoid the rebuild of the built files in a source dist
5  lex_hash.h:    gen_lex_hash.cc lex.h
6                 $(MAKE) $(AM_MAKEFLAGS) gen_lex_hash$(EXEEXT)
7 -               ./gen_lex_hash$(EXEEXT) > $@-t
8 +               sh -c 'ulimit -s 8192; ./gen_lex_hash$(EXEEXT) > $@-t'
9                 $(MV) $@-t $@
10  
11  # For testing of udf_example.so
This page took 0.073939 seconds and 3 git commands to generate.