@@ -224,7 +224,7 @@ public function parseType(&$type_full, &$name = null, &$to_conv = null)
224224 * Each of field type may be specified in this formats:
225225 * 'Int16' - String without spaces.
226226 * 'Int16 1234' - String field_type[space default_value]
227- * ['field_type' [, 'default_value']] - array, for example
227+ * ['field_type' [, 'default_value']] - array, for example
228228 * ['Int16', '1234'] - is same 'Int16 1234'.
229229 *
230230 * Data-types case insensitive and may be specified via aliases.
@@ -236,7 +236,7 @@ public function parseType(&$type_full, &$name = null, &$to_conv = null)
236236 * @param string $table table name
237237 * @param array $fields_arr keys=field names => field_type[ def]
238238 * @param integer $if_exists If table exists: 2=drop old table, 1-do nothing, 0-ret error)
239- * @param string if not null, table will create with engine ReplacingMergeTree
239+ * @param string $ver if not null, table will create with engine ReplacingMergeTree
240240 * @return boolean|string
241241 */
242242 public function createTableQuick ($ table , $ fields_arr , $ if_exists = 0 , $ ver = null )
@@ -299,12 +299,12 @@ public function sqlTableQuick($table_name, $fields_arr, $if_not_exist = 1)
299299 7 => '( ' ,
300300 8 => $ date_field ,
301301 9 => ', ( ' ,
302- 10 => $ primary_field ,
303- 11 => ', ' ,
304- 12 => $ date_field ,
305- 13 => ') ' ,
306- 14 => ', 8192 ' ,
307- 15 => ') ' ];
302+ 10 => $ primary_field ,
303+ 11 => ', ' ,
304+ 12 => $ date_field ,
305+ 13 => ') ' ,
306+ 14 => ', 8192 ' ,
307+ 15 => ') ' ];
308308 }
309309
310310 /**
0 commit comments