Error applying a patch to schema_dumper_test.rb

Dear Fellows,

I’m having hard times applying a patch in the schema_dumper_test.rb to
fix the blob issue with default value with mysql.

Here is the error :

activerecord-2.3.2]$ sudo patch -p0 < patch_mysql.patch
patching file test/cases/schema_dumper_test.rb
Hunk #1 FAILED at 36.
1 out of 1 hunk FAILED – saving rejects to file
test/cases/schema_dumper_test.rb.rej
patching file test/cases/migration_test.rb
Hunk #1 FAILED at 39.
Hunk #2 FAILED at 258.
2 out of 2 hunks FAILED – saving rejects to file
test/cases/migration_test.rb.rej
patching file lib/active_record/connection_adapters/mysql_adapter.rb
Hunk #1 succeeded at 105 with fuzz 1 (offset 11 lines).
Hunk #2 succeeded at 203 (offset -4 lines).
Hunk #3 succeeded at 238 (offset 11 lines).


any ideas ?

Thanks in advance !