Add support for SERIALISABLE level in NDB. This entails implementing something like next-key locking to be able to lock ranges from SQL queries. To handle locks of ranges for full table scan updates can only be done via table lock. No other option exists as is known.
