diff options
author | unknown <mskold@mysql.com> | 2005-07-04 20:36:38 +0200 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2005-07-04 20:36:38 +0200 |
commit | cc55b8c612b46c2a3ab082ea631460ddc79def98 (patch) | |
tree | 52cd2512200d47f6b809cabb0ed3f468fa45c6b7 /sql | |
parent | adcb297a8de8f0c2255b79bdf8841bc2b48cb853 (diff) | |
download | mariadb-git-cc55b8c612b46c2a3ab082ea631460ddc79def98.tar.gz |
Fixed indentation
Diffstat (limited to 'sql')
-rw-r--r-- | sql/ha_ndbcluster.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc index 462670df64c..4f35bf07cc1 100644 --- a/sql/ha_ndbcluster.cc +++ b/sql/ha_ndbcluster.cc @@ -1222,9 +1222,9 @@ int ha_ndbcluster::complemented_pk_read(const byte *old_data, byte *new_data) op->readTuple(lm) != 0) ERR_RETURN(trans->getNdbError()); - int res; - if ((res= set_primary_key_from_record(op, old_data))) - ERR_RETURN(trans->getNdbError()); + int res; + if ((res= set_primary_key_from_record(op, old_data))) + ERR_RETURN(trans->getNdbError()); // Read all unreferenced non-key field(s) for (i= 0; i < no_fields; i++) |