Files
packages/lang
Sebastian Kemper c9a9f6f98a luasql: fix compile with mariadb-10.2.x
This is in anticipation of the mariadb upgrade to 10.2.x. luasql compile
fails:

In file included from src/ls_mysql.c:21:0:
src/ls_mysql.c: In function 'luaopen_luasql_mysql':
src/ls_mysql.c:605:25: error: expected ')' before 'MYSQL_SERVER_VERSION'
     lua_pushliteral (L, MYSQL_SERVER_VERSION);
                         ^
src/ls_mysql.c:605:5: error: too few arguments to function 'lua_pushlstring'
     lua_pushliteral (L, MYSQL_SERVER_VERSION);
     ^
/home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/lua.h:175:16: note: declared here
 LUA_API void  (lua_pushlstring) (lua_State *L, const char *s, size_t l);
                ^~~~~~~~~~~~~~~

To fix this cherry-pick upstream commit
6df3f672313f8dbca219199c8ec8d20c0247347f.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-05 11:32:57 +00:00
..
2017-08-29 21:41:14 -07:00
2017-08-29 21:41:14 -07:00
2018-03-31 15:08:23 +02:00
2017-08-29 21:41:14 -07:00
2017-08-29 21:41:14 -07:00
2018-02-23 14:49:48 +01:00
2017-02-16 13:21:13 +00:00
2017-08-29 21:41:14 -07:00
2018-07-03 10:32:43 +08:00
2018-03-10 13:43:48 +08:00
2018-03-10 13:44:28 +08:00
2018-04-29 16:18:14 -06:00
2017-12-03 16:26:23 -07:00
2017-11-22 12:57:08 +01:00
2018-07-02 22:42:48 +02:00
2018-03-29 15:11:15 -03:00
2017-08-29 21:41:14 -07:00
2017-08-29 21:41:14 -07:00
2017-10-18 21:58:38 +02:00