• Sergei Golubchik's avatar
    MDEV-4088 Replication 10.0 -> 5.5 fails · 87a452f6
    Sergei Golubchik authored
    update 5.1 to replicate from 10.0 and
    to show the server version (as of 10.0) correctly
    
    sql-common/client.c:
      mdev:4088
    sql/slave.cc:
      use the version number, not just the first character of the version string
      (we want 10 > 4 not "10" < "4").
    87a452f6
slave.cc 158 KB