1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00
* remove unused mysql_option
* don't allocate 5GB of memory in the mtr tests
* restore the behavior in dynamic_column_offset_byte(), put the ifdef correctly
* prefer __attribute__((unused)) to #ifdef
* prefer UNINIT_VAR to LINT_INIT
* make most Warning_info users blissfully unaware of the postponed initialization
* use my_offsetof instead of offsetof where the compiler thinks the latter is incorrect
This commit is contained in:
Sergei Golubchik
2013-01-23 16:19:37 +01:00
parent e3f08e7e0b
commit 5205188200
15 changed files with 16 additions and 33 deletions

View File

@ -363,7 +363,7 @@ private:
public:
Warning_info(ulonglong warn_id_arg, bool allow_unlimited_warnings,
bool initialize);
bool initialize=true);
~Warning_info();
/* Allocate memory for structures */