при потреблении любого эля
Код:
Context info for the following error/warning:
Error: 256, Write multi-query failed (2):
SET @log_stat_mode = 'exhausted'; DELETE FROM thing WHERE thingid=698871063 AND userid=0 AND NOT @hasmore; SET @log_stat_mode = NULL;
With result:
Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
in /var/www/haddan/core/library/db_fns.php, 332
Backtrace: {
file: /var/www/haddan/core/library/db_fns.php, 332
call: trigger_error("Write multi-query failed (2):
SET @log_stat_mode = 'exhausted';
DELETE FROM thing WHERE thingid=698871063 AND userid=0 AND ...", 256)
file: /var/www/haddan/core/library/db_fns.php, 311
call: db_trigger_error("Write multi-query failed (2):
SET @log_stat_mode = 'exhausted';
DELETE FROM thing WHERE thingid=698871063 AND userid=0 AND ...", "Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='", 256)
file: /var/www/haddan/core/library/Person.php, 2311
call: db_multiquery_write("
SET @log_stat_mode = 'exhausted';
DELETE FROM thing WHERE thingid=698871063 AND userid=0 AND NOT @hasmore;
SET @log_stat_mode =...")
file: /var/www/haddan/core/library/Person.php, 2235
call: Person->drink(Object(Thing), Array(2))
file: /var/www/htdocs/inv/inv.php, 1410
call: Person::drinkMyThing(Array(4), Object(Thing))
file: /var/www/htdocs/inv/inv.php, 412
call: drinkThing(Array(4))
file: /var/www/htdocs/inv/inv.php, 111
call: processInventoryPost(Array(4))
}
Locals:
Array
(
[querytext] => Write multi-query failed (2):
SET @log_stat_mode = 'exhausted';
DELETE FROM thing WHERE thingid=698871063 AND userid=0 AND NOT @hasmore;
SET @log_stat_mode = NULL;
[error] => Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
[type] => 256
)