MySQL 5

I remember somebody asked a few days ago about MySQL5.

We just launched an RT 3.4.2 instance running on MySQL 5.0.7
and Fedora Core 4. No problems.

Damian

Hello, Damian.
Could you grab latest DBIx-SearchBuilder snapshot from CPAN and run
tests against MySQL5.x?

You can do it with next command:
<<<
SB_TEST_MYSQL=“test” SB_TEST_MYSQL_USER=“root” SB_TEST_MYSQL_PASS=“”
make test TEST_VERBOSE=1

It’s one line.
With SB_TEST_MYSQL ENV var you can set DB to use.
With SB_TEST_MYSQL_USER ENV var you can set DB user to use.
With SB_TEST_MYSQL_PASS ENV var you can set DB password to use.

If you could do this please send me a note on success or errors.

Damian wrote: