]> git.pld-linux.org Git - packages/mysql.git/blob - lz4.patch
- up to 5.7.22
[packages/mysql.git] / lz4.patch
1 --- mysql-5.7.22/extra/lz4_decompress.cc~       2018-03-04 14:40:40.000000000 +0100
2 +++ mysql-5.7.22/extra/lz4_decompress.cc        2018-06-02 00:47:44.437818669 +0200
3 @@ -18,7 +18,7 @@
4  #include <my_global.h>
5  #include <welcome_copyright_notice.h>
6  
7 -#include "lz4/lz4frame.h"
8 +#include <lz4frame.h>
9  #include <string.h>
10  
11  static void usage()
This page took 0.030035 seconds and 3 git commands to generate.