mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
After merge fixes
Docs/manual_toc.html: Rename: BitKeeper/deleted/.del-manual_toc.html~f483f2d33d9acb41 -> Docs/manual_toc.html libmysqld/lib_sql.cc: Fixed type of new variables libmysqld/libmysqld.c: Removed duplicate function (allready in libmysql.c)
This commit is contained in:
parent
1d7d760958
commit
abd68407bf
3 changed files with 10 additions and 10 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
extern "C"
|
||||
{
|
||||
unsigned long max_allowed_packet, net_buffer_length;
|
||||
extern unsigned long max_allowed_packet, net_buffer_length;
|
||||
}
|
||||
|
||||
static int fake_argc= 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue