Results 1 to 3 of 3

Thread: perform test "BUILD FAILURE" just the mysql engines use myisam type

  1. #1

    Talking perform test "BUILD FAILURE" just the mysql engines use myisam type

    perform test "BUILD FAILURE" just the mysql engines use myisam type


    when i use innoDB engines ,"BUILD SUCCESSFUL"


    some one had this error?

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,695

    Default

    myisam doesn't support transactions, hence rollback is useless, hence your database tests fails due to more rows detected/removed as expected.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3

    Default

    As you said, well,thank you very much.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •