populate: Success!
12	Toyota	Pink
11	Toyota	Pink
9	BMW	Black
10	Toyota	Pink
13	Toyota	Pink
2	Mercedes	Blue
14	Toyota	Pink
1	Mercedes	Blue
0	Mercedes	Blue
4	Mercedes	Blue
7	BMW	Black
5	BMW	Black
8	BMW	Black
6	BMW	Black
3	Mercedes	Blue
scan_print: Success!

Going to delete all pink cars!
deletedRows = 1
myTrans->execute(Commit) -> 0
deletedRows = 2
deletedRows = 3
deletedRows = 4
myTrans->execute(Commit) -> -1
ScanOp: Error in ndbapi_scan.cpp, line: 360, status: 0, classification: 0, code: 0, message: No error.
Trans: Error in ndbapi_scan.cpp, line: 362, status: 0, classification: 0, code: 0, message: No error.
Ndb: Error in ndbapi_scan.cpp, line: 364, status: 0, classification: 0, code: 0, message: No error.
myTrans->restart() -> 0
deletedRows = 5
myTrans->execute(Commit) -> -1
ScanOp: Error in ndbapi_scan.cpp, line: 360, status: 0, classification: 0, code: 0, message: No error.
Trans: Error in ndbapi_scan.cpp, line: 362, status: 1, classification: 8, code: 499, message: Scan take over error, restart scan transaction.
Ndb: Error in ndbapi_scan.cpp, line: 364, status: 0, classification: 0, code: 0, message: No error.
myTrans->restart() -> -1
Scan take over error, restart scan transaction
