1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/10667] Fix tests under MySQL 5.5 strict mode

PHPBB3-10667
This commit is contained in:
Igor Wiedler
2012-02-07 17:19:24 +01:00
parent d4e00b6c0d
commit cbd20c1bbe
2 changed files with 7 additions and 0 deletions

View File

@@ -3,13 +3,16 @@
<table name="phpbb_ext">
<column>ext_name</column>
<column>ext_active</column>
<column>ext_state</column>
<row>
<value>foo</value>
<value>1</value>
<value></value>
</row>
<row>
<value>vendor/moo</value>
<value>0</value>
<value></value>
</row>
</table>
</dataset>