1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 04:30:29 +01:00

[ticket/10667] Fix tests under MySQL 5.5 strict mode (once again)

PHPBB3-10667
This commit is contained in:
Igor Wiedler 2012-07-21 19:28:17 +02:00 committed by Nils Adermann
parent 3dfcb212dc
commit 6ed63088fe

View File

@ -61,6 +61,8 @@
<column>author_id</column>
<column>message_subject</column>
<column>message_text</column>
<column>to_address</column>
<column>bcc_address</column>
<row>
<value>1</value>
<value>0</value>
@ -71,6 +73,8 @@
3 - inbox
4 - nobox
</value>
<value></value>
<value></value>
</row>
<row>
<value>2</value>
@ -81,6 +85,8 @@
2 - outbox
4 - nobox
</value>
<value></value>
<value></value>
</row>
<row>
<value>3</value>
@ -90,6 +96,8 @@
<value>
2 - outbox
</value>
<value></value>
<value></value>
</row>
<row>
<value>4</value>
@ -99,6 +107,8 @@
<value>
3 - nobox
</value>
<value></value>
<value></value>
</row>
<row>
<value>5</value>
@ -110,6 +120,8 @@
3 - nobox
4 - nobox
</value>
<value></value>
<value></value>
</row>
</table>
<table name="phpbb_privmsgs_to">