sql: don't increment row count on FK creation within CREATE or DROP table
We have agreement that each successful DDL operation returns 1 (one) as a row count (via IProto protocol or changes() SQL function), despite the number of other created objects (e.g. indexes, sequences, FK constraints etc). Needed for #2181
Loading
Please register or sign in to comment