Skip to content

Instantly share code, notes, and snippets.

SQLSTATE[42000]: Syntax error or access violation: 1118 Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline." at /home/app/kiwi2-api/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 115' 'exception:{"class":"Doctrine\\DBAL\\Exception\\DriverException","message":"An exception occurred while executing "UPDATE user_character_power_reversal_term SET reversal_special = ?, reversal_ex = ?, reversal_ca = ?, reversal_vskill = ?, reversal_vtrigger = ?, reversal_all = ?, corner_normal = ?, corner_throw = ?, corner_command = ?, corner_special = ?, corner_ex = ?, corner_ca = ?, corner_vskill = ?, corner_vtrigger = ?, corner_vreversal = ?, corner_all = ?, updated_at = ? WHERE user_id = ? AND character_id = ? AND opponent_character_id = ?" with params [\"0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
@dy-dx
dy-dx / 32.asm
Created June 26, 2017 23:14 — forked from FiloSottile/32.asm
NASM Hello World for x86 and x86_64 Intel Mac OS X (get yourself an updated nasm with brew)
; /usr/local/bin/nasm -f macho 32.asm && ld -macosx_version_min 10.7.0 -o 32 32.o && ./32
global start
section .text
start:
push dword msg.len
push dword msg
push dword 1
mov eax, 4