]> git.mjollnir.org Git - moodle.git/commitdiff
Added one new string to explain the signed ints hunting under MySQL. MDL-11038
authorstronk7 <stronk7>
Fri, 31 Aug 2007 23:43:20 +0000 (23:43 +0000)
committerstronk7 <stronk7>
Fri, 31 Aug 2007 23:43:20 +0000 (23:43 +0000)
lang/en_utf8/xmldb.php

index 4c95c9b5538a1dbae95fba0c02b32c899052bba3..a6ec4c5cca4f657c93fa9790cf972cc37df2fd68 100644 (file)
@@ -76,6 +76,7 @@ $string['missingvaluesinsentence'] = 'Missing values in sentence';
 $string['mustselectonefield'] = 'You must select one field to see field related actions!';
 $string['mustselectoneindex'] = 'You must select one index to see index related actions!';
 $string['mustselectonekey'] = 'You must select one key to see key related actions!';
+$string['mysqlextracheckbigints'] = 'Under MySQL it also looks for incorrectly signed bigints, generating the required SQL to be executed in order to fix all them.';
 $string['new_statement'] = 'New Statement';
 $string['new_table_from_mysql'] = 'New Table From MySQL';
 $string['newfield'] = 'New Field';