1
# Arabic translation for drizzle
2
# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
10
"POT-Creation-Date: 2008-10-22 20:42-0700\n"
11
"PO-Revision-Date: 2008-09-03 01:02+0000\n"
12
"Last-Translator: Fox Mind <Unknown>\n"
13
"Language-Team: Arabic <ar@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= "
18
"3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n"
19
"X-Launchpad-Export-Date: 2008-09-13 00:29+0000\n"
20
"X-Generator: Launchpad (build Unknown)\n"
22
#: client/drizzle.cc:253
23
msgid "Synonym for `help'."
26
#: client/drizzle.cc:254
27
msgid "Clear command."
30
#: client/drizzle.cc:256
31
msgid "Reconnect to the server. Optional arguments are db and host."
34
#: client/drizzle.cc:258
36
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
39
#: client/drizzle.cc:260
40
msgid "Send command to drizzle server, display result vertically."
43
#: client/drizzle.cc:261
44
msgid "Exit drizzle. Same as quit."
47
#: client/drizzle.cc:262
48
msgid "Send command to drizzle server."
51
#: client/drizzle.cc:263
52
msgid "Display this help."
55
#: client/drizzle.cc:264
56
msgid "Disable pager, print to stdout."
59
#: client/drizzle.cc:265
60
msgid "Don't write into outfile."
63
#: client/drizzle.cc:267
64
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
67
#: client/drizzle.cc:268
68
msgid "Print current command."
71
#: client/drizzle.cc:269
72
msgid "Change your drizzle prompt."
75
#: client/drizzle.cc:270
79
#: client/drizzle.cc:271
80
msgid "Rebuild completion hash."
83
#: client/drizzle.cc:273
84
msgid "Execute an SQL script file. Takes a file name as an argument."
87
#: client/drizzle.cc:274
88
msgid "Get status information from the server."
91
#: client/drizzle.cc:276
92
msgid "Set outfile [to_outfile]. Append everything into given outfile."
95
#: client/drizzle.cc:278
96
msgid "Use another database. Takes database name as argument."
99
#: client/drizzle.cc:280 client/drizzle.cc:1427
100
msgid "Show warnings after every statement."
103
#: client/drizzle.cc:282
104
msgid "Don't show warnings after every statement."
107
#: client/drizzle.cc:1111
108
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
111
#: client/drizzle.cc:1121
114
"Your Drizzle connection id is %u\n"
115
"Server version: %s\n"
118
#: client/drizzle.cc:1151
120
msgid "Reading history-file %s\n"
123
#: client/drizzle.cc:1156
125
msgid "Couldn't allocate memory for temp histfile!\n"
128
#: client/drizzle.cc:1163
129
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
132
#: client/drizzle.cc:1181
134
msgid "Writing history-file %s\n"
137
#: client/drizzle.cc:1190
141
#: client/drizzle.cc:1190
145
#: client/drizzle.cc:1238
146
msgid "Query aborted by Ctrl+C\n"
149
#: client/drizzle.cc:1261 client/drizzleadmin.cc:73 drizzled/drizzled.cc:3025
150
msgid "Display this help and exit."
153
#: client/drizzle.cc:1263
154
msgid "Synonym for -?"
157
#: client/drizzle.cc:1266
159
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
160
"and field completion, but startup and reconnecting may take a longer time. "
161
"Disable with --disable-auto-rehash."
164
#: client/drizzle.cc:1270
166
"No automatic rehashing. One has to use 'rehash' to get table and field "
167
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
168
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
171
#: client/drizzle.cc:1273
173
"Automatically switch to vertical output mode if the result is wider than the "
177
#: client/drizzle.cc:1276
179
"Don't use history file. Disable interactive behavior. (Enables --silent)"
182
#: client/drizzle.cc:1278 drizzled/drizzled.cc:3095
183
msgid "Directory where character sets are."
186
#: client/drizzle.cc:1280
187
msgid "Display column type information."
190
#: client/drizzle.cc:1283
192
"Preserve comments. Send comments to the server. The default is --skip-"
193
"comments (discard comments), enable with --comments"
196
#: client/drizzle.cc:1286
197
msgid "Use compression in server/client protocol."
200
#: client/drizzle.cc:1289
201
msgid "Check memory and open file usage at exit ."
204
#: client/drizzle.cc:1292
205
msgid "Print some debug info at exit."
208
#: client/drizzle.cc:1294
209
msgid "Database to use."
212
#: client/drizzle.cc:1297
216
#: client/drizzle.cc:1299
217
msgid "Delimiter to be used."
220
#: client/drizzle.cc:1301
221
msgid "Execute command and quit. (Disables --force and history file)"
224
#: client/drizzle.cc:1303
225
msgid "Print the output of a query (rows) vertically."
228
#: client/drizzle.cc:1306
229
msgid "Continue even if we get an sql error."
232
#: client/drizzle.cc:1310
234
"Enable named commands. Named commands mean this program's internal commands; "
235
"see drizzle> help . When enabled, the named commands can be used from any "
236
"line of the query, otherwise only from the first line, before an enter. "
237
"Disable with --disable-named-commands. This option is disabled by default."
240
#: client/drizzle.cc:1314
242
"Named commands are disabled. Use \\* form only, or use named commands only "
243
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
244
"the client now starts with this option ENABLED by default! Disable with '-"
245
"G'. Long format commands still work from the first line. WARNING: option "
246
"deprecated; use --disable-named-commands instead."
249
#: client/drizzle.cc:1316
250
msgid "Ignore space after function names."
253
#: client/drizzle.cc:1318
254
msgid "Enable/disable LOAD DATA LOCAL INFILE."
257
#: client/drizzle.cc:1321
258
msgid "Turn off beep on error."
261
#: client/drizzle.cc:1323 client/drizzleadmin.cc:75
262
msgid "Connect to host."
265
#: client/drizzle.cc:1325
266
msgid "Write line numbers for errors."
269
#: client/drizzle.cc:1328
271
"Don't write line number for errors. WARNING: -L is deprecated, use long "
272
"version of this option instead."
275
#: client/drizzle.cc:1330
276
msgid "Flush buffer after each query."
279
#: client/drizzle.cc:1332
280
msgid "Write column names in results."
283
#: client/drizzle.cc:1336
285
"Don't write column names in results. WARNING: -N is deprecated, use long "
286
"version of this options instead."
289
#: client/drizzle.cc:1339
291
"Change the value of a variable. Please note that this option is deprecated; "
292
"you can set variables directly with --variable-name=value."
295
#: client/drizzle.cc:1341
296
msgid "Ignore SIGINT (CTRL-C)"
299
#: client/drizzle.cc:1345
301
"Only update the default database. This is useful for skipping updates to "
302
"other database in the update log."
305
#: client/drizzle.cc:1348
307
"Pager to use to display results. If you don't supply an option the default "
308
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
309
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
310
"work in batch mode. Disable with --disable-pager. This option is disabled by "
314
#: client/drizzle.cc:1351
316
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
317
"option deprecated; use --disable-pager instead."
320
#: client/drizzle.cc:1354 client/drizzleadmin.cc:78
322
"Password to use when connecting to server. If password is not given it's "
323
"asked from the tty."
326
#: client/drizzle.cc:1356
328
"Port number to use for connection or 0 for default to, in order of "
329
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
332
#: client/drizzle.cc:1357
333
msgid "built-in default"
336
#: client/drizzle.cc:1360
337
msgid "Set the drizzle prompt to this value."
340
#: client/drizzle.cc:1363
341
msgid "The protocol of connection (tcp,socket,pipe,memory)."
344
#: client/drizzle.cc:1366
346
"Don't cache result, print it row by row. This may slow down the server if "
347
"the output is suspended. Doesn't use history file."
350
#: client/drizzle.cc:1368
351
msgid "Write fields without conversion. Used with --batch."
354
#: client/drizzle.cc:1371
356
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
357
"option is enabled by default."
360
#: client/drizzle.cc:1373
362
"Be more silent. Print results with a tab as separator, each row on new line."
365
#: client/drizzle.cc:1375
366
msgid "Socket file to use for connection."
369
#: client/drizzle.cc:1378
370
msgid "Output in table format."
373
#: client/drizzle.cc:1381
375
"Append everything into outfile. See interactive help (\\h) also. Does not "
376
"work in batch mode. Disable with --disable-tee. This option is disabled by "
380
#: client/drizzle.cc:1383
382
"Disable outfile. See interactive help (\\h) also. WARNING: option "
383
"deprecated; use --disable-tee instead"
386
#: client/drizzle.cc:1386 client/drizzleadmin.cc:88
387
msgid "User for login if not current user."
390
#: client/drizzle.cc:1389
391
msgid "Only allow UPDATE and DELETE that uses keys."
394
#: client/drizzle.cc:1392
395
msgid "Synonym for option --safe-updates, -U."
398
#: client/drizzle.cc:1395
399
msgid "Write more. (-v -v -v gives the table output format)."
402
#: client/drizzle.cc:1397 client/drizzleadmin.cc:93 drizzled/drizzled.cc:3471
403
msgid "Output version information and exit."
406
#: client/drizzle.cc:1399 client/drizzleadmin.cc:95
407
msgid "Wait and retry if connection is down."
408
msgstr "الرجاء الإنتظار ، وإعادة محاولة الإتصال إن فشل في الإتصال"
410
#: client/drizzle.cc:1402
411
msgid "Number of seconds before connection timeout."
414
#: client/drizzle.cc:1407
415
msgid "Max packet length to send to, or receive from server"
418
#: client/drizzle.cc:1412
419
msgid "Buffer for TCP/IP and socket communication"
422
#: client/drizzle.cc:1416
423
msgid "Automatic limit for SELECT when using --safe-updates"
426
#: client/drizzle.cc:1421
427
msgid "Automatic limit for rows in a join when using --safe-updates"
430
#: client/drizzle.cc:1425
431
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
434
#: client/drizzle.cc:1438
436
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
439
#: client/drizzle.cc:1445
442
"Copyright (C) 2000-2008 MySQL AB\n"
443
" This software comes with ABSOLUTELY NO "
444
"WARRANTY. This is free software,\n"
445
" and you are welcome to modify and redistribute it under the GPL license\n"
448
#: client/drizzle.cc:1449
450
msgid "Usage: %s [OPTIONS] [database]\n"
453
#: client/drizzle.cc:1482
454
msgid "DELIMITER cannot contain a backslash character"
457
#: client/drizzle.cc:1503
459
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
462
#: client/drizzle.cc:1526
464
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
467
#: client/drizzle.cc:1530
469
msgid "WARNING: --server-arg option not supported in this configuration.\n"
472
#: client/drizzle.cc:1898
474
msgid "Unknown command '\\%c'."
477
#: client/drizzle.cc:2325
479
"Reading table information for completion of table and column names\n"
480
" You can turn off this feature to get a quicker startup with -A\n"
484
#: client/drizzle.cc:2422
485
msgid "No connection. Trying to reconnect..."
488
#: client/drizzle.cc:2428
489
msgid "Can't connect to the server\n"
490
msgstr "لا يمكن الإتصال بقاعدة البيانات\n"
492
#: client/drizzle.cc:2485
496
#: client/drizzle.cc:2485
500
#: client/drizzle.cc:2540
505
#: client/drizzle.cc:2541
512
#: client/drizzle.cc:2543
519
#: client/drizzle.cc:2556
520
msgid "Many help items for your request exist."
523
#: client/drizzle.cc:2557
525
"To make a more specific request, please type 'help <item>',\n"
526
"where <item> is one of the following"
529
#: client/drizzle.cc:2563
531
msgid "You asked for help about help category: '%s'\n"
534
#: client/drizzle.cc:2564
536
"For more information, type 'help <item>', where <item> is one of the "
540
#: client/drizzle.cc:2577
546
#: client/drizzle.cc:2578
547
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
550
#: client/drizzle.cc:2600
551
msgid "List of all Drizzle commands:"
554
#: client/drizzle.cc:2602
555
msgid "Note that all text commands must be first on line and end with ';'"
558
#: client/drizzle.cc:2613
561
"For server side help, type 'help contents'\n"
564
#: client/drizzle.cc:2656
565
msgid "No query specified\n"
568
#: client/drizzle.cc:2671
569
msgid "Ignoring query to other database"
572
#: client/drizzle.cc:2720
576
#: client/drizzle.cc:2733
578
msgid "%ld row in set"
579
msgid_plural "%ld rows in set"
583
#: client/drizzle.cc:2742
587
#: client/drizzle.cc:2744
589
msgid "Query OK, %ld row affected"
590
msgid_plural "Query OK, %ld rows affected"
594
#: client/drizzleadmin.cc:80 drizzled/drizzled.cc:3279
596
"Port number to use for connection or 0 for default to, in order of "
597
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
600
#: client/drizzleadmin.cc:85
601
msgid "Silently exit if one can't connect to server."
604
#: client/drizzleadmin.cc:91
605
msgid "Write more information."
608
#: client/drizzleadmin.cc:256
611
"connect to server at '%s' failed\n"
615
#: client/drizzleadmin.cc:262
617
msgid "Check that drizzled is running on %s"
620
#: client/drizzleadmin.cc:263
622
msgid " and that the port is %d.\n"
625
#: client/drizzleadmin.cc:265
627
msgid "You can check this by doing 'telnet %s %d'\n"
630
#: client/drizzleadmin.cc:276
632
msgid "Got error: %s\n"
635
#: client/drizzleadmin.cc:283
636
msgid "Waiting for Drizzle server to answer"
639
#: client/drizzleadmin.cc:316
641
msgid "shutting down drizzled...\n"
644
#: client/drizzleadmin.cc:320
646
msgid "shutdown failed; error: '%s'"
649
#: client/drizzleadmin.cc:327
654
#: client/drizzleadmin.cc:337
655
msgid "drizzled is alive"
658
#: client/drizzleadmin.cc:345
659
msgid "connection was down, but drizzled is now alive"
662
#: client/drizzleadmin.cc:349
664
msgid "drizzled doesn't answer to ping, error: '%s'"
667
#: client/drizzleadmin.cc:358
669
msgid "Unknown command: '%-.60s'"
672
#: client/drizzleadmin.cc:367
674
msgid "%s Ver %s Distrib %s, for %s on %s\n"
677
#: client/drizzleadmin.cc:374
678
msgid "Copyright (C) 2000-2008 MySQL AB"
681
#: client/drizzleadmin.cc:375
683
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
684
"and you are welcome to modify and redistribute it under the GPL license\n"
687
#: client/drizzleadmin.cc:376
688
msgid "Administration program for the drizzled daemon."
691
#: client/drizzleadmin.cc:377
693
msgid "Usage: %s [OPTIONS] command command....\n"
696
#: client/drizzleadmin.cc:379
698
" ping Check if server is down\n"
699
" shutdown Take server down\n"
702
#: libdrizzle/errmsg.c:27
703
msgid "Unknown Drizzle error"
706
#: libdrizzle/errmsg.c:28
708
msgid "Can't create UNIX socket (%d)"
711
#: libdrizzle/errmsg.c:29
713
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
716
#: libdrizzle/errmsg.c:30
718
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
721
#: libdrizzle/errmsg.c:31
723
msgid "Can't create TCP/IP socket (%d)"
726
#: libdrizzle/errmsg.c:32
728
msgid "Unknown Drizzle server host '%-.100s' (%d)"
731
#: libdrizzle/errmsg.c:33
732
msgid "Drizzle server has gone away"
735
#: libdrizzle/errmsg.c:34
737
msgid "Protocol mismatch; server version = %d, client version = %d"
740
#: libdrizzle/errmsg.c:35
741
msgid "Drizzle client ran out of memory"
744
#: libdrizzle/errmsg.c:36
745
msgid "Wrong host info"
748
#: libdrizzle/errmsg.c:37
749
msgid "Localhost via UNIX socket"
752
#: libdrizzle/errmsg.c:38
754
msgid "%-.100s via TCP/IP"
757
#: libdrizzle/errmsg.c:39
758
msgid "Error in server handshake"
761
#: libdrizzle/errmsg.c:40
762
msgid "Lost connection to Drizzle server during query"
765
#: libdrizzle/errmsg.c:41
766
msgid "Commands out of sync; you can't run this command now"
769
#: libdrizzle/errmsg.c:42
771
msgid "Named pipe: %-.32s"
774
#: libdrizzle/errmsg.c:43
776
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
779
#: libdrizzle/errmsg.c:44
781
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
784
#: libdrizzle/errmsg.c:45
786
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
789
#: libdrizzle/errmsg.c:46
791
msgid "Can't initialize character set %-.32s (path: %-.100s)"
794
#: libdrizzle/errmsg.c:47
795
msgid "Got packet bigger than 'max_allowed_packet' bytes"
798
#: libdrizzle/errmsg.c:48
799
msgid "Embedded server"
802
#: libdrizzle/errmsg.c:49
803
msgid "Error on SHOW SLAVE STATUS:"
806
#: libdrizzle/errmsg.c:50
807
msgid "Error on SHOW SLAVE HOSTS:"
810
#: libdrizzle/errmsg.c:51
811
msgid "Error connecting to slave:"
814
#: libdrizzle/errmsg.c:52
815
msgid "Error connecting to master:"
818
#: libdrizzle/errmsg.c:53
819
msgid "SSL connection error"
822
#: libdrizzle/errmsg.c:54
823
msgid "Malformed packet"
826
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
827
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
828
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
829
#: libdrizzle/errmsg.c:74
830
msgid "(unused error message)"
833
#: libdrizzle/errmsg.c:56
834
msgid "Invalid use of null pointer"
837
#: libdrizzle/errmsg.c:57
838
msgid "Statement not prepared"
841
#: libdrizzle/errmsg.c:58
842
msgid "No data supplied for parameters in prepared statement"
845
#: libdrizzle/errmsg.c:59
846
msgid "Data truncated"
849
#: libdrizzle/errmsg.c:60
850
msgid "No parameters exist in the statement"
853
#: libdrizzle/errmsg.c:61
854
msgid "Invalid parameter number"
857
#: libdrizzle/errmsg.c:62
860
"Can't send long data for non-string/non-binary data types (parameter: %d)"
863
#: libdrizzle/errmsg.c:64
865
msgid "Using unsupported buffer type: %d (parameter: %d)"
868
#: libdrizzle/errmsg.c:65
870
msgid "Shared memory: %-.100s"
873
#: libdrizzle/errmsg.c:75
874
msgid "Wrong or unknown protocol"
877
#: libdrizzle/errmsg.c:76
878
msgid "Invalid connection handle"
881
#: libdrizzle/errmsg.c:77
883
"Connection using old (pre-4.1.1) authentication protocol refused (client "
884
"option 'secure_auth' enabled)"
887
#: libdrizzle/errmsg.c:79
888
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
891
#: libdrizzle/errmsg.c:80
892
msgid "Attempt to read column without prior row fetch"
895
#: libdrizzle/errmsg.c:81
896
msgid "Prepared statement contains no metadata"
899
#: libdrizzle/errmsg.c:82
901
"Attempt to read a row while there is no result set associated with the "
905
#: libdrizzle/errmsg.c:84
906
msgid "This feature is not implemented yet"
909
#: libdrizzle/errmsg.c:85
912
"Lost connection to Drizzle server while waiting for initial communication "
913
"packet, system error: %d"
916
#: libdrizzle/errmsg.c:87
919
"Lost connection to Drizzle server while reading initial communication "
920
"packet, system error: %d"
923
#: libdrizzle/errmsg.c:89
926
"Lost connection to Drizzle server while sending authentication information, "
930
#: libdrizzle/errmsg.c:91
933
"Lost connection to Drizzle server while reading authorization information, "
937
#: libdrizzle/errmsg.c:93
940
"Lost connection to Drizzle server while setting initial database, system "
944
#: libdrizzle/errmsg.c:95
946
msgid "Statement closed indirectly because of a preceeding %s() call"
949
#: libdrizzle/errmsg.c:97 drizzled/error.cc:348
950
msgid "Couldn't uncompress communication packet"
953
#: libdrizzle/errmsg.c:99 drizzled/error.cc:350
954
msgid "Got an error reading communication packets"
957
#: libdrizzle/errmsg.c:101 drizzled/error.cc:352
958
msgid "Got timeout reading communication packets"
961
#: libdrizzle/errmsg.c:103 drizzled/error.cc:354
962
msgid "Got an error writing communication packets"
965
#: libdrizzle/errmsg.c:105 drizzled/error.cc:356
966
msgid "Got timeout writing communication packets"
969
#: libdrizzle/local_infile.c:189 mysys/errors.c:52
971
msgid "File '%s' not found (Errcode: %d)"
974
#: libdrizzle/local_infile.c:220 mysys/errors.c:26
976
msgid "Error reading file '%s' (Errcode: %d)"
981
msgid "Can't create/write to file '%s' (Errcode: %d)"
986
msgid "Error writing file '%s' (Errcode: %d)"
991
msgid "Error on close of '%s' (Errcode: %d)"
996
msgid "Out of memory (Needed %u bytes)"
1001
msgid "Error on delete of '%s' (Errcode: %d)"
1004
#: mysys/errors.c:31
1006
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1009
#: mysys/errors.c:32
1011
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1014
#: mysys/errors.c:33
1016
msgid "Can't lock file (Errcode: %d)"
1019
#: mysys/errors.c:34
1021
msgid "Can't unlock file (Errcode: %d)"
1024
#: mysys/errors.c:35
1026
msgid "Can't read dir of '%s' (Errcode: %d)"
1029
#: mysys/errors.c:36
1031
msgid "Can't get stat of '%s' (Errcode: %d)"
1034
#: mysys/errors.c:37
1036
msgid "Can't change size of file (Errcode: %d)"
1039
#: mysys/errors.c:38
1041
msgid "Can't open stream from handle (Errcode: %d)"
1044
#: mysys/errors.c:39
1046
msgid "Can't get working dirctory (Errcode: %d)"
1049
#: mysys/errors.c:40
1051
msgid "Can't change dir to '%s' (Errcode: %d)"
1054
#: mysys/errors.c:41
1056
msgid "Warning: '%s' had %d links"
1059
#: mysys/errors.c:42
1061
msgid "Warning: %d files and %d streams is left open\n"
1064
#: mysys/errors.c:43
1066
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1069
#: mysys/errors.c:44
1071
msgid "Can't create directory '%s' (Errcode: %d)"
1074
#: mysys/errors.c:45
1077
"Character set '%s' is not a compiled character set and is not specified in "
1081
#: mysys/errors.c:46
1083
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1086
#: mysys/errors.c:47
1088
msgid "Can't read value for symlink '%s' (Error %d)"
1091
#: mysys/errors.c:48
1093
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1096
#: mysys/errors.c:49
1098
msgid "Error on realpath() on '%s' (Error %d)"
1101
#: mysys/errors.c:50
1103
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1106
#: mysys/errors.c:51
1109
"Collation '%s' is not a compiled collation and is not specified in the %s "
1113
#: mysys/errors.c:53
1115
msgid "File '%s' (fileno: %d) was not closed"
1118
#: mysys/my_error.c:86
1120
msgid "Unknown error %d"
1123
#: mysys/my_getopt.c:83
1127
#: mysys/my_getopt.c:85
1131
#: mysys/my_getopt.c:350
1133
msgid "%s: %s: Option '%s' used, but is disabled\n"
1136
#: mysys/my_getopt.c:351
1140
#: mysys/my_getopt.c:351
1144
#: mysys/my_getopt.c:454
1146
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1149
#: mysys/my_getopt.c:767
1151
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1154
#: mysys/my_getopt.c:944
1156
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1159
#: mysys/my_getopt.c:1166
1161
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1164
#: mysys/my_getopt.c:1186
1168
"Variables (--variable-name=value)\n"
1169
"and boolean options {false|true} Value (after reading options)\n"
1170
"--------------------------------- -----------------------------\n"
1173
#: mysys/my_getopt.c:1202 mysys/my_getopt.c:1218
1174
msgid "(No default value)"
1177
#: mysys/my_getopt.c:1221
1181
#: mysys/my_getopt.c:1221
1185
#: mysys/my_getopt.c:1246
1187
msgid "(Disabled)\n"
1190
#: drizzled/authentication.cc:66 drizzled/handler.cc:350
1191
#: drizzled/sql_plugin.cc:821 drizzled/sql_show.cc:4663
1193
msgid "Plugin '%s' init function returned error."
1196
#. TRANSLATORS: The leading word "configvar" is the name
1197
#. of the plugin api, and so should not be translated.
1198
#: drizzled/configvar.cc:40
1200
msgid "configvar plugin '%s' init() failed"
1203
#. TRANSLATORS: The leading word "configvar" is the name
1204
#. of the plugin api, and so should not be translated.
1205
#: drizzled/configvar.cc:62
1207
msgid "configvar plugin '%s' deinit() failed"
1210
#. TRANSLATORS: The leading word "configvar" is the name
1211
#. of the plugin api, and so should not be translated.
1212
#: drizzled/configvar.cc:98
1214
msgid "configvar plugin '%s' configvar_func1() failed"
1217
#. TRANSLATORS: The leading word "configvar" is the name
1218
#. of the plugin api, and so should not be translated.
1219
#: drizzled/configvar.cc:152
1221
msgid "configvar plugin '%s' configvar_func2() failed"
1224
#: drizzled/drizzled.cc:549
1226
msgid "Got error %d from pthread_cond_timedwait"
1229
#: drizzled/drizzled.cc:689 drizzled/drizzled.cc:1764
1230
msgid "Can't create thread to kill server"
1233
#: drizzled/drizzled.cc:756
1235
msgid "Got signal %d from thread %lud"
1238
#: drizzled/drizzled.cc:790
1242
#: drizzled/drizzled.cc:975
1243
msgid "One can only use the --user switch if running as root\n"
1246
#: drizzled/drizzled.cc:983
1248
"Fatal error: Please read \"Security\" section of the manual to find out how "
1249
"to run mysqld as root!\n"
1252
#: drizzled/drizzled.cc:1007
1255
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1259
#: drizzled/drizzled.cc:1182
1261
msgid "Retrying bind on TCP/IP port %u"
1264
#: drizzled/drizzled.cc:1188
1265
msgid "Can't start server: Bind on TCP/IP port"
1268
#: drizzled/drizzled.cc:1189
1270
msgid "Do you already have another drizzled server running on port: %d ?"
1273
#: drizzled/drizzled.cc:1195
1274
msgid "Can't start server: listen() on TCP/IP port"
1277
#: drizzled/drizzled.cc:1196
1279
msgid "listen() on TCP/IP failed with error %d"
1282
#: drizzled/drizzled.cc:1414
1287
#: drizzled/drizzled.cc:1432
1290
"We will try our best to scrape up some info that will hopefully help "
1292
"the problem, but since we have already crashed, something is definitely "
1294
"and this may fail.\n"
1298
#: drizzled/drizzled.cc:1443
1301
"It is possible that mysqld could use up to \n"
1302
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1304
"Hope that's ok; if not, decrease some variables in the equation.\n"
1308
#: drizzled/drizzled.cc:1461
1311
"Attempting backtrace. You can use the following information to find out\n"
1312
"where mysqld died. If you see no messages after this, something went\n"
1313
"terribly wrong...\n"
1316
#: drizzled/drizzled.cc:1489
1319
"Trying to get some variables.\n"
1320
"Some pointers may be invalid and cause the dump to abort...\n"
1323
#: drizzled/drizzled.cc:1501
1327
"This crash occured while the server was calling initgroups(). This is\n"
1328
"often due to the use of a drizzled that is statically linked against glibc\n"
1329
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1330
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1331
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1332
"drizzled that is not statically linked.\n"
1335
#: drizzled/drizzled.cc:1516
1339
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1340
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1341
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1342
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1343
"the documentation for your distribution on how to do that.\n"
1346
#: drizzled/drizzled.cc:1529
1350
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1351
"unreliable and unstable on some operating systems and operating-system\n"
1352
"versions (notably, some versions of Linux). This crash could be due to use\n"
1353
"of those buggy OS calls. You should consider whether you really need the\n"
1354
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1358
#: drizzled/drizzled.cc:1544
1360
msgid "Writing a core file\n"
1363
#: drizzled/drizzled.cc:1591
1365
"setrlimit could not change the size of core files to 'infinity'; We may not "
1366
"be able to generate a core file on signals"
1369
#: drizzled/drizzled.cc:1659
1371
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1374
#: drizzled/drizzled.cc:1747
1376
msgid "Got signal %d to shutdown mysqld"
1379
#: drizzled/drizzled.cc:1788
1381
msgid "Got signal: %d error: %d"
1384
#: drizzled/drizzled.cc:1918
1386
msgid "Wrong date/time format specifier: %s\n"
1389
#: drizzled/drizzled.cc:2042
1391
msgid "gethostname failed, using '%s' as hostname"
1394
#: drizzled/drizzled.cc:2106
1397
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1400
#: drizzled/drizzled.cc:2111
1403
"Could not increase number of max_open_files to more than %u (request: %u)"
1406
#: drizzled/drizzled.cc:2192
1408
msgid "Unknown locale: '%s'"
1411
#: drizzled/drizzled.cc:2262
1412
msgid "Can't create thread-keys"
1415
#: drizzled/drizzled.cc:2302
1416
msgid "Unable to reopen stdout"
1419
#: drizzled/drizzled.cc:2305
1420
msgid "Unable to reopen stderr"
1423
#: drizzled/drizzled.cc:2311
1424
msgid "Out of memory"
1427
#: drizzled/drizzled.cc:2318
1428
msgid "You need to use --log-bin to make --binlog-format work."
1431
#: drizzled/drizzled.cc:2340
1433
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1434
"impossible, it would lead to infinite loops in this server."
1437
#: drizzled/drizzled.cc:2360
1440
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1441
"replication may break when this Drizzle server acts as a master and has his "
1442
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1445
#: drizzled/drizzled.cc:2394
1446
msgid "Failed to initialize plugins."
1449
#: drizzled/drizzled.cc:2425
1452
"%s: Too many arguments (first extra is '%s').\n"
1453
"Use --verbose --help to get a list of available options\n"
1456
#: drizzled/drizzled.cc:2435
1457
msgid "Can't init databases"
1460
#: drizzled/drizzled.cc:2455
1462
msgid "Unknown/unsupported table type: %s"
1465
#: drizzled/drizzled.cc:2461
1467
msgid "Default storage engine (%s) is not available"
1470
#: drizzled/drizzled.cc:2484
1471
msgid "Can't initialize tc_log"
1474
#: drizzled/drizzled.cc:2515
1476
msgid "Failed to lock memory. Errno: %d\n"
1479
#: drizzled/drizzled.cc:2584
1481
msgid "Asked for %u thread stack, but got %<PRIu64>"
1484
#: drizzled/drizzled.cc:2620
1486
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1487
"value: we force server id to 1; updates will be logged to the binary log, "
1488
"but connections from slaves will not be accepted."
1491
#: drizzled/drizzled.cc:2678
1492
msgid "Before Lock_thread_count"
1495
#: drizzled/drizzled.cc:2685
1496
msgid "After lock_thread_count"
1499
#: drizzled/drizzled.cc:2793
1501
msgid "drizzled: Got error %d from select"
1504
#: drizzled/drizzled.cc:3029 drizzled/drizzled.cc:3134
1505
#: drizzled/drizzled.cc:3252
1506
msgid "Option used by mysql-test for debugging and testing of replication."
1509
#: drizzled/drizzled.cc:3033
1510
msgid "Auto-increment columns are incremented by this"
1513
#: drizzled/drizzled.cc:3038
1515
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1519
#: drizzled/drizzled.cc:3044
1521
"Path to installation directory. All paths are usually resolved relative to "
1525
#: drizzled/drizzled.cc:3048
1526
msgid "IP address to bind to."
1529
#: drizzled/drizzled.cc:3052
1531
"Does not have any effect without '--log-bin'. Tell the master the form of "
1532
"binary logging to use: either 'row' for row-based binary logging, or "
1533
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1534
"statement-based binary logging except for those statements where only row-"
1535
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1536
"the UUID() function; for those, row-based binary logging is automatically "
1540
#: drizzled/drizzled.cc:3062
1542
"Tells the master it should log updates for the specified database, and "
1543
"exclude all others not explicitly mentioned."
1546
#: drizzled/drizzled.cc:3066
1548
"Tells the master that updates to the given database should not be logged "
1552
#: drizzled/drizzled.cc:3070
1554
"The maximum size of a row-based binary log event in bytes. Rows will be "
1555
"grouped into events smaller than this size if possible. The value has to be "
1556
"a multiple of 256."
1559
#: drizzled/drizzled.cc:3081
1560
msgid "Don't ignore client side character set value sent during handshake."
1563
#: drizzled/drizzled.cc:3086
1564
msgid "Set the filesystem character set."
1567
#: drizzled/drizzled.cc:3091
1568
msgid "Set the default character set."
1571
#: drizzled/drizzled.cc:3098
1572
msgid "Chroot mysqld daemon during startup."
1575
#: drizzled/drizzled.cc:3102
1576
msgid "Set the default collation."
1579
#: drizzled/drizzled.cc:3106
1580
msgid "Default completion type."
1583
#: drizzled/drizzled.cc:3111
1584
msgid "Write error output on screen."
1587
#: drizzled/drizzled.cc:3115
1588
msgid "Write core on errors."
1591
#: drizzled/drizzled.cc:3119
1592
msgid "Path to the database root."
1595
#: drizzled/drizzled.cc:3123
1596
msgid "Set the default storage engine (table type) for tables."
1599
#: drizzled/drizzled.cc:3127
1600
msgid "Set the default time zone."
1603
#: drizzled/drizzled.cc:3131
1604
msgid "Type of DELAY_KEY_WRITE."
1607
#: drizzled/drizzled.cc:3140
1608
msgid "Print a symbolic stack trace on failure."
1611
#: drizzled/drizzled.cc:3146
1612
msgid "Push supported query conditions to the storage engine."
1615
#: drizzled/drizzled.cc:3152
1616
msgid "Used for debugging; Use at your own risk!"
1619
#: drizzled/drizzled.cc:3155
1620
msgid "Flush tables to disk between SQL commands."
1623
#: drizzled/drizzled.cc:3160
1624
msgid "Set up signals usable for debugging"
1627
#: drizzled/drizzled.cc:3164
1628
msgid "Command(s) that are executed for each new connection"
1631
#: drizzled/drizzled.cc:3168
1632
msgid "Read SQL commands from this file at startup."
1635
#: drizzled/drizzled.cc:3172
1636
msgid "Command(s) that are executed when a slave connects to this master"
1639
#: drizzled/drizzled.cc:3176
1643
#: drizzled/drizzled.cc:3180
1644
msgid "Set the language used for the month names and the days of the week."
1647
#: drizzled/drizzled.cc:3185
1648
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1651
#: drizzled/drizzled.cc:3190
1652
msgid "Log connections and queries to file."
1655
#: drizzled/drizzled.cc:3194
1657
"Log update queries in binary format. Optional argument is the location for "
1658
"the binary log files.(Strongly recommended to avoid replication problems if "
1659
"server's hostname changes)"
1662
#: drizzled/drizzled.cc:3201
1663
msgid "File that holds the names for last binary log files."
1666
#: drizzled/drizzled.cc:3205
1667
msgid "Error log file."
1670
#: drizzled/drizzled.cc:3209
1671
msgid "Log all MyISAM changes to file."
1674
#: drizzled/drizzled.cc:3213
1676
"Tells the slave to log the updates from the slave thread to the binary log. "
1677
"You will need to turn it on if you plan to daisy-chain the slaves."
1680
#: drizzled/drizzled.cc:3220
1682
"Path to transaction coordinator log (used for transactions that affect more "
1683
"than one storage engine, when binary log is disabled)"
1686
#: drizzled/drizzled.cc:3226
1687
msgid "Size of transaction coordinator log."
1690
#: drizzled/drizzled.cc:3232
1691
msgid "Log some not critical warnings to the log file."
1694
#: drizzled/drizzled.cc:3237
1695
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1698
#: drizzled/drizzled.cc:3242
1700
"The location and name of the file that remembers the master and where the I/"
1701
"O replication thread is in the master's binlogs."
1704
#: drizzled/drizzled.cc:3247
1706
"The number of tries the slave will make to connect to the master before "
1710
#: drizzled/drizzled.cc:3256
1711
msgid "Lock mysqld in memory."
1714
#: drizzled/drizzled.cc:3260
1716
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1717
"BACKUP, FORCE or QUICK."
1720
#: drizzled/drizzled.cc:3265
1721
msgid "Use very new possible 'unsafe' functions."
1724
#: drizzled/drizzled.cc:3270
1725
msgid "Use old, non-optimized alter table."
1728
#: drizzled/drizzled.cc:3275
1729
msgid "Pid file used by safe_mysqld."
1732
#: drizzled/drizzled.cc:3285
1734
"Maximum time in seconds to wait for the port to become free. (Default: no "
1738
#: drizzled/drizzled.cc:3290
1739
msgid "The location and name to use for relay logs."
1742
#: drizzled/drizzled.cc:3294
1744
"The location and name to use for the file that keeps a list of the last "
1748
#: drizzled/drizzled.cc:3299
1750
"The location and name of the file that remembers where the SQL replication "
1751
"thread is in the relay logs."
1754
#: drizzled/drizzled.cc:3304
1756
"Tells the slave thread to restrict replication to the specified database. To "
1757
"specify more than one database, use the directive multiple times, once for "
1758
"each database. Note that this will only work if you do not use cross-"
1759
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
1760
"having selected a different or no database. If you need cross database "
1761
"updates to work, use replicate-wild-do-table=db_name.%."
1764
#: drizzled/drizzled.cc:3313
1766
"Tells the slave thread to restrict replication to the specified table. To "
1767
"specify more than one table, use the directive multiple times, once for each "
1768
"table. This will work for cross-database updates, in contrast to replicate-"
1772
#: drizzled/drizzled.cc:3319
1774
"Tells the slave thread to not replicate to the specified database. To "
1775
"specify more than one database to ignore, use the directive multiple times, "
1776
"once for each database. This option will not work if you use cross database "
1777
"updates. If you need cross database updates to work, use replicate-wild-"
1778
"ignore-table=db_name.%. "
1781
#: drizzled/drizzled.cc:3326
1783
"Tells the slave thread to not replicate to the specified table. To specify "
1784
"more than one table to ignore, use the directive multiple times, once for "
1785
"each table. This will work for cross-datbase updates, in contrast to "
1786
"replicate-ignore-db."
1789
#: drizzled/drizzled.cc:3332
1791
"Updates to a database with a different name than the original. Example: "
1792
"replicate-rewrite-db=master_db_name->slave_db_name."
1795
#: drizzled/drizzled.cc:3336
1797
"In replication, if set to 1, do not skip events having our server id. "
1798
"Default value is 0 (to break infinite loops in circular replication). Can't "
1799
"be set to 1 if --log-slave-updates is used."
1802
#: drizzled/drizzled.cc:3343
1804
"Tells the slave thread to restrict replication to the tables that match the "
1805
"specified wildcard pattern. To specify more than one table, use the "
1806
"directive multiple times, once for each table. This will work for cross-"
1807
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
1808
"only updates to tables in all databases that start with foo and whose table "
1809
"names start with bar."
1812
#: drizzled/drizzled.cc:3351
1814
"Tells the slave thread to not replicate to the tables that match the given "
1815
"wildcard pattern. To specify more than one table to ignore, use the "
1816
"directive multiple times, once for each table. This will work for cross-"
1817
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
1818
"updates to tables in databases that start with foo and whose table names "
1822
#: drizzled/drizzled.cc:3360
1824
"Hostname or IP of the slave to be reported to to the master during slave "
1825
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1826
"you do not want the slave to register itself with the master. Note that it "
1827
"is not sufficient for the master to simply read the IP of the slave off the "
1828
"socket once the slave connects. Due to NAT and other routing issues, that IP "
1829
"may not be valid for connecting to the slave from the master or other hosts."
1832
#: drizzled/drizzled.cc:3373
1834
"Port for connecting to slave reported to the master during slave "
1835
"registration. Set it only if the slave is listening on a non-default port or "
1836
"if you have a special tunnel from the master or other clients to the slave. "
1837
"If not sure, leave this option unset."
1840
#: drizzled/drizzled.cc:3380
1841
msgid "Skip some optimize stages (for testing)."
1844
#: drizzled/drizzled.cc:3383
1846
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1847
"specified directory"
1850
#: drizzled/drizzled.cc:3388
1852
"Uniquely identifies the server instance in the community of replication "
1856
#: drizzled/drizzled.cc:3393
1857
msgid "Don't use new, possible wrong routines."
1860
#: drizzled/drizzled.cc:3396
1861
msgid "If set, slave is not autostarted."
1864
#: drizzled/drizzled.cc:3400
1865
msgid "Don't print a stack trace on failure."
1868
#: drizzled/drizzled.cc:3404
1869
msgid "Don't give threads different priorities."
1872
#: drizzled/drizzled.cc:3408
1874
"The location where the slave should put its temporary files when replicating "
1875
"a LOAD DATA INFILE command."
1878
#: drizzled/drizzled.cc:3413
1880
"Tells the slave thread to continue replication when a query event returns an "
1881
"error from the provided list."
1884
#: drizzled/drizzled.cc:3417
1886
"Modes for how replication events should be executed. Legal values are "
1887
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
1888
"stop for operations that are idempotent. In STRICT mode, replication will "
1889
"stop on any unexpected difference between the master and the slave."
1892
#: drizzled/drizzled.cc:3425
1896
#: drizzled/drizzled.cc:3428
1897
msgid "Enable symbolic link support."
1900
#: drizzled/drizzled.cc:3437
1902
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1905
#: drizzled/drizzled.cc:3442
1907
"Decision to use in heuristic recover process. Possible values are COMMIT or "
1911
#: drizzled/drizzled.cc:3447
1913
"Using this option will cause most temporary files created to use a small set "
1914
"of names, rather than a unique name for each new file."
1917
#: drizzled/drizzled.cc:3452
1919
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1922
#: drizzled/drizzled.cc:3457
1924
"Path for temporary files. Several paths may be specified, separated by a "
1925
"colon (:), in this case they are used in a round-robin fashion."
1928
#: drizzled/drizzled.cc:3463
1929
msgid "Default transaction isolation level."
1932
#: drizzled/drizzled.cc:3467
1933
msgid "Run mysqld daemon as user."
1936
#: drizzled/drizzled.cc:3475
1938
"The number of outstanding connection requests MySQL can have. This comes "
1939
"into play when the main MySQL thread gets very many connection requests in a "
1943
#: drizzled/drizzled.cc:3481
1945
"The size of the cache to hold the SQL statements for the binary log during a "
1946
"transaction. If you often use big, multi-statement transactions you can "
1947
"increase this to get more performance."
1950
#: drizzled/drizzled.cc:3487
1952
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1956
#: drizzled/drizzled.cc:3493
1958
"The number of seconds the mysqld server is waiting for a connect packet "
1959
"before responding with 'Bad handshake'."
1962
#: drizzled/drizzled.cc:3498
1963
msgid "The DATE format (For future)."
1966
#: drizzled/drizzled.cc:3503
1967
msgid "The DATETIME/TIMESTAMP format (for future)."
1970
#: drizzled/drizzled.cc:3508
1971
msgid "The default week format used by WEEK() functions."
1974
#: drizzled/drizzled.cc:3513
1976
"Precision of the result of '/' operator will be increased on that value."
1979
#: drizzled/drizzled.cc:3519
1981
"If non-zero, binary logs will be purged after expire_logs_days days; "
1982
"possible purges happen at startup and at binary log rotation."
1985
#: drizzled/drizzled.cc:3525
1986
msgid "The maximum length of the result of function group_concat."
1989
#: drizzled/drizzled.cc:3530
1991
"The number of seconds the server waits for activity on an interactive "
1992
"connection before closing it."
1995
#: drizzled/drizzled.cc:3536
1996
msgid "The size of the buffer that is used for full joins."
1999
#: drizzled/drizzled.cc:3542
2000
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2003
#: drizzled/drizzled.cc:3547
2005
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2006
"this to get better index handling (for all reads and multiple writes) to as "
2007
"much as you can afford;"
2010
#: drizzled/drizzled.cc:3556
2012
"This characterizes the number of hits a hot block has to be untouched until "
2013
"it is considered aged enough to be downgraded to a warm block. This "
2014
"specifies the percentage ratio of that number of hits to the total number of "
2015
"blocks in key cache"
2018
#: drizzled/drizzled.cc:3565
2019
msgid "The default size of key cache blocks"
2022
#: drizzled/drizzled.cc:3571
2023
msgid "The minimum percentage of warm blocks in key cache"
2026
#: drizzled/drizzled.cc:3577
2027
msgid "Max packetlength to send/receive from to server."
2030
#: drizzled/drizzled.cc:3582
2032
"Can be used to restrict the total size used to cache a multi-transaction "
2036
#: drizzled/drizzled.cc:3587
2038
"Binary log will be rotated automatically when the size exceeds this value. "
2039
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2040
"for this variable is 4096."
2043
#: drizzled/drizzled.cc:3593
2045
"If there is more than this number of interrupted connections from a host "
2046
"this host will be blocked from further connections."
2049
#: drizzled/drizzled.cc:3600
2050
msgid "The number of simultaneous clients allowed."
2053
#: drizzled/drizzled.cc:3605
2054
msgid "Max number of errors/warnings to store for a statement."
2057
#: drizzled/drizzled.cc:3610
2058
msgid "Don't allow creation of heap tables bigger than this."
2061
#: drizzled/drizzled.cc:3616
2063
"Joins that are probably going to read more than max_join_size records return "
2067
#: drizzled/drizzled.cc:3622
2068
msgid "Max number of bytes in sorted records."
2071
#: drizzled/drizzled.cc:3627
2073
"If non-zero: relay log will be rotated automatically when the size exceeds "
2074
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2075
"excepted, the minimum value for this variable is 4096."
2078
#: drizzled/drizzled.cc:3634
2079
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2082
#: drizzled/drizzled.cc:3639
2084
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2085
"max_sort_length bytes of each value are used; the rest are ignored)."
2088
#: drizzled/drizzled.cc:3646
2089
msgid "Maximum number of temporary tables a client can keep open at a time."
2092
#: drizzled/drizzled.cc:3651
2093
msgid "After this many write locks, allow some read locks to run in between."
2096
#: drizzled/drizzled.cc:3655
2098
"Don't log queries which examine less than min_examined_row_limit rows to "
2102
#: drizzled/drizzled.cc:3661
2103
msgid "Block size to be used for MyISAM index pages."
2106
#: drizzled/drizzled.cc:3667
2107
msgid "Default pointer size to be used for MyISAM tables."
2110
#: drizzled/drizzled.cc:3672
2112
"Don't use the fast sort index method to created index if the temporary file "
2113
"would get bigger than this."
2116
#: drizzled/drizzled.cc:3679
2118
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2119
"disables parallel repair."
2122
#: drizzled/drizzled.cc:3685
2124
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2125
"when creating indexes with CREATE INDEX or ALTER TABLE."
2128
#: drizzled/drizzled.cc:3691
2130
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2131
"Possible values of name are 'nulls_unequal' (default behavior), "
2132
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2135
#: drizzled/drizzled.cc:3698
2136
msgid "Buffer length for TCP/IP and socket communication."
2139
#: drizzled/drizzled.cc:3703
2141
"Number of seconds to wait for more data from a connection before aborting "
2145
#: drizzled/drizzled.cc:3709
2147
"If a read on a communication port is interrupted, retry this many times "
2151
#: drizzled/drizzled.cc:3715
2153
"Number of seconds to wait for a block to be written to a connection before "
2154
"aborting the write."
2157
#: drizzled/drizzled.cc:3721
2158
msgid "Use compatible behavior."
2161
#: drizzled/drizzled.cc:3726
2163
"If this is not 0, then mysqld will use this value to reserve file "
2164
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2165
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2166
"larger) number of files."
2169
#: drizzled/drizzled.cc:3733
2171
"Controls the heuristic(s) applied during query optimization to prune less-"
2172
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2173
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2174
"on number of retrieved rows."
2177
#: drizzled/drizzled.cc:3741
2179
"Maximum depth of search performed by the query optimizer. Values larger than "
2180
"the number of relations in a query result in better query plans, but take "
2181
"longer to compile a query. Smaller values than the number of tables in a "
2182
"relation result in faster optimization, but may produce very bad query "
2183
"plans. If set to 0, the system will automatically pick a reasonable value; "
2184
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
2185
"(used for testing/comparison)."
2188
#: drizzled/drizzled.cc:3753
2189
msgid "Directory for plugins."
2192
#: drizzled/drizzled.cc:3757
2194
"Optional comma separated list of plugins to load, where each plugin is "
2195
"identified by the name of the shared library. [for example: --"
2196
"plugin_load=libmd5udf.so]"
2199
#: drizzled/drizzled.cc:3763
2200
msgid "The size of the buffer that is allocated when preloading indexes"
2203
#: drizzled/drizzled.cc:3768
2204
msgid "Allocation block size for query parsing and execution"
2207
#: drizzled/drizzled.cc:3773
2208
msgid "Persistent buffer for query parsing and execution"
2211
#: drizzled/drizzled.cc:3779
2212
msgid "Allocation block size for storing ranges during optimization"
2215
#: drizzled/drizzled.cc:3785
2217
"Each thread that does a sequential scan allocates a buffer of this size for "
2218
"each table it scans. If you do many sequential scans, you may want to "
2219
"increase this value."
2222
#: drizzled/drizzled.cc:3793
2224
"Make all non-temporary tables read-only, with the exception for replication "
2225
"(slave) threads and users with the SUPER privilege"
2228
#: drizzled/drizzled.cc:3799
2230
"When reading rows in sorted order after a sort, the rows are read through "
2231
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2235
#: drizzled/drizzled.cc:3813
2237
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2241
#: drizzled/drizzled.cc:3819
2242
msgid "Maximum space to use for all relay logs."
2245
#: drizzled/drizzled.cc:3824
2246
msgid "Use compression on master/slave protocol."
2249
#: drizzled/drizzled.cc:3829
2251
"Number of seconds to wait for more data from a master/slave connection "
2252
"before aborting the read."
2255
#: drizzled/drizzled.cc:3834
2257
"Number of times the slave SQL thread will retry a transaction in case it "
2258
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2262
#: drizzled/drizzled.cc:3840
2263
msgid "Allow slave to batch requests."
2266
#: drizzled/drizzled.cc:3844
2268
"If creating the thread takes longer than this value (in seconds), the "
2269
"Slow_launch_threads counter will be incremented."
2272
#: drizzled/drizzled.cc:3849
2273
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2276
#: drizzled/drizzled.cc:3855
2278
"Synchronously flush binary log to disk after every #th event. Use 0 "
2279
"(default) to disable synchronous flushing."
2282
#: drizzled/drizzled.cc:3860
2283
msgid "The number of cached table definitions."
2286
#: drizzled/drizzled.cc:3864
2287
msgid "The number of cached open tables."
2290
#: drizzled/drizzled.cc:3868
2292
"Timeout in seconds to wait for a table level lock before returning an error. "
2293
"Used only if the connection has active cursors."
2296
#: drizzled/drizzled.cc:3873
2297
msgid "How many threads we should keep in a cache for reuse."
2300
#: drizzled/drizzled.cc:3877
2302
"How many threads we should create to handle query requests in case of "
2303
"'thread_handling=pool-of-threads'"
2306
#: drizzled/drizzled.cc:3882
2307
msgid "The stack size for each thread."
2310
#: drizzled/drizzled.cc:3888
2311
msgid "The TIME format (for future)."
2314
#: drizzled/drizzled.cc:3893
2316
"If an internal in-memory temporary table exceeds this size, MySQL will "
2317
"automatically convert it to an on-disk MyISAM table."
2320
#: drizzled/drizzled.cc:3899
2321
msgid "Allocation block size for transactions to be stored in binary log"
2324
#: drizzled/drizzled.cc:3904
2325
msgid "Persistent buffer for transactions to be stored in binary log"
2328
#: drizzled/drizzled.cc:3909
2330
"The number of seconds the server waits for activity on a connection before "
2334
#: drizzled/drizzled.cc:4157
2336
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2337
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2338
"and you are welcome to modify and redistribute it under the GPL license\n"
2340
"Starts the Drizzle database server\n"
2343
#: drizzled/drizzled.cc:4164
2345
msgid "Usage: %s [OPTIONS]\n"
2348
#: drizzled/drizzled.cc:4175
2351
"To see what values a running Drizzle server is using, type\n"
2352
"'drizzleadmin variables' instead of 'drizzled --help'."
2355
#: drizzled/drizzled.cc:4353
2358
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2362
#: drizzled/drizzled.cc:4405
2364
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2367
#: drizzled/drizzled.cc:4414
2369
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2372
#: drizzled/drizzled.cc:4424
2374
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2377
#: drizzled/drizzled.cc:4453 drizzled/drizzled.cc:4462
2379
msgid "Could not add do table rule '%s'!\n"
2382
#: drizzled/drizzled.cc:4471 drizzled/drizzled.cc:4480
2384
msgid "Could not add ignore table rule '%s'!\n"
2387
#: drizzled/drizzled.cc:4504
2388
msgid "Can't start server: cannot resolve hostname!"
2391
#: drizzled/drizzled.cc:4510
2392
msgid "Can't start server: bind-address refers to multiple interfaces!"
2395
#: drizzled/drizzled.cc:4868
2397
msgid "No option given to %s\n"
2400
#: drizzled/drizzled.cc:4870
2402
msgid "Wrong option to %s. Option(s) given: %s\n"
2405
#: drizzled/drizzled.cc:4872
2407
msgid "Alternatives are: '%s'"
2410
#: drizzled/error.cc:34
2414
#: drizzled/error.cc:36
2418
#: drizzled/error.cc:38
2422
#: drizzled/error.cc:40
2426
#: drizzled/error.cc:42
2428
msgid "Can't create file '%-.200s' (errno: %d)"
2431
#: drizzled/error.cc:44
2433
msgid "Can't create table '%-.200s' (errno: %d)"
2436
#: drizzled/error.cc:46
2438
msgid "Can't create database '%-.192s' (errno: %d)"
2441
#: drizzled/error.cc:48
2443
msgid "Can't create database '%-.192s'; database exists"
2446
#: drizzled/error.cc:50
2448
msgid "Can't drop database '%-.192s'; database doesn't exist"
2451
#: drizzled/error.cc:52
2453
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2456
#: drizzled/error.cc:54
2458
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2461
#: drizzled/error.cc:56
2463
msgid "Error on delete of '%-.192s' (errno: %d)"
2466
#: drizzled/error.cc:58
2467
msgid "Can't read record in system table"
2470
#: drizzled/error.cc:60
2472
msgid "Can't get status of '%-.200s' (errno: %d)"
2475
#: drizzled/error.cc:62
2477
msgid "Can't get working directory (errno: %d)"
2480
#: drizzled/error.cc:64
2482
msgid "Can't lock file (errno: %d)"
2485
#: drizzled/error.cc:66
2487
msgid "Can't open file: '%-.200s' (errno: %d)"
2490
#: drizzled/error.cc:68
2492
msgid "Can't find file: '%-.200s' (errno: %d)"
2495
#: drizzled/error.cc:70
2497
msgid "Can't read dir of '%-.192s' (errno: %d)"
2500
#: drizzled/error.cc:72
2502
msgid "Can't change dir to '%-.192s' (errno: %d)"
2505
#: drizzled/error.cc:74
2507
msgid "Record has changed since last read in table '%-.192s'"
2510
#: drizzled/error.cc:76
2512
msgid "Disk full (%s); waiting for someone to free some space..."
2515
#: drizzled/error.cc:78
2517
msgid "Can't write; duplicate key in table '%-.192s'"
2520
#: drizzled/error.cc:80
2522
msgid "Error on close of '%-.192s' (errno: %d)"
2525
#: drizzled/error.cc:82
2527
msgid "Error reading file '%-.200s' (errno: %d)"
2530
#: drizzled/error.cc:84
2532
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2535
#: drizzled/error.cc:86
2537
msgid "Error writing file '%-.200s' (errno: %d)"
2540
#: drizzled/error.cc:88
2542
msgid "'%-.192s' is locked against change"
2545
#: drizzled/error.cc:90
2546
msgid "Sort aborted"
2549
#: drizzled/error.cc:92
2551
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2554
#: drizzled/error.cc:94
2556
msgid "Got error %d from storage engine"
2559
#: drizzled/error.cc:96
2561
msgid "Table storage engine for '%-.192s' doesn't have this option"
2564
#: drizzled/error.cc:98
2566
msgid "Can't find record in '%-.192s'"
2569
#: drizzled/error.cc:100
2571
msgid "Incorrect information in file: '%-.200s'"
2574
#: drizzled/error.cc:102
2576
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2579
#: drizzled/error.cc:104
2581
msgid "Old key file for table '%-.192s'; repair it!"
2584
#: drizzled/error.cc:106
2586
msgid "Table '%-.192s' is read only"
2589
#: drizzled/error.cc:108
2591
msgid "Out of memory; restart server and try again (needed %d bytes)"
2594
#: drizzled/error.cc:110
2595
msgid "Out of sort memory; increase server sort buffer size"
2598
#: drizzled/error.cc:112
2600
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2603
#: drizzled/error.cc:114
2604
msgid "Too many connections"
2607
#: drizzled/error.cc:116
2609
"Out of memory; check if mysqld or some other process uses all available "
2610
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
2611
"memory or you can add more swap space"
2614
#: drizzled/error.cc:118
2615
msgid "Can't get hostname for your address"
2618
#: drizzled/error.cc:120
2619
msgid "Bad handshake"
2622
#: drizzled/error.cc:122
2624
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2627
#: drizzled/error.cc:124
2629
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2632
#: drizzled/error.cc:126
2633
msgid "No database selected"
2636
#: drizzled/error.cc:128
2637
msgid "Unknown command"
2640
#: drizzled/error.cc:130
2642
msgid "Column '%-.192s' cannot be null"
2645
#: drizzled/error.cc:132
2647
msgid "Unknown database '%-.192s'"
2650
#: drizzled/error.cc:134
2652
msgid "Table '%-.192s' already exists"
2655
#: drizzled/error.cc:136
2657
msgid "Unknown table '%-.100s'"
2660
#: drizzled/error.cc:138
2662
msgid "Column '%-.192s' in %-.192s is ambiguous"
2665
#: drizzled/error.cc:140
2666
msgid "Server shutdown in progress"
2669
#: drizzled/error.cc:142
2671
msgid "Unknown column '%-.192s' in '%-.192s'"
2674
#: drizzled/error.cc:144
2676
msgid "'%-.192s' isn't in GROUP BY"
2679
#: drizzled/error.cc:146
2681
msgid "Can't group on '%-.192s'"
2684
#: drizzled/error.cc:148
2685
msgid "Statement has sum functions and columns in same statement"
2688
#: drizzled/error.cc:150
2689
msgid "Column count doesn't match value count"
2692
#: drizzled/error.cc:152
2694
msgid "Identifier name '%-.100s' is too long"
2697
#: drizzled/error.cc:154
2699
msgid "Duplicate column name '%-.192s'"
2702
#: drizzled/error.cc:156
2704
msgid "Duplicate key name '%-.192s'"
2707
#: drizzled/error.cc:158
2709
msgid "Duplicate entry '%-.192s' for key %d"
2712
#: drizzled/error.cc:160
2714
msgid "Incorrect column specifier for column '%-.192s'"
2717
#: drizzled/error.cc:162
2719
msgid "%s near '%-.80s' at line %d"
2722
#: drizzled/error.cc:164
2723
msgid "Query was empty"
2726
#: drizzled/error.cc:166
2728
msgid "Not unique table/alias: '%-.192s'"
2731
#: drizzled/error.cc:168
2733
msgid "Invalid default value for '%-.192s'"
2736
#: drizzled/error.cc:170
2737
msgid "Multiple primary key defined"
2740
#: drizzled/error.cc:172
2742
msgid "Too many keys specified; max %d keys allowed"
2745
#: drizzled/error.cc:174
2747
msgid "Too many key parts specified; max %d parts allowed"
2750
#: drizzled/error.cc:176
2752
msgid "Specified key was too long; max key length is %d bytes"
2755
#: drizzled/error.cc:178
2757
msgid "Key column '%-.192s' doesn't exist in table"
2760
#: drizzled/error.cc:180
2763
"BLOB column '%-.192s' can't be used in key specification with the used table "
2767
#: drizzled/error.cc:182
2770
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2774
#: drizzled/error.cc:184
2776
"Incorrect table definition; there can be only one auto column and it must be "
2780
#: drizzled/error.cc:186
2783
"%s: ready for connections.\n"
2784
"Version: '%s' socket: '%s' port: %d"
2787
#: drizzled/error.cc:188
2789
msgid "%s: Normal shutdown\n"
2792
#: drizzled/error.cc:190
2794
msgid "%s: Got signal %d. Aborting!\n"
2797
#: drizzled/error.cc:192
2799
msgid "%s: Shutdown complete\n"
2802
#: drizzled/error.cc:194
2804
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2807
#: drizzled/error.cc:196
2808
msgid "Can't create IP socket"
2811
#: drizzled/error.cc:198
2814
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2818
#: drizzled/error.cc:200
2819
msgid "Field separator argument is not what is expected; check the manual"
2822
#: drizzled/error.cc:202
2824
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2827
#: drizzled/error.cc:204
2830
"The file '%-.128s' must be in the database directory or be readable by all"
2833
#: drizzled/error.cc:206
2835
msgid "File '%-.200s' already exists"
2838
#: drizzled/error.cc:208
2840
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2843
#: drizzled/error.cc:210
2845
msgid "Records: %ld Duplicates: %ld"
2848
#: drizzled/error.cc:212
2850
"Incorrect prefix key; the used key part isn't a string, the used length is "
2851
"longer than the key part, or the storage engine doesn't support unique "
2855
#: drizzled/error.cc:214
2856
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2859
#: drizzled/error.cc:216
2861
msgid "Can't DROP '%-.192s'; check that column/key exists"
2864
#: drizzled/error.cc:218
2866
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2869
#: drizzled/error.cc:220
2871
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2874
#: drizzled/error.cc:222
2876
msgid "Unknown thread id: %lu"
2879
#: drizzled/error.cc:224
2881
msgid "You are not owner of thread %lu"
2884
#: drizzled/error.cc:226
2885
msgid "No tables used"
2888
#: drizzled/error.cc:228
2890
msgid "Too many strings for column %-.192s and SET"
2893
#: drizzled/error.cc:230
2895
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
2898
#: drizzled/error.cc:232
2900
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
2903
#: drizzled/error.cc:234
2905
msgid "Table '%-.192s' was not locked with LOCK TABLES"
2908
#: drizzled/error.cc:236
2910
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2913
#: drizzled/error.cc:238
2915
msgid "Incorrect database name '%-.100s'"
2918
#: drizzled/error.cc:240
2920
msgid "Incorrect table name '%-.100s'"
2923
#: drizzled/error.cc:242
2925
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2926
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
2929
#: drizzled/error.cc:244
2930
msgid "Unknown error"
2933
#: drizzled/error.cc:246
2935
msgid "Unknown procedure '%-.192s'"
2938
#: drizzled/error.cc:248
2940
msgid "Incorrect parameter count to procedure '%-.192s'"
2943
#: drizzled/error.cc:250
2945
msgid "Incorrect parameters to procedure '%-.192s'"
2948
#: drizzled/error.cc:252
2950
msgid "Unknown table '%-.192s' in %-.32s"
2953
#: drizzled/error.cc:254
2955
msgid "Column '%-.192s' specified twice"
2958
#: drizzled/error.cc:256
2959
msgid "Invalid use of group function"
2962
#: drizzled/error.cc:258
2965
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
2968
#: drizzled/error.cc:260
2969
msgid "A table must have at least 1 column"
2972
#: drizzled/error.cc:262
2974
msgid "The table '%-.192s' is full"
2977
#: drizzled/error.cc:264
2979
msgid "Unknown character set: '%-.64s'"
2982
#: drizzled/error.cc:266
2984
msgid "Too many tables; MySQL can only use %d tables in a join"
2987
#: drizzled/error.cc:268
2988
msgid "Too many columns"
2991
#: drizzled/error.cc:270
2994
"Row size too large. The maximum row size for the used table type, not "
2995
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2998
#: drizzled/error.cc:272
3001
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3002
"thread_stack=#' to specify a bigger stack if needed"
3005
#: drizzled/error.cc:274
3006
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
3009
#: drizzled/error.cc:276
3012
"Table handler doesn't support NULL in given index. Please change column "
3013
"'%-.192s' to be NOT NULL or use another handler"
3016
#: drizzled/error.cc:278
3018
msgid "Can't load function '%-.192s'"
3021
#: drizzled/error.cc:280
3023
msgid "Can't initialize function '%-.192s'; %-.80s"
3026
#: drizzled/error.cc:282
3027
msgid "No paths allowed for shared library"
3030
#: drizzled/error.cc:284
3032
msgid "Function '%-.192s' already exists"
3035
#: drizzled/error.cc:286
3037
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3040
#: drizzled/error.cc:288
3042
msgid "Can't find symbol '%-.128s' in library"
3045
#: drizzled/error.cc:290
3047
msgid "Function '%-.192s' is not defined"
3050
#: drizzled/error.cc:292
3053
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3054
"'mysqladmin flush-hosts'"
3057
#: drizzled/error.cc:294
3059
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3062
#: drizzled/error.cc:296
3064
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3065
"to change passwords"
3068
#: drizzled/error.cc:298
3070
"You must have privileges to update tables in the mysql database to be able "
3071
"to change passwords for others"
3074
#: drizzled/error.cc:300
3075
msgid "Can't find any matching row in the user table"
3078
#: drizzled/error.cc:302
3080
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
3083
#: drizzled/error.cc:304
3086
"Can't create a new thread (errno %d); if you are not out of available "
3087
"memory, you can consult the manual for a possible OS-dependent bug"
3090
#: drizzled/error.cc:306
3092
msgid "Column count doesn't match value count at row %ld"
3095
#: drizzled/error.cc:308
3097
msgid "Can't reopen table: '%-.192s'"
3100
#: drizzled/error.cc:310
3101
msgid "Invalid use of NULL value"
3104
#: drizzled/error.cc:312
3106
msgid "Got error '%-.64s' from regexp"
3109
#: drizzled/error.cc:314
3111
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3112
"illegal if there is no GROUP BY clause"
3115
#: drizzled/error.cc:316
3117
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3120
#: drizzled/error.cc:318
3122
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3125
#: drizzled/error.cc:320
3128
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3132
#: drizzled/error.cc:322
3134
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3135
"privileges can be used"
3138
#: drizzled/error.cc:324
3139
msgid "The host or user argument to GRANT is too long"
3142
#: drizzled/error.cc:326
3144
msgid "Table '%-.192s.%-.192s' doesn't exist"
3147
#: drizzled/error.cc:328
3150
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3154
#: drizzled/error.cc:330
3155
msgid "The used command is not allowed with this MySQL version"
3158
#: drizzled/error.cc:332
3160
"You have an error in your SQL syntax; check the manual that corresponds to "
3161
"your MySQL server version for the right syntax to use"
3164
#: drizzled/error.cc:334
3166
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3169
#: drizzled/error.cc:336
3170
msgid "Too many delayed threads in use"
3173
#: drizzled/error.cc:338
3175
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3178
#: drizzled/error.cc:340
3179
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3182
#: drizzled/error.cc:342
3183
msgid "Got a read error from the connection pipe"
3186
#: drizzled/error.cc:344
3187
msgid "Got an error from fcntl()"
3190
#: drizzled/error.cc:346
3191
msgid "Got packets out of order"
3194
#: drizzled/error.cc:358
3195
msgid "Result string is longer than 'max_allowed_packet' bytes"
3198
#: drizzled/error.cc:360
3199
msgid "The used table type doesn't support BLOB/TEXT columns"
3202
#: drizzled/error.cc:362
3203
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3206
#: drizzled/error.cc:364
3209
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3213
#: drizzled/error.cc:366
3215
msgid "Incorrect column name '%-.100s'"
3218
#: drizzled/error.cc:368
3220
msgid "The used storage engine can't index column '%-.192s'"
3223
#: drizzled/error.cc:370
3225
"Unable to open underlying table which is differently defined or of non-"
3226
"MyISAM type or doesn't exist"
3229
#: drizzled/error.cc:372
3231
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3234
#: drizzled/error.cc:374
3237
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3240
#: drizzled/error.cc:376
3242
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3246
#: drizzled/error.cc:378
3247
msgid "Result consisted of more than one row"
3250
#: drizzled/error.cc:380
3251
msgid "This table type requires a primary key"
3254
#: drizzled/error.cc:382
3255
msgid "This version of MySQL is not compiled with RAID support"
3258
#: drizzled/error.cc:384
3260
"You are using safe update mode and you tried to update a table without a "
3261
"WHERE that uses a KEY column"
3264
#: drizzled/error.cc:386
3266
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3269
#: drizzled/error.cc:388
3270
msgid "Can't open table"
3273
#: drizzled/error.cc:390
3275
msgid "The storage engine for the table doesn't support %s"
3278
#: drizzled/error.cc:392
3279
msgid "You are not allowed to execute this command in a transaction"
3282
#: drizzled/error.cc:394
3284
msgid "Got error %d during COMMIT"
3287
#: drizzled/error.cc:396
3289
msgid "Got error %d during ROLLBACK"
3292
#: drizzled/error.cc:398
3294
msgid "Got error %d during FLUSH_LOGS"
3297
#: drizzled/error.cc:400
3299
msgid "Got error %d during CHECKPOINT"
3302
#: drizzled/error.cc:402
3305
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
3309
#: drizzled/error.cc:404
3310
msgid "The storage engine for the table does not support binary table dump"
3313
#: drizzled/error.cc:406
3314
msgid "Binlog closed, cannot RESET MASTER"
3317
#: drizzled/error.cc:408
3319
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3322
#: drizzled/error.cc:410
3324
msgid "Error from master: '%-.64s'"
3327
#: drizzled/error.cc:412
3328
msgid "Net error reading from master"
3331
#: drizzled/error.cc:414
3332
msgid "Net error writing to master"
3335
#: drizzled/error.cc:416
3336
msgid "Can't find FULLTEXT index matching the column list"
3339
#: drizzled/error.cc:418
3341
"Can't execute the given command because you have active locked tables or an "
3342
"active transaction"
3345
#: drizzled/error.cc:420
3347
msgid "Unknown system variable '%-.64s'"
3350
#: drizzled/error.cc:422
3352
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3355
#: drizzled/error.cc:424
3358
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3361
#: drizzled/error.cc:426
3362
msgid "Some non-transactional changed tables couldn't be rolled back"
3365
#: drizzled/error.cc:428
3367
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3368
"of storage; increase this mysqld variable and try again"
3371
#: drizzled/error.cc:430
3373
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3376
#: drizzled/error.cc:432
3378
"This operation requires a running slave; configure slave and do START SLAVE"
3381
#: drizzled/error.cc:434
3382
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3385
#: drizzled/error.cc:436
3387
"Could not initialize master info structure; more error messages can be found "
3388
"in the MySQL error log"
3391
#: drizzled/error.cc:438
3392
msgid "Could not create slave thread; check system resources"
3395
#: drizzled/error.cc:440
3398
"User %-.64s already has more than 'max_user_connections' active connections"
3401
#: drizzled/error.cc:442
3402
msgid "You may only use constant expressions with SET"
3405
#: drizzled/error.cc:444
3406
msgid "Lock wait timeout exceeded; try restarting transaction"
3409
#: drizzled/error.cc:446
3410
msgid "The total number of locks exceeds the lock table size"
3413
#: drizzled/error.cc:448
3414
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3417
#: drizzled/error.cc:450
3418
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3421
#: drizzled/error.cc:452
3422
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3425
#: drizzled/error.cc:454
3427
msgid "Incorrect arguments to %s"
3430
#: drizzled/error.cc:456
3432
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3435
#: drizzled/error.cc:458
3437
"Incorrect table definition; all MERGE tables must be in the same database"
3440
#: drizzled/error.cc:460
3441
msgid "Deadlock found when trying to get lock; try restarting transaction"
3444
#: drizzled/error.cc:462
3445
msgid "The used table type doesn't support FULLTEXT indexes"
3448
#: drizzled/error.cc:464
3449
msgid "Cannot add foreign key constraint"
3452
#: drizzled/error.cc:466
3453
msgid "Cannot add or update a child row: a foreign key constraint fails"
3456
#: drizzled/error.cc:468
3457
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
3460
#: drizzled/error.cc:470
3462
msgid "Error connecting to master: %-.128s"
3465
#: drizzled/error.cc:472
3467
msgid "Error running query on master: %-.128s"
3470
#: drizzled/error.cc:474
3472
msgid "Error when executing command %s: %-.128s"
3475
#: drizzled/error.cc:476
3477
msgid "Incorrect usage of %s and %s"
3480
#: drizzled/error.cc:478
3481
msgid "The used SELECT statements have a different number of columns"
3484
#: drizzled/error.cc:480
3485
msgid "Can't execute the query because you have a conflicting read lock"
3488
#: drizzled/error.cc:482
3489
msgid "Mixing of transactional and non-transactional tables is disabled"
3492
#: drizzled/error.cc:484
3494
msgid "Option '%s' used twice in statement"
3497
#: drizzled/error.cc:486
3499
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3502
#: drizzled/error.cc:488
3504
msgid "Access denied; you need the %-.128s privilege for this operation"
3507
#: drizzled/error.cc:490
3510
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3513
#: drizzled/error.cc:492
3516
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3519
#: drizzled/error.cc:494
3521
msgid "Variable '%-.64s' doesn't have a default value"
3524
#: drizzled/error.cc:496
3526
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
3529
#: drizzled/error.cc:498
3531
msgid "Incorrect argument type to variable '%-.64s'"
3534
#: drizzled/error.cc:500
3536
msgid "Variable '%-.64s' can only be set, not read"
3539
#: drizzled/error.cc:502
3541
msgid "Incorrect usage/placement of '%s'"
3544
#: drizzled/error.cc:504
3546
msgid "This version of MySQL doesn't yet support '%s'"
3549
#: drizzled/error.cc:506
3552
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3555
#: drizzled/error.cc:508
3556
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3559
#: drizzled/error.cc:510
3561
msgid "Variable '%-.192s' is a %s variable"
3564
#: drizzled/error.cc:512
3566
msgid "Incorrect foreign key definition for '%-.192s': %s"
3569
#: drizzled/error.cc:514
3570
msgid "Key reference and table reference don't match"
3573
#: drizzled/error.cc:516
3575
msgid "Operand should contain %d column(s)"
3578
#: drizzled/error.cc:518
3579
msgid "Subquery returns more than 1 row"
3582
#: drizzled/error.cc:520
3584
msgid "Unknown prepared statement handler (%.*s) given to %s"
3587
#: drizzled/error.cc:522
3588
msgid "Help database is corrupt or does not exist"
3591
#: drizzled/error.cc:524
3592
msgid "Cyclic reference on subqueries"
3595
#: drizzled/error.cc:526
3597
msgid "Converting column '%s' from %s to %s"
3600
#: drizzled/error.cc:528
3602
msgid "Reference '%-.64s' not supported (%s)"
3605
#: drizzled/error.cc:530
3606
msgid "Every derived table must have its own alias"
3609
#: drizzled/error.cc:532
3611
msgid "Select %u was reduced during optimization"
3614
#: drizzled/error.cc:534
3616
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3619
#: drizzled/error.cc:536
3621
"Client does not support authentication protocol requested by server; "
3622
"consider upgrading MySQL client"
3625
#: drizzled/error.cc:538
3626
msgid "All parts of a SPATIAL index must be NOT NULL"
3629
#: drizzled/error.cc:540
3631
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3634
#: drizzled/error.cc:542
3635
msgid "Slave is already running"
3638
#: drizzled/error.cc:544
3639
msgid "Slave already has been stopped"
3642
#: drizzled/error.cc:546
3645
"Uncompressed data size too large; the maximum size is %d (probably, length "
3646
"of uncompressed data was corrupted)"
3649
#: drizzled/error.cc:548
3650
msgid "ZLIB: Not enough memory"
3653
#: drizzled/error.cc:550
3655
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
3656
"data was corrupted)"
3659
#: drizzled/error.cc:552
3660
msgid "ZLIB: Input data corrupted"
3663
#: drizzled/error.cc:554
3665
msgid "%d line(s) were cut by GROUP_CONCAT()"
3668
#: drizzled/error.cc:556
3670
msgid "Row %ld doesn't contain data for all columns"
3673
#: drizzled/error.cc:558
3676
"Row %ld was truncated; it contained more data than there were input columns"
3679
#: drizzled/error.cc:560
3682
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3685
#: drizzled/error.cc:562
3687
msgid "Out of range value for column '%s' at row %ld"
3690
#: drizzled/error.cc:564
3692
msgid "Data truncated for column '%s' at row %ld"
3695
#: drizzled/error.cc:566
3697
msgid "Using storage engine %s for table '%s'"
3700
#: drizzled/error.cc:568
3702
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3705
#: drizzled/error.cc:570
3706
msgid "Cannot drop one or more of the requested users"
3709
#: drizzled/error.cc:572
3710
msgid "Can't revoke all privileges for one or more of the requested users"
3713
#: drizzled/error.cc:574
3715
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3718
#: drizzled/error.cc:576
3720
msgid "Illegal mix of collations for operation '%s'"
3723
#: drizzled/error.cc:578
3726
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3730
#: drizzled/error.cc:580
3732
msgid "Unknown collation: '%-.64s'"
3735
#: drizzled/error.cc:582
3737
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
3738
"compiled without SSL support; they can be used later if MySQL slave with SSL "
3742
#: drizzled/error.cc:584
3745
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3746
"old format; please change the password to the new format"
3749
#: drizzled/error.cc:586
3752
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3756
#: drizzled/error.cc:588
3757
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3760
#: drizzled/error.cc:590
3762
"It is recommended to use --skip-slave-start when doing step-by-step "
3763
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3764
"get an unexpected slave's mysqld restart"
3767
#: drizzled/error.cc:592
3768
msgid "SQL thread is not to be started so UNTIL options are ignored"
3771
#: drizzled/error.cc:594
3773
msgid "Incorrect index name '%-.100s'"
3776
#: drizzled/error.cc:596
3778
msgid "Incorrect catalog name '%-.100s'"
3781
#: drizzled/error.cc:598
3783
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3786
#: drizzled/error.cc:600
3788
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3791
#: drizzled/error.cc:602
3793
msgid "Unknown key cache '%-.100s'"
3796
#: drizzled/error.cc:604
3798
"MySQL is started in --skip-name-resolve mode; you must restart it without "
3799
"this switch for this grant to work"
3802
#: drizzled/error.cc:606
3804
msgid "Unknown table engine '%s'"
3807
#: drizzled/error.cc:608
3809
msgid "'%s' is deprecated; use '%s' instead"
3812
#: drizzled/error.cc:610
3814
msgid "The target table %-.100s of the %s is not updatable"
3817
#: drizzled/error.cc:612
3820
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
3824
#: drizzled/error.cc:614
3827
"The MySQL server is running with the %s option so it cannot execute this "
3831
#: drizzled/error.cc:616
3833
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
3836
#: drizzled/error.cc:618
3838
msgid "Truncated incorrect %-.32s value: '%-.128s'"
3841
#: drizzled/error.cc:620
3843
"Incorrect table definition; there can be only one TIMESTAMP column with "
3844
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
3847
#: drizzled/error.cc:622
3849
msgid "Invalid ON UPDATE clause for '%-.192s' column"
3852
#: drizzled/error.cc:624
3853
msgid "This command is not supported in the prepared statement protocol yet"
3856
#: drizzled/error.cc:626
3858
msgid "Got error %d '%-.100s' from %s"
3861
#: drizzled/error.cc:628
3863
msgid "Got temporary error %d '%-.100s' from %s"
3866
#: drizzled/error.cc:630
3868
msgid "Unknown or incorrect time zone: '%-.64s'"
3871
#: drizzled/error.cc:632
3873
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
3876
#: drizzled/error.cc:634
3878
msgid "Invalid %s character string: '%.64s'"
3881
#: drizzled/error.cc:636
3883
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
3886
#: drizzled/error.cc:638
3888
msgid "Conflicting declarations: '%s%s' and '%s%s'"
3891
#: drizzled/error.cc:640
3893
msgid "Can't create a %s from within another stored routine"
3896
#: drizzled/error.cc:642
3898
msgid "%s %s already exists"
3901
#: drizzled/error.cc:644
3903
msgid "%s %s does not exist"
3906
#: drizzled/error.cc:646
3908
msgid "Failed to DROP %s %s"
3911
#: drizzled/error.cc:648
3913
msgid "Failed to CREATE %s %s"
3916
#: drizzled/error.cc:650
3918
msgid "%s with no matching label: %s"
3921
#: drizzled/error.cc:652
3923
msgid "Redefining label %s"
3926
#: drizzled/error.cc:654
3928
msgid "End-label %s without match"
3931
#: drizzled/error.cc:656
3933
msgid "Referring to uninitialized variable %s"
3936
#: drizzled/error.cc:658
3938
msgid "PROCEDURE %s can't return a result set in the given context"
3941
#: drizzled/error.cc:660
3942
msgid "RETURN is only allowed in a FUNCTION"
3945
#: drizzled/error.cc:662
3947
msgid "%s is not allowed in stored procedures"
3950
#: drizzled/error.cc:664
3952
"The update log is deprecated and replaced by the binary log; SET "
3953
"SQL_LOG_UPDATE has been ignored"
3956
#: drizzled/error.cc:666
3958
"The update log is deprecated and replaced by the binary log; SET "
3959
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
3962
#: drizzled/error.cc:668
3963
msgid "Query execution was interrupted"
3966
#: drizzled/error.cc:670
3968
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
3971
#: drizzled/error.cc:672
3973
msgid "Undefined CONDITION: %s"
3976
#: drizzled/error.cc:674
3978
msgid "No RETURN found in FUNCTION %s"
3981
#: drizzled/error.cc:676
3983
msgid "FUNCTION %s ended without RETURN"
3986
#: drizzled/error.cc:678
3987
msgid "Cursor statement must be a SELECT"
3990
#: drizzled/error.cc:680
3991
msgid "Cursor SELECT must not have INTO"
3994
#: drizzled/error.cc:682
3996
msgid "Undefined CURSOR: %s"
3999
#: drizzled/error.cc:684
4000
msgid "Cursor is already open"
4003
#: drizzled/error.cc:686
4004
msgid "Cursor is not open"
4007
#: drizzled/error.cc:688
4009
msgid "Undeclared variable: %s"
4012
#: drizzled/error.cc:690
4013
msgid "Incorrect number of FETCH variables"
4016
#: drizzled/error.cc:692
4017
msgid "No data - zero rows fetched, selected, or processed"
4020
#: drizzled/error.cc:694
4022
msgid "Duplicate parameter: %s"
4025
#: drizzled/error.cc:696
4027
msgid "Duplicate variable: %s"
4030
#: drizzled/error.cc:698
4032
msgid "Duplicate condition: %s"
4035
#: drizzled/error.cc:700
4037
msgid "Duplicate cursor: %s"
4040
#: drizzled/error.cc:702
4042
msgid "Failed to ALTER %s %s"
4045
#: drizzled/error.cc:704
4046
msgid "Subquery value not supported"
4049
#: drizzled/error.cc:706
4051
msgid "%s is not allowed in stored function or trigger"
4054
#: drizzled/error.cc:708
4055
msgid "Variable or condition declaration after cursor or handler declaration"
4058
#: drizzled/error.cc:710
4059
msgid "Cursor declaration after handler declaration"
4062
#: drizzled/error.cc:712
4063
msgid "Case not found for CASE statement"
4066
#: drizzled/error.cc:714
4068
msgid "Configuration file '%-.192s' is too big"
4071
#: drizzled/error.cc:716
4073
msgid "Malformed file type header in file '%-.192s'"
4076
#: drizzled/error.cc:718
4078
msgid "Unexpected end of file while parsing comment '%-.200s'"
4081
#: drizzled/error.cc:720
4083
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4086
#: drizzled/error.cc:722
4088
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4091
#: drizzled/error.cc:724
4092
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4095
#: drizzled/error.cc:726
4097
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4100
#: drizzled/error.cc:728
4102
msgid "'%-.192s.%-.192s' is not %s"
4105
#: drizzled/error.cc:730
4107
msgid "Column '%-.192s' is not updatable"
4110
#: drizzled/error.cc:732
4111
msgid "View's SELECT contains a subquery in the FROM clause"
4114
#: drizzled/error.cc:734
4116
msgid "View's SELECT contains a '%s' clause"
4119
#: drizzled/error.cc:736
4120
msgid "View's SELECT contains a variable or parameter"
4123
#: drizzled/error.cc:738
4125
msgid "View's SELECT refers to a temporary table '%-.192s'"
4128
#: drizzled/error.cc:740
4129
msgid "View's SELECT and view's field list have different column counts"
4132
#: drizzled/error.cc:742
4134
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4137
#: drizzled/error.cc:744
4138
msgid "View being updated does not have complete key of underlying table in it"
4141
#: drizzled/error.cc:746
4144
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4145
"(s) or definer/invoker of view lack rights to use them"
4148
#: drizzled/error.cc:748
4150
msgid "Can't drop or alter a %s from within another stored routine"
4153
#: drizzled/error.cc:750
4154
msgid "GOTO is not allowed in a stored procedure handler"
4157
#: drizzled/error.cc:752
4158
msgid "Trigger already exists"
4161
#: drizzled/error.cc:754
4162
msgid "Trigger does not exist"
4165
#: drizzled/error.cc:756
4167
msgid "Trigger's '%-.192s' is view or temporary table"
4170
#: drizzled/error.cc:758
4172
msgid "Updating of %s row is not allowed in %strigger"
4175
#: drizzled/error.cc:760
4177
msgid "There is no %s row in %s trigger"
4180
#: drizzled/error.cc:762
4182
msgid "Field '%-.192s' doesn't have a default value"
4185
#: drizzled/error.cc:764
4186
msgid "Division by 0"
4189
#: drizzled/error.cc:766
4191
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
4194
#: drizzled/error.cc:768
4196
msgid "Illegal %s '%-.192s' value found during parsing"
4199
#: drizzled/error.cc:770
4201
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4204
#: drizzled/error.cc:772
4206
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4209
#: drizzled/error.cc:774
4211
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4214
#: drizzled/error.cc:776
4216
msgid "Failed purging old relay logs: %s"
4219
#: drizzled/error.cc:778
4221
msgid "Password hash should be a %d-digit hexadecimal number"
4224
#: drizzled/error.cc:780
4225
msgid "Target log not found in binlog index"
4228
#: drizzled/error.cc:782
4229
msgid "I/O error reading log index file"
4232
#: drizzled/error.cc:784
4233
msgid "Server configuration does not permit binlog purge"
4236
#: drizzled/error.cc:786
4237
msgid "Failed on fseek()"
4240
#: drizzled/error.cc:788
4241
msgid "Fatal error during log purge"
4244
#: drizzled/error.cc:790
4245
msgid "A purgeable log is in use, will not purge"
4248
#: drizzled/error.cc:792
4249
msgid "Unknown error during log purge"
4252
#: drizzled/error.cc:794
4254
msgid "Failed initializing relay log position: %s"
4257
#: drizzled/error.cc:796
4258
msgid "You are not using binary logging"
4261
#: drizzled/error.cc:798
4264
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4267
#: drizzled/error.cc:800
4268
msgid "WSAStartup Failed"
4271
#: drizzled/error.cc:802
4272
msgid "Can't handle procedures with different groups yet"
4275
#: drizzled/error.cc:804
4276
msgid "Select must have a group with this procedure"
4279
#: drizzled/error.cc:806
4280
msgid "Can't use ORDER clause with this procedure"
4283
#: drizzled/error.cc:808
4285
msgid "Binary logging and replication forbid changing the global server %s"
4288
#: drizzled/error.cc:810
4290
msgid "Can't map file: %-.200s, errno: %d"
4293
#: drizzled/error.cc:812
4295
msgid "Wrong magic in %-.64s"
4298
#: drizzled/error.cc:814
4299
msgid "Prepared statement contains too many placeholders"
4302
#: drizzled/error.cc:816
4304
msgid "Key part '%-.192s' length cannot be 0"
4307
#: drizzled/error.cc:818
4308
msgid "View text checksum failed"
4311
#: drizzled/error.cc:820
4314
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4317
#: drizzled/error.cc:822
4319
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4322
#: drizzled/error.cc:824
4324
msgid "Can not delete from join view '%-.192s.%-.192s'"
4327
#: drizzled/error.cc:826
4329
msgid "Operation %s failed for %.256s"
4332
#: drizzled/error.cc:828
4333
msgid "XAER_NOTA: Unknown XID"
4336
#: drizzled/error.cc:830
4337
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4340
#: drizzled/error.cc:832
4343
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4347
#: drizzled/error.cc:834
4348
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4351
#: drizzled/error.cc:836
4353
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4357
#: drizzled/error.cc:838
4358
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4361
#: drizzled/error.cc:840
4364
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4368
#: drizzled/error.cc:842
4369
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4372
#: drizzled/error.cc:844
4373
msgid "Failed to revoke all privileges to dropped routine"
4376
#: drizzled/error.cc:846
4378
msgid "Data too long for column '%s' at row %ld"
4381
#: drizzled/error.cc:848
4383
msgid "Bad SQLSTATE: '%s'"
4386
#: drizzled/error.cc:850
4389
"%s: ready for connections.\n"
4390
"Version: '%s' socket: '%s' port: %d %s"
4393
#: drizzled/error.cc:852
4394
msgid "Can't load value from file with fixed size rows to variable"
4397
#: drizzled/error.cc:854
4398
msgid "You are not allowed to create a user with GRANT"
4401
#: drizzled/error.cc:856
4403
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4406
#: drizzled/error.cc:858
4407
msgid "Table definition has changed, please retry transaction"
4410
#: drizzled/error.cc:860
4411
msgid "Duplicate handler declared in the same block"
4414
#: drizzled/error.cc:862
4417
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4418
"variable in BEFORE trigger"
4421
#: drizzled/error.cc:864
4423
msgid "Not allowed to return a result set from a %s"
4426
#: drizzled/error.cc:866
4427
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4430
#: drizzled/error.cc:868
4432
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4433
"declaration and binary logging is enabled; if non-transactional tables were "
4434
"updated, the binary log will miss their changes"
4437
#: drizzled/error.cc:870
4439
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4440
"declaration and binary logging is enabled (you *might* want to use the less "
4441
"safe log_bin_trust_function_creators variable)"
4444
#: drizzled/error.cc:872
4446
"You do not have the SUPER privilege and binary logging is enabled (you "
4447
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4450
#: drizzled/error.cc:874
4452
"You can't execute a prepared statement which has an open cursor associated "
4453
"with it. Reset the statement to re-execute it."
4456
#: drizzled/error.cc:876
4458
msgid "The statement (%lu) has no open cursor."
4461
#: drizzled/error.cc:878
4463
"Explicit or implicit commit is not allowed in stored function or trigger."
4466
#: drizzled/error.cc:880
4469
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4472
#: drizzled/error.cc:882
4473
msgid "Recursive stored functions and triggers are not allowed."
4476
#: drizzled/error.cc:884
4478
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
4481
#: drizzled/error.cc:886
4483
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
4486
#: drizzled/error.cc:888
4489
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4493
#: drizzled/error.cc:890
4495
"You can't combine write-locking of system tables with other tables or lock "
4499
#: drizzled/error.cc:892
4501
msgid "Unable to connect to foreign data source: %.64s"
4504
#: drizzled/error.cc:894
4507
"There was a problem processing the query on the foreign data source. Data "
4508
"source error: %-.64s"
4511
#: drizzled/error.cc:896
4514
"The foreign data source you are trying to reference does not exist. Data "
4515
"source error: %-.64s"
4518
#: drizzled/error.cc:898
4521
"Can't create federated table. The data source connection string '%-.64s' is "
4522
"not in the correct format"
4525
#: drizzled/error.cc:900
4527
msgid "The data source connection string '%-.64s' is not in the correct format"
4530
#: drizzled/error.cc:902
4532
msgid "Can't create federated table. Foreign data src error: %-.64s"
4535
#: drizzled/error.cc:904
4536
msgid "Trigger in wrong schema"
4539
#: drizzled/error.cc:906
4542
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
4543
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4546
#: drizzled/error.cc:908
4548
msgid "Routine body for '%-.100s' is too long"
4551
#: drizzled/error.cc:910
4552
msgid "Cannot drop default keycache"
4555
#: drizzled/error.cc:912
4557
msgid "Display width out of range for column '%-.192s' (max = %d)"
4560
#: drizzled/error.cc:914
4561
msgid "XAER_DUPID: The XID already exists"
4564
#: drizzled/error.cc:916
4566
msgid "Datetime function: %-.32s field overflow"
4569
#: drizzled/error.cc:918
4572
"Can't update table '%-.192s' in stored function/trigger because it is "
4573
"already used by statement which invoked this stored function/trigger."
4576
#: drizzled/error.cc:920
4579
"The definition of table '%-.192s' prevents operation %.192s on table "
4583
#: drizzled/error.cc:922
4585
"The prepared statement contains a stored routine call that refers to that "
4586
"same statement. It's not allowed to execute a prepared statement in such a "
4590
#: drizzled/error.cc:924
4591
msgid "Not allowed to set autocommit from a stored function or trigger"
4594
#: drizzled/error.cc:926
4595
msgid "Definer is not fully qualified"
4598
#: drizzled/error.cc:928
4601
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4602
"Current user is used as definer. Please recreate the view!"
4605
#: drizzled/error.cc:930
4608
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4612
#: drizzled/error.cc:932
4614
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4617
#: drizzled/error.cc:934
4619
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4622
#: drizzled/error.cc:936
4625
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4628
#: drizzled/error.cc:938
4631
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4634
#: drizzled/error.cc:940
4636
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4639
#: drizzled/error.cc:942
4642
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4643
"activated under the authorization of the invoker, which may have "
4644
"insufficient privileges. Please recreate the trigger."
4647
#: drizzled/error.cc:944
4649
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4652
#: drizzled/error.cc:946
4655
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4656
"exceeded for routine %.192s"
4659
#: drizzled/error.cc:948
4662
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
4663
"contains bad data (internal code %d)"
4666
#: drizzled/error.cc:950
4668
msgid "Incorrect routine name '%-.192s'"
4671
#: drizzled/error.cc:952
4673
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4676
#: drizzled/error.cc:954
4677
msgid "AGGREGATE is not supported for stored functions"
4680
#: drizzled/error.cc:956
4683
"Can't create more than max_prepared_stmt_count statements (current value: %"
4687
#: drizzled/error.cc:958
4689
msgid "`%-.192s`.`%-.192s` contains view recursion"
4692
#: drizzled/error.cc:960
4694
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4697
#: drizzled/error.cc:962
4698
msgid "The used table type doesn't support SPATIAL indexes"
4701
#: drizzled/error.cc:964
4702
msgid "Triggers can not be created on system tables"
4705
#: drizzled/error.cc:966
4707
msgid "Leading spaces are removed from name '%s'"
4710
#: drizzled/error.cc:968
4711
msgid "Failed to read auto-increment value from storage engine"
4714
#: drizzled/error.cc:970
4718
#: drizzled/error.cc:972
4722
#: drizzled/error.cc:974
4724
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
4727
#: drizzled/error.cc:976
4729
msgid "The target table %-.100s of the %s is not insertable-into"
4732
#: drizzled/error.cc:978
4735
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4738
#: drizzled/error.cc:980
4739
msgid "Too high level of nesting for select"
4742
#: drizzled/error.cc:982
4744
msgid "Name '%-.64s' has become ''"
4747
#: drizzled/error.cc:984
4749
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
4750
"optional and non-empty FIELDS ENCLOSED BY"
4753
#: drizzled/error.cc:986
4755
msgid "The foreign server, %s, you are trying to create already exists."
4758
#: drizzled/error.cc:988
4761
"The foreign server name you are trying to reference does not exist. Data "
4762
"source error: %-.64s"
4765
#: drizzled/error.cc:990
4768
"Table storage engine '%-.64s' does not support the create option '%.64s'"
4771
#: drizzled/error.cc:992
4774
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4778
#: drizzled/error.cc:994
4780
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4783
#: drizzled/error.cc:996
4784
msgid "MAXVALUE can only be used in last partition definition"
4787
#: drizzled/error.cc:998
4788
msgid "Subpartitions can only be hash partitions and by key"
4791
#: drizzled/error.cc:1000
4792
msgid "Must define subpartitions on all partitions if on one partition"
4795
#: drizzled/error.cc:1002
4796
msgid "Wrong number of partitions defined, mismatch with previous setting"
4799
#: drizzled/error.cc:1004
4800
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4803
#: drizzled/error.cc:1006
4804
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
4807
#: drizzled/error.cc:1008
4808
msgid "Expression in RANGE/LIST VALUES must be constant"
4811
#: drizzled/error.cc:1010
4812
msgid "Field in list of fields for partition function not found in table"
4815
#: drizzled/error.cc:1012
4816
msgid "List of fields is only allowed in KEY partitions"
4819
#: drizzled/error.cc:1014
4821
"The partition info in the frm file is not consistent with what can be "
4822
"written into the frm file"
4825
#: drizzled/error.cc:1016
4827
msgid "The %-.192s function returns the wrong type"
4830
#: drizzled/error.cc:1018
4832
msgid "For %-.64s partitions each partition must be defined"
4835
#: drizzled/error.cc:1020
4836
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
4839
#: drizzled/error.cc:1022
4840
msgid "VALUES value must be of same type as partition function"
4843
#: drizzled/error.cc:1024
4844
msgid "Multiple definition of same constant in list partitioning"
4847
#: drizzled/error.cc:1026
4848
msgid "Partitioning can not be used stand-alone in query"
4851
#: drizzled/error.cc:1028
4853
"The mix of handlers in the partitions is not allowed in this version of MySQL"
4856
#: drizzled/error.cc:1030
4858
msgid "For the partitioned engine it is necessary to define all %-.64s"
4861
#: drizzled/error.cc:1032
4862
msgid "Too many partitions (including subpartitions) were defined"
4865
#: drizzled/error.cc:1034
4867
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
4868
"partitioning for subpartitioning"
4871
#: drizzled/error.cc:1036
4872
msgid "Failed to create specific handler file"
4875
#: drizzled/error.cc:1038
4876
msgid "A BLOB field is not allowed in partition function"
4879
#: drizzled/error.cc:1040
4881
msgid "A %-.192s must include all columns in the table's partitioning function"
4884
#: drizzled/error.cc:1042
4886
msgid "Number of %-.64s = 0 is not an allowed value"
4889
#: drizzled/error.cc:1044
4890
msgid "Partition management on a not partitioned table is not possible"
4893
#: drizzled/error.cc:1046
4895
"Foreign key condition is not yet supported in conjunction with partitioning"
4898
#: drizzled/error.cc:1048
4900
msgid "Error in list of partitions to %-.64s"
4903
#: drizzled/error.cc:1050
4904
msgid "Cannot remove all partitions, use DROP TABLE instead"
4907
#: drizzled/error.cc:1052
4908
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
4911
#: drizzled/error.cc:1054
4913
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
4917
#: drizzled/error.cc:1056
4919
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
4920
"tables using HASH PARTITIONs"
4923
#: drizzled/error.cc:1058
4925
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
4928
#: drizzled/error.cc:1060
4929
msgid "Trying to Add partition(s) with wrong number of subpartitions"
4932
#: drizzled/error.cc:1062
4933
msgid "At least one partition must be added"
4936
#: drizzled/error.cc:1064
4937
msgid "At least one partition must be coalesced"
4940
#: drizzled/error.cc:1066
4941
msgid "More partitions to reorganise than there are partitions"
4944
#: drizzled/error.cc:1068
4946
msgid "Duplicate partition name %-.192s"
4949
#: drizzled/error.cc:1070
4950
msgid "It is not allowed to shut off binlog on this command"
4953
#: drizzled/error.cc:1072
4954
msgid "When reorganising a set of partitions they must be in consecutive order"
4957
#: drizzled/error.cc:1074
4959
"Reorganize of range partitions cannot change total ranges except for last "
4960
"partition where it can extend the range"
4963
#: drizzled/error.cc:1076
4964
msgid "Partition function not supported in this version for this handler"
4967
#: drizzled/error.cc:1078
4968
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
4971
#: drizzled/error.cc:1080
4973
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
4976
#: drizzled/error.cc:1082
4978
msgid "Plugin '%-.192s' is not loaded"
4981
#: drizzled/error.cc:1084
4983
msgid "Incorrect %-.32s value: '%-.128s'"
4986
#: drizzled/error.cc:1086
4988
msgid "Table has no partition for value %-.64s"
4991
#: drizzled/error.cc:1088
4993
msgid "It is not allowed to specify %s more than once"
4996
#: drizzled/error.cc:1090 drizzled/error.cc:1226
4998
msgid "Failed to create %s"
5001
#: drizzled/error.cc:1092 drizzled/error.cc:1116
5003
msgid "Failed to drop %s"
5006
#: drizzled/error.cc:1094
5007
msgid "The handler doesn't support autoextend of tablespaces"
5010
#: drizzled/error.cc:1096
5012
"A size parameter was incorrectly specified, either number or on the form 10M"
5015
#: drizzled/error.cc:1098
5017
"The size number was correct but we don't allow the digit part to be more "
5021
#: drizzled/error.cc:1100
5023
msgid "Failed to alter: %s"
5026
#: drizzled/error.cc:1102
5027
msgid "Writing one row to the row-based binary log failed"
5030
#: drizzled/error.cc:1104
5032
msgid "Table definition on master and slave does not match: %s"
5035
#: drizzled/error.cc:1106
5037
"Slave running with --log-slave-updates must use row-based binary logging to "
5038
"be able to replicate row-based binary log events"
5041
#: drizzled/error.cc:1108
5043
msgid "Event '%-.192s' already exists"
5046
#: drizzled/error.cc:1110
5048
msgid "Failed to store event %s. Error code %d from storage engine."
5051
#: drizzled/error.cc:1112
5053
msgid "Unknown event '%-.192s'"
5056
#: drizzled/error.cc:1114
5058
msgid "Failed to alter event '%-.192s'"
5061
#: drizzled/error.cc:1118
5062
msgid "INTERVAL is either not positive or too big"
5065
#: drizzled/error.cc:1120
5066
msgid "ENDS is either invalid or before STARTS"
5069
#: drizzled/error.cc:1122
5070
msgid "Event execution time is in the past. Event has been disabled"
5073
#: drizzled/error.cc:1124
5074
msgid "Failed to open mysql.event"
5077
#: drizzled/error.cc:1126
5078
msgid "No datetime expression provided"
5081
#: drizzled/error.cc:1128
5084
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5085
"probably corrupted"
5088
#: drizzled/error.cc:1130
5090
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5093
#: drizzled/error.cc:1132
5094
msgid "Failed to delete the event from mysql.event"
5097
#: drizzled/error.cc:1134
5098
msgid "Error during compilation of event's body"
5101
#: drizzled/error.cc:1136
5102
msgid "Same old and new event name"
5105
#: drizzled/error.cc:1138
5107
msgid "Data for column '%s' too long"
5110
#: drizzled/error.cc:1140
5112
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5115
#: drizzled/error.cc:1142
5118
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5122
#: drizzled/error.cc:1144
5123
msgid "You can't write-lock a log table. Only read access is possible"
5126
#: drizzled/error.cc:1146
5127
msgid "You can't use locks with log tables."
5130
#: drizzled/error.cc:1148
5133
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5134
"d would lead to a duplicate entry"
5137
#: drizzled/error.cc:1150
5140
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5141
"%d, now running %d. Please use mysql_upgrade to fix this error."
5144
#: drizzled/error.cc:1152
5146
"Cannot switch out of the row-based binary log format when the session has "
5147
"open temporary tables"
5150
#: drizzled/error.cc:1154
5152
"Cannot change the binary logging format inside a stored function or trigger"
5155
#: drizzled/error.cc:1156
5157
"The NDB cluster engine does not support changing the binlog format on the "
5161
#: drizzled/error.cc:1158
5162
msgid "Cannot create temporary table with partitions"
5165
#: drizzled/error.cc:1160
5166
msgid "Partition constant is out of partition function domain"
5169
#: drizzled/error.cc:1162
5170
msgid "This partition function is not allowed"
5173
#: drizzled/error.cc:1164
5174
msgid "Error in DDL log"
5177
#: drizzled/error.cc:1166
5178
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5181
#: drizzled/error.cc:1168
5182
msgid "Incorrect partition name"
5185
#: drizzled/error.cc:1170
5187
"Transaction isolation level can't be changed while a transaction is in "
5191
#: drizzled/error.cc:1172
5194
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5195
"'%-.192s' for key '%-.192s'"
5198
#: drizzled/error.cc:1174
5200
msgid "Internal scheduler error %d"
5203
#: drizzled/error.cc:1176
5205
msgid "Error during starting/stopping of the scheduler. Error code %u"
5208
#: drizzled/error.cc:1178
5209
msgid "Engine cannot be used in partitioned tables"
5212
#: drizzled/error.cc:1180
5214
msgid "Cannot activate '%-.64s' log"
5217
#: drizzled/error.cc:1182
5218
msgid "The server was not built with row-based replication"
5221
#: drizzled/error.cc:1184
5222
msgid "Decoding of base64 string failed"
5225
#: drizzled/error.cc:1186
5226
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5229
#: drizzled/error.cc:1188
5231
"Cannot proceed because system tables used by Event Scheduler were found "
5232
"damaged at server start"
5235
#: drizzled/error.cc:1190
5236
msgid "Only integers allowed as number here"
5239
#: drizzled/error.cc:1192
5240
msgid "This storage engine cannot be used for log tables"
5243
#: drizzled/error.cc:1194
5245
msgid "You cannot '%s' a log table if logging is enabled"
5248
#: drizzled/error.cc:1196
5251
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5252
"rename two tables: the log table to an archive table and another table back "
5256
#: drizzled/error.cc:1198
5258
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5261
#: drizzled/error.cc:1200
5263
msgid "Incorrect parameters in the call to native function '%-.192s'"
5266
#: drizzled/error.cc:1202
5268
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5271
#: drizzled/error.cc:1204
5273
msgid "This function '%-.192s' has the same name as a native function"
5276
#: drizzled/error.cc:1206
5278
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5281
#: drizzled/error.cc:1208
5282
msgid "Too many files opened, please execute the command again"
5285
#: drizzled/error.cc:1210 drizzled/error.cc:1212
5287
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5288
"The event was dropped immediately after creation."
5291
#: drizzled/error.cc:1214
5293
msgid "The incident %s occured on the master. Message: %-.64s"
5296
#: drizzled/error.cc:1216
5297
msgid "Table has no partition for some existing values"
5300
#: drizzled/error.cc:1218
5301
msgid "Statement is not safe to log in statement format."
5304
#: drizzled/error.cc:1220
5306
msgid "Fatal error: %s"
5309
#: drizzled/error.cc:1222
5311
msgid "Relay log read failure: %s"
5314
#: drizzled/error.cc:1224
5316
msgid "Relay log write failure: %s"
5319
#: drizzled/error.cc:1228
5321
msgid "Master command %s failed: %s"
5324
#: drizzled/error.cc:1230
5326
msgid "Binary logging not possible. Message: %s"
5329
#: drizzled/error.cc:1232
5331
msgid "View `%-.64s`.`%-.64s` has no creation context"
5334
#: drizzled/error.cc:1234
5336
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5339
#: drizzled/error.cc:1236
5341
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5344
#: drizzled/error.cc:1238
5346
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5349
#: drizzled/error.cc:1240
5351
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5354
#: drizzled/error.cc:1242
5356
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5359
#: drizzled/error.cc:1244
5361
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5364
#: drizzled/error.cc:1246
5366
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5369
#: drizzled/error.cc:1248
5371
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5374
#: drizzled/error.cc:1250
5376
msgid "Ambiguous slave modes combination. %s"
5379
#: drizzled/error.cc:1252
5382
"The BINLOG statement of type `%s` was not preceded by a format description "
5386
#: drizzled/error.cc:1254
5387
msgid "Corrupted replication event was detected"
5390
#: drizzled/error.cc:1256
5392
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5395
#: drizzled/error.cc:1258
5397
msgid "Being purged log %s was not found"
5400
#: drizzled/error.cc:1260
5402
msgid "Converted to non-transactional lock on '%-.64s'"
5405
#: drizzled/error.cc:1262
5407
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5410
#: drizzled/error.cc:1264
5413
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5416
#: drizzled/error.cc:1266
5418
msgid "Can't access storage engine of table %-.64s"
5421
#: drizzled/error.cc:1268
5422
msgid "Starting backup process"
5425
#: drizzled/error.cc:1270
5426
msgid "Backup completed"
5429
#: drizzled/error.cc:1272
5430
msgid "Starting restore process"
5433
#: drizzled/error.cc:1274
5434
msgid "Restore completed"
5437
#: drizzled/error.cc:1276
5438
msgid "Nothing to backup"
5441
#: drizzled/error.cc:1278
5443
msgid "Database '%-.64s' cannot be included in a backup"
5446
#: drizzled/error.cc:1280
5448
"Error during backup operation - server's error log contains more information "
5452
#: drizzled/error.cc:1282
5454
"Error during restore operation - server's error log contains more "
5455
"information about the error"
5458
#: drizzled/error.cc:1284
5460
"Can't execute this command because another BACKUP/RESTORE operation is in "
5464
#: drizzled/error.cc:1286
5465
msgid "Error when preparing for backup operation"
5468
#: drizzled/error.cc:1288
5469
msgid "Error when preparing for restore operation"
5472
#: drizzled/error.cc:1290
5474
msgid "Invalid backup location '%-.64s'"
5477
#: drizzled/error.cc:1292
5479
msgid "Can't read backup location '%-.64s'"
5482
#: drizzled/error.cc:1294
5484
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5487
#: drizzled/error.cc:1296
5488
msgid "Can't enumerate server databases"
5491
#: drizzled/error.cc:1298
5492
msgid "Can't enumerate server tables"
5495
#: drizzled/error.cc:1300
5497
msgid "Can't enumerate tables in database %-.64s"
5500
#: drizzled/error.cc:1302
5502
msgid "Skipping view %-.64s in database %-.64s"
5505
#: drizzled/error.cc:1304
5507
msgid "Skipping table %-.64s since it has no valid storage engine"
5510
#: drizzled/error.cc:1306
5512
msgid "Can't open table %-.64s"
5515
#: drizzled/error.cc:1308
5516
msgid "Can't read backup archive preamble"
5519
#: drizzled/error.cc:1310
5520
msgid "Can't write backup archive preamble"
5523
#: drizzled/error.cc:1312
5525
msgid "Can't find backup driver for table %-.64s"
5528
#: drizzled/error.cc:1314
5531
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5535
#: drizzled/error.cc:1316
5537
msgid "Can't create %-.64s backup driver"
5540
#: drizzled/error.cc:1318
5542
msgid "Can't create %-.64s restore driver"
5545
#: drizzled/error.cc:1320
5547
msgid "Found %d images in backup archive but maximum %d are supported"
5550
#: drizzled/error.cc:1322
5552
msgid "Error when saving meta-data of %-.64s"
5555
#: drizzled/error.cc:1324
5556
msgid "Error when reading meta-data list"
5559
#: drizzled/error.cc:1326
5561
msgid "Can't create %-.64s"
5564
#: drizzled/error.cc:1328
5565
msgid "Can't allocate buffer for image data transfer"
5568
#: drizzled/error.cc:1330
5570
msgid "Error when writing %-.64s backup image data (for table #%d)"
5573
#: drizzled/error.cc:1332
5574
msgid "Error when reading data from backup stream"
5577
#: drizzled/error.cc:1334
5578
msgid "Can't go to the next chunk in backup stream"
5581
#: drizzled/error.cc:1336
5583
msgid "Can't initialize %-.64s backup driver"
5586
#: drizzled/error.cc:1338
5588
msgid "Can't initialize %-.64s restore driver"
5591
#: drizzled/error.cc:1340
5593
msgid "Can't shut down %-.64s backup driver"
5596
#: drizzled/error.cc:1342
5598
msgid "Can't shut down %-.64s backup driver(s)"
5601
#: drizzled/error.cc:1344
5603
msgid "%-.64s backup driver can't prepare for synchronization"
5606
#: drizzled/error.cc:1346
5608
msgid "%-.64s backup driver can't create its image validity point"
5611
#: drizzled/error.cc:1348
5613
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5616
#: drizzled/error.cc:1350
5618
msgid "%-.64s backup driver can't cancel its backup operation"
5621
#: drizzled/error.cc:1352
5623
msgid "%-.64s restore driver can't cancel its restore operation"
5626
#: drizzled/error.cc:1354
5628
msgid "Error when polling %-.64s backup driver for its image data"
5631
#: drizzled/error.cc:1356
5633
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5636
#: drizzled/error.cc:1358
5639
"After %d attempts %-.64s restore driver still can't accept next block of data"
5642
#: drizzled/error.cc:1360
5644
msgid "Open and lock tables failed in %-.64s"
5647
#: drizzled/error.cc:1362
5648
msgid "Backup driver's table locking thread can not be initialized."
5651
#: drizzled/error.cc:1364
5653
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
5654
"and 'mysql.online_backup_progress'."
5657
#: drizzled/error.cc:1366
5659
msgid "Tablespace '%-.192s' already exists"
5662
#: drizzled/error.cc:1368
5664
msgid "Tablespace '%-.192s' doesn't exist"
5667
#: drizzled/error.cc:1370
5669
msgid "Unexpected master's heartbeat data: %s"
5672
#: drizzled/error.cc:1372
5674
msgid "The requested value for the heartbeat period %s %s"
5677
#: drizzled/error.cc:1374
5679
msgid "Can't write to the online backup progress log %-.64s."
5682
#: drizzled/error.cc:1376
5684
msgid "Tablespace '%-.192s' not empty"
5687
#: drizzled/error.cc:1378
5690
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5691
"server. The original definition of the required tablespace is '%-.256s' "
5692
"while the same tablespace is defined on the server as '%-.256s'"
5695
#: drizzled/error.cc:1380
5696
msgid "A virtual column cannot be based on a virtual column"
5699
#: drizzled/error.cc:1382
5701
msgid "Non-deterministic expression for virtual column '%s'."
5704
#: drizzled/error.cc:1384
5707
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5710
#: drizzled/error.cc:1386
5711
msgid "Primary key cannot be defined upon a virtual column."
5714
#: drizzled/error.cc:1388
5715
msgid "Key/Index cannot be defined on a non-stored virtual column."
5718
#: drizzled/error.cc:1390
5720
msgid "Cannot define foreign key with %s clause on a virtual column."
5723
#: drizzled/error.cc:1392
5725
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5728
#: drizzled/error.cc:1394
5730
msgid "'%s' is not yet supported for virtual columns."
5733
#: drizzled/error.cc:1396
5734
msgid "Constant expression in virtual column function is not allowed."
5737
#: drizzled/errmsg.cc:44
5739
msgid "errmsg plugin '%s' init() failed."
5742
#: drizzled/errmsg.cc:70
5744
msgid "errmsg plugin '%s' deinit() failed."
5747
#: drizzled/errmsg.cc:111
5749
msgid "errmsg plugin '%s' errmsg_func() failed"
5752
#: drizzled/handler.cc:378
5753
msgid "Too many storage engines!"
5756
#: drizzled/handler.cc:382
5758
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
5761
#: drizzled/handler.cc:1228
5763
msgid "Found %d prepared transaction(s) in %s"
5766
#: drizzled/handler.cc:1280
5767
msgid "Starting crash recovery..."
5770
#: drizzled/handler.cc:1312
5772
msgid "Found %d prepared XA transactions"
5775
#: drizzled/handler.cc:1316
5778
"Found %d prepared transactions! It means that drizzled was not shut down "
5779
"properly last time and critical recovery information (last binlog or %s "
5780
"file) was manually deleted after a crash. You have to start drizzled with "
5781
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5784
#: drizzled/handler.cc:1326
5785
msgid "Crash recovery finished."
5788
#: drizzled/log.cc:723
5789
msgid "I/O error reading the header from the binary log"
5792
#: drizzled/log.cc:730
5794
"Binlog has bad magic number; It's not a binary log file that can be used by "
5795
"this version of Drizzle"
5798
#: drizzled/log.cc:745
5800
msgid "Failed to open log (file '%s', errno %d)"
5803
#: drizzled/log.cc:747 drizzled/log.cc:755
5804
msgid "Could not open log file"
5807
#: drizzled/log.cc:753
5809
msgid "Failed to create a cache on log (file '%s')"
5812
#: drizzled/log.cc:907 drizzled/log.cc:1271
5815
"Could not use %s for logging (error %d). Turning logging off for the whole "
5816
"duration of the Drizzle server process. To turn it on again: fix the cause, "
5817
"shutdown the Drizzle server and restart it."
5820
#: drizzled/log.cc:1539 drizzled/log.cc:1570 drizzled/log.cc:1819
5821
#: drizzled/log.cc:1941
5823
msgid "Failed to delete file '%s'"
5826
#: drizzled/log.cc:1548 drizzled/log.cc:1827 drizzled/log.cc:1949
5829
"a problem with deleting %s; consider examining correspondence of your binlog "
5830
"index file to the actual binlog files"
5833
#: drizzled/log.cc:1675
5835
msgid "next log error: %d offset: %s log: %s included: %d"
5838
#: drizzled/log.cc:1785 drizzled/log.cc:1909
5840
msgid "Failed to execute stat() on file '%s'"
5843
#: drizzled/log.cc:1796 drizzled/log.cc:1920
5846
"a problem with getting info on being purged %s; consider examining "
5847
"correspondence of your binlog index file to the actual binlog files"
5850
#: drizzled/log.cc:3358 drizzled/log.cc:3851
5852
msgid "Recovering after a crash using %s"
5855
#: drizzled/log.cc:3361
5857
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
5860
#: drizzled/log.cc:3698
5861
msgid "Bad magic header in tc log"
5864
#: drizzled/log.cc:3708
5867
"Recovery failed! You must enable exactly %d storage engines that support two-"
5868
"phase commit protocol"
5871
#: drizzled/log.cc:3736
5873
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5874
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
5875
"heuristic-recover={commit|rollback}"
5878
#: drizzled/log.cc:3766
5879
msgid "Heuristic crash recovery mode"
5882
#: drizzled/log.cc:3768
5883
msgid "Heuristic crash recovery failed"
5886
#: drizzled/log.cc:3769
5887
msgid "Please restart mysqld without --tc-heuristic-recover"
5890
#: drizzled/log.cc:3813 drizzled/log.cc:3837
5892
msgid "find_log_pos() failed (error: %d)"
5895
#: drizzled/log.cc:3950
5897
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5898
"of memory error) and restart, or delete (or rename) binary log and start "
5899
"mysqld with --tc-heuristic-recover={commit|rollback}"
5902
#: drizzled/log_event.cc:126
5904
msgid " %s, Error_code: %d;"
5907
#: drizzled/log_event.cc:130
5910
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
5911
"master log %s, end_log_pos %lu"
5914
#: drizzled/log_event.cc:136
5918
#: drizzled/log_event.cc:878
5921
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
5924
#: drizzled/log_event.cc:1768
5927
"Query partially completed on the master (error on master: %d) and was "
5928
"aborted. There is a chance that your master is inconsistent at this point. "
5929
"If you are sure that your master is ok, run this query manually on the slave "
5930
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
5931
"SLAVE; . Query: '%s'"
5934
#: drizzled/log_event.cc:1794
5937
"Query caused differenxt errors on master and slave.\n"
5938
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
5939
"Default database: '%s'. Query: '%s'"
5942
#: drizzled/log_event.cc:1799
5946
#: drizzled/log_event.cc:1819
5948
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
5951
#: drizzled/log_event.cc:1821 drizzled/log_event.cc:5002
5952
#: drizzled/log_event.cc:5047 drizzled/log_event.cc:5818
5953
msgid "unexpected success or fatal error"
5956
#: drizzled/log_event.cc:2337
5958
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
5959
"probable cause is that the master died while writing the transaction to its "
5960
"binary log, thus rolled back too."
5963
#: drizzled/log_event.cc:3003
5966
"Slave: load data infile on table '%s' at log position %s in log '%s' "
5967
"produced %ld warning(s). Default database: '%s'"
5970
#: drizzled/log_event.cc:3053
5973
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
5976
#: drizzled/log_event.cc:3065
5978
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
5981
#: drizzled/log_event.cc:3780
5982
msgid "Out of memory while recording slave event"
5985
#: drizzled/log_event.cc:4029 drizzled/log_event.cc:4055
5987
msgid "Error in Create_file event: could not open file '%s'"
5990
#: drizzled/log_event.cc:4041
5992
msgid "Error in Create_file event: could not write to file '%s'"
5995
#: drizzled/log_event.cc:4062
5997
msgid "Error in Create_file event: write to '%s' failed"
6000
#: drizzled/log_event.cc:4176
6002
msgid "Error in %s event: could not create file '%s'"
6005
#: drizzled/log_event.cc:4185
6007
msgid "Error in %s event: could not open file '%s'"
6010
#: drizzled/log_event.cc:4192
6012
msgid "Error in %s event: write to '%s' failed"
6015
#: drizzled/log_event.cc:4354
6017
msgid "Error in Exec_load event: could not open file '%s'"
6020
#: drizzled/log_event.cc:4364
6022
msgid "Error in Exec_load event: file '%s' appears corrupted"
6025
#: drizzled/log_event.cc:4394
6027
msgid "%s. Failed executing load from '%s'"
6030
#: drizzled/log_event.cc:4567
6031
msgid "Not enough memory"
6034
#: drizzled/log_event.cc:4999
6036
msgid "Error '%s' in %s event: when locking tables"
6039
#: drizzled/log_event.cc:5009
6041
msgid "Error in %s event: when locking tables"
6044
#: drizzled/log_event.cc:5044
6046
msgid "Error '%s' on reopening tables"
6049
#: drizzled/log_event.cc:5400
6051
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6054
#: drizzled/log_event.cc:5815
6056
msgid "Error '%s' on opening table `%s`.`%s`"
6059
#. TRANSLATORS: The leading word "logging" is the name
6060
#. of the plugin api, and so should not be translated.
6061
#: drizzled/logging.cc:62
6063
msgid "logging plugin '%s' deinit() failed"
6066
#. TRANSLATORS: The leading word "logging" is the name
6067
#. of the plugin api, and so should not be translated.
6068
#: drizzled/logging.cc:85
6070
msgid "logging plugin '%s' logging_pre() failed"
6073
#. TRANSLATORS: The leading word "logging" is the name
6074
#. of the plugin api, and so should not be translated.
6075
#: drizzled/logging.cc:118
6077
msgid "logging plugin '%s' logging_post() failed"
6080
#. TRANSLATORS: The leading word "parser" is the name
6081
#. of the plugin api, and so should not be translated.
6082
#: drizzled/parser.cc:40
6084
msgid "parser plugin '%s' init() failed"
6087
#. TRANSLATORS: The leading word "parser" is the name
6088
#. of the plugin api, and so should not be translated.
6089
#: drizzled/parser.cc:62
6091
msgid "parser plugin '%s' deinit() failed"
6094
#. TRANSLATORS: The leading word "parser" is the name
6095
#. of the plugin api, and so should not be translated.
6096
#: drizzled/parser.cc:98
6098
msgid "parser plugin '%s' parser_func1() failed"
6101
#. TRANSLATORS: The leading word "parser" is the name
6102
#. of the plugin api, and so should not be translated.
6103
#: drizzled/parser.cc:152
6105
msgid "parser plugin '%s' parser_func2() failed"
6108
#. TRANSLATORS: The leading word "qcache" is the name
6109
#. of the plugin api, and so should not be translated.
6110
#: drizzled/qcache.cc:40
6112
msgid "qcache plugin '%s' init() failed"
6115
#. TRANSLATORS: The leading word "qcache" is the name
6116
#. of the plugin api, and so should not be translated.
6117
#: drizzled/qcache.cc:62
6119
msgid "qcache plugin '%s' deinit() failed"
6122
#. TRANSLATORS: The leading word "qcache" is the name
6123
#. of the plugin api, and so should not be translated.
6124
#: drizzled/qcache.cc:98
6126
msgid "qcache plugin '%s' do1() failed"
6129
#. TRANSLATORS: The leading word "qcache" is the name
6130
#. of the plugin api, and so should not be translated.
6131
#: drizzled/qcache.cc:152
6133
msgid "qcache plugin '%s' qcache_func2() failed"
6136
#: drizzled/rpl_mi.cc:251 drizzled/slave.cc:1085 drizzled/slave.cc:2112
6137
msgid "Failed to flush master info file"
6140
#: drizzled/rpl_reporting.cc:44
6142
msgid "Slave %s: %s%s Error_code: %d"
6145
#: drizzled/rpl_rli.cc:145
6148
"Neither --relay-log nor --relay-log-index were used; so replication may "
6149
"break when this MySQL server acts as a slave and has his hostname changed!! "
6150
"Please use '--relay-log=%s' to avoid this problem."
6153
#: drizzled/rpl_rli.cc:162
6154
msgid "Failed in open_log() called from init_relay_log_info()"
6157
#: drizzled/rpl_rli.cc:184
6158
msgid "Failed to flush relay log info file"
6161
#: drizzled/rpl_rli.cc:187
6162
msgid "Error counting relay log space"
6165
#: drizzled/rpl_rli.cc:211
6167
msgid "log %s listed in the index, but failed to stat"
6170
#: drizzled/rpl_rli.cc:226
6171
msgid "Could not find first log while counting relay log space"
6174
#: drizzled/rpl_rli.cc:880
6175
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6178
#: drizzled/rpl_utility.cc:117
6180
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6183
#: drizzled/rpl_utility.cc:132
6186
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6187
"Master's column size should be <= the slave's column size."
6190
#: drizzled/scheduler.cc:129
6191
msgid "Memory allocation error in session_scheduler::init\n"
6194
#: drizzled/scheduler.cc:206
6195
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6198
#: drizzled/scheduler.cc:212
6199
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6202
#: drizzled/scheduler.cc:224
6203
msgid "session_add_event event_add error in libevent_init\n"
6206
#: drizzled/scheduler.cc:240
6208
msgid "Can't create completion port thread (error %d)"
6211
#: drizzled/scheduler.cc:353
6212
msgid "event_add error in libevent_add_session_callback\n"
6215
#: drizzled/scheduler.cc:379
6216
msgid "Scheduler init error in libevent_add_new_connection\n"
6219
#: drizzled/scheduler.cc:460
6220
msgid "libevent_thread_proc: my_thread_init() failed\n"
6223
#. TRANSLATORS: The leading word "scheduling" is the name
6224
#. of the plugin api, and so should not be translated.
6225
#: drizzled/scheduling.cc:40
6227
msgid "scheduling plugin '%s' init() failed"
6230
#. TRANSLATORS: The leading word "scheduling" is the name
6231
#. of the plugin api, and so should not be translated.
6232
#: drizzled/scheduling.cc:62
6234
msgid "scheduling plugin '%s' deinit() failed"
6237
#. TRANSLATORS: The leading word "scheduling" is the name
6238
#. of the plugin api, and so should not be translated.
6239
#: drizzled/scheduling.cc:98
6241
msgid "scheduling plugin '%s' scheduling_func1() failed"
6244
#. TRANSLATORS: The leading word "scheduling" is the name
6245
#. of the plugin api, and so should not be translated.
6246
#: drizzled/scheduling.cc:152
6248
msgid "scheduling plugin '%s' scheduling_func2() failed"
6251
#: drizzled/set_var.cc:802
6252
msgid "Ambiguous slave modes combination. STRICT will be used"
6255
#: drizzled/slave.cc:96
6256
msgid "Waiting to reconnect after a failed registration on master"
6259
#: drizzled/slave.cc:97
6261
"Slave I/O thread killed while waitnig to reconnect after a failed "
6262
"registration on master"
6265
#: drizzled/slave.cc:99
6266
msgid "Reconnecting after a failed registration on master"
6269
#: drizzled/slave.cc:100
6272
"failed registering on master, reconnecting to try again, log '%s' at postion "
6276
#: drizzled/slave.cc:103 drizzled/slave.cc:112
6277
msgid "Slave I/O thread killed during or after reconnect"
6280
#: drizzled/slave.cc:106
6281
msgid "Waiting to reconnect after a failed binlog dump request"
6284
#: drizzled/slave.cc:107
6285
msgid "Slave I/O thread killed while retrying master dump"
6288
#: drizzled/slave.cc:108
6289
msgid "Reconnecting after a failed binlog dump request"
6292
#: drizzled/slave.cc:109
6294
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6297
#: drizzled/slave.cc:115
6298
msgid "Waiting to reconnect after a failed master event read"
6301
#: drizzled/slave.cc:116
6302
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6305
#: drizzled/slave.cc:118
6306
msgid "Reconnecting after a failed master event read"
6309
#: drizzled/slave.cc:119
6312
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6316
#: drizzled/slave.cc:122
6318
"Slave I/O thread killed during or after a reconnect done to recover from "
6322
#: drizzled/slave.cc:236
6323
msgid "Failed to allocate memory for the master info structure"
6326
#: drizzled/slave.cc:242 drizzled/slave.cc:1784
6327
msgid "Failed to initialize the master info structure"
6330
#: drizzled/slave.cc:257
6331
msgid "Failed to create slave threads"
6334
#: drizzled/slave.cc:454
6335
msgid "Server id not set, will not start slave"
6338
#: drizzled/slave.cc:622
6340
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6341
"updates to a non-transactional table without any primary key. There is a "
6342
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6343
"check your tables' contents after restart."
6346
#: drizzled/slave.cc:783 drizzled/slave.cc:798
6347
msgid "Master reported unrecognized DRIZZLE version"
6350
#: drizzled/slave.cc:839
6351
msgid "default Format_description_log_event"
6354
#: drizzled/slave.cc:861
6357
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6358
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6361
#: drizzled/slave.cc:888
6363
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6364
"server ids; these ids must be different for replication to work (or the --"
6365
"replicate-same-server-id option must be used on slave but this doesnot "
6366
"always make sense; please check the manual before using it)."
6369
#: drizzled/slave.cc:933
6371
"The slave I/O thread stops because master and slave have different values "
6372
"for the COLLATION_SERVER global variable. The values must be equal for "
6373
"replication to work"
6376
#: drizzled/slave.cc:969
6378
"The slave I/O thread stops because master and slave have different values "
6379
"for the TIME_ZONE global variable. The values must be equal for replication "
6383
#: drizzled/slave.cc:1034
6384
msgid "Waiting for the slave SQL thread to free enough relay log space"
6387
#: drizzled/slave.cc:1080
6389
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6393
#: drizzled/slave.cc:1091
6394
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6397
#: drizzled/slave.cc:1440
6399
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6402
#: drizzled/slave.cc:1493
6404
msgid "Error reading packet from server: %s ( server_errno=%d)"
6407
#: drizzled/slave.cc:1501
6409
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6412
#: drizzled/slave.cc:1655
6415
"It was not possible to update the positions of the relay log information: "
6416
"the slave may be in an inconsistent state. Stopped in %s position %s"
6419
#: drizzled/slave.cc:1730 drizzled/slave.cc:2322
6421
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6424
#: drizzled/slave.cc:1789 drizzled/slave.cc:2271
6426
msgid "Error initializing relay log position: %s"
6429
#: drizzled/slave.cc:1805
6432
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6433
"Consider raising the value of the slave_transaction_retries variable."
6436
#: drizzled/slave.cc:1828
6438
"Could not parse relay log event entry. The possible reasons are: the "
6439
"master's binary log is corrupted (you can check this by running "
6440
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6441
"can check this by running 'mysqlbinlog' on the relay log), a network "
6442
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6443
"check the master's binary log or slave's relay log, you will be able to know "
6444
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6447
#: drizzled/slave.cc:1949
6448
msgid "Failed during slave I/O thread initialization"
6451
#: drizzled/slave.cc:1963
6452
msgid "error in drizzle_create()"
6455
#: drizzled/slave.cc:1971
6458
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6459
"'%s' at position %s"
6462
#: drizzled/slave.cc:1985
6463
msgid "Slave I/O thread killed while connecting to master"
6466
#: drizzled/slave.cc:2009
6467
msgid "Slave I/O thread couldn't register on master"
6470
#: drizzled/slave.cc:2021 drizzled/slave.cc:2045 drizzled/slave.cc:2069
6471
msgid "Forcing to reconnect slave I/O thread"
6474
#: drizzled/slave.cc:2034
6475
msgid "Failed on request_dump()"
6478
#: drizzled/slave.cc:2035
6479
msgid "Slave I/O thread killed while requesting master dump"
6482
#: drizzled/slave.cc:2061
6483
msgid "Waiting for master to send event"
6486
#: drizzled/slave.cc:2063
6487
msgid "Slave I/O thread killed while reading event"
6490
#: drizzled/slave.cc:2081
6493
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6494
"entry is correct, restart the server with a higher value of "
6495
"max_allowed_packet"
6498
#: drizzled/slave.cc:2095
6499
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6502
#: drizzled/slave.cc:2105
6503
msgid "Queueing master event to the relay log"
6506
#: drizzled/slave.cc:2132
6507
msgid "Slave I/O thread aborted while waiting for relay log space"
6510
#: drizzled/slave.cc:2142
6512
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6515
#: drizzled/slave.cc:2163
6516
msgid "Waiting for slave mutex on exit"
6519
#: drizzled/slave.cc:2227
6520
msgid "Failed during slave thread initialization"
6523
#: drizzled/slave.cc:2293
6526
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6527
"s, relay log '%s' position: %s"
6530
#: drizzled/slave.cc:2307
6531
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6534
#: drizzled/slave.cc:2333
6535
msgid "Reading event from the relay log"
6538
#: drizzled/slave.cc:2358
6540
msgid "Slave (additional info): %s Error_code: %d"
6543
#: drizzled/slave.cc:2375
6545
msgid "Slave: %s Error_code: %d"
6548
#: drizzled/slave.cc:2378
6551
"Error loading user-defined library, slave SQL thread aborted. Install the "
6552
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6553
"stopped at log '%s' position %s"
6556
#: drizzled/slave.cc:2386
6559
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6560
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6563
#: drizzled/slave.cc:2398
6566
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6569
#: drizzled/slave.cc:2492
6571
msgid "Slave I/O: failed requesting download of '%s'"
6574
#: drizzled/slave.cc:2509
6576
msgid "Network read error downloading '%s' from master"
6579
#: drizzled/slave.cc:2531
6580
msgid "error writing Exec_load event to relay log"
6583
#: drizzled/slave.cc:2545
6584
msgid "error writing Create_file event to relay log"
6587
#: drizzled/slave.cc:2560
6588
msgid "error writing Append_block event to relay log"
6591
#: drizzled/slave.cc:2656
6592
msgid "Memory allocation failed"
6595
#: drizzled/slave.cc:2681 drizzled/slave.cc:2767
6598
"Read invalid event from master: '%s', master could be corrupt but a more "
6599
"likely cause of this is a bug"
6602
#: drizzled/slave.cc:3039
6603
msgid "could not queue event from master"
6606
#: drizzled/slave.cc:3129
6608
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6611
#: drizzled/slave.cc:3131
6612
msgid "reconnecting"
6615
#: drizzled/slave.cc:3131
6619
#: drizzled/slave.cc:3155
6622
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6626
#: drizzled/slave.cc:3516
6628
msgid "next log '%s' is currently active"
6631
#: drizzled/slave.cc:3546
6633
msgid "next log '%s' is not active"
6636
#: drizzled/slave.cc:3562
6639
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6642
#: drizzled/slave.cc:3568
6643
msgid "Aborting slave SQL thread because of partial event read"
6646
#: drizzled/slave.cc:3574 drizzled/slave.cc:3581
6648
msgid "Error reading relay log event: %s"
6651
#: drizzled/slave.cc:3575
6652
msgid "slave SQL thread was killed"
6655
#: drizzled/slave.cc:3673
6658
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6659
"check error log on slave for more info"
6662
#: drizzled/slave.cc:3679
6665
"According to the master's version ('%s'), it is probable that master suffers "
6666
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6667
"current binary log event may make the slave's data become different from the "
6668
"master's data. To take no risk, slave refuses to replicate this event and "
6669
"stops. We recommend that all updates be stopped on the master and slave, "
6670
"that the data of both be manually synchronized, that master's binary logs be "
6671
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6672
"Then replication can be restarted."
6675
#: drizzled/sql_base.cc:2546
6677
msgid "Table %s had a open data handler in reopen_table"
6680
#: drizzled/sql_base.cc:3197
6682
msgid "Couldn't repair table: %s.%s"
6685
#: drizzled/sql_base.cc:3240
6688
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6689
"s`.`%s`' to the binary log"
6692
#: drizzled/sql_base.cc:3953
6694
msgid "Could not remove temporary table: '%s', error: %d"
6697
#: drizzled/sql_db.cc:399 drizzled/sql_db.cc:407
6699
msgid "Error while loading database options: '%s':"
6702
#: drizzled/sql_plugin.cc:678
6704
msgid "Plugin '%s' of type %s failed deinitialization"
6707
#: drizzled/sql_plugin.cc:692
6709
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6712
#: drizzled/sql_plugin.cc:812
6714
msgid "Plugin '%s' registration as a %s failed."
6717
#: drizzled/sql_plugin.cc:1066
6718
msgid "plugin-load parameter too long"
6721
#: drizzled/sql_plugin.cc:1126
6723
msgid "Couldn't load plugin named '%s' with soname '%s'."
6726
#: drizzled/sql_plugin.cc:1177
6728
msgid "Forcing shutdown of %d plugins"
6731
#: drizzled/sql_plugin.cc:1199
6733
msgid "Plugin '%s' will be forced to shutdown"
6736
#: drizzled/sql_plugin.cc:1215
6738
msgid "Plugin '%s' has ref_count=%d after shutdown."
6741
#: drizzled/sql_plugin.cc:2464 drizzled/sql_plugin.cc:2527
6743
msgid "Unknown variable type code 0x%x in plugin '%s'."
6746
#: drizzled/sql_plugin.cc:2507
6749
"Server variable %s of plugin %s was forced to be read-only: string variable "
6750
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6753
#: drizzled/sql_plugin.cc:2538
6755
msgid "Missing variable name in plugin '%s'."
6758
#: drizzled/sql_plugin.cc:2555
6760
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6763
#: drizzled/sql_plugin.cc:2674
6765
msgid "Out of memory for plugin '%s'."
6768
#: drizzled/sql_plugin.cc:2681
6770
msgid "Bad options for plugin '%s'."
6773
#: drizzled/sql_plugin.cc:2690
6775
msgid "Parsing options for plugin '%s' failed."
6778
#: drizzled/sql_plugin.cc:2733
6780
msgid "Plugin '%s' has conflicting system variables"
6783
#: drizzled/sql_plugin.cc:2743
6785
msgid "Plugin '%s' disabled by command line option"
6788
#: drizzled/sql_repl.cc:101
6789
msgid "Failed in send_file() while reading file name"
6792
#: drizzled/sql_repl.cc:114
6793
msgid "Failed in send_file() on open of file"
6796
#: drizzled/sql_repl.cc:122
6797
msgid "Failed in send_file() while writing data to client"
6800
#: drizzled/sql_repl.cc:131
6801
msgid "Failed in send_file() while negotiating file transfer close"
6804
#: drizzled/sql_table.cc:82
6806
msgid "Invalid (old?) table or database name '%s'"
6809
#: drizzled/sql_table.cc:2716
6811
msgid "Unknown - internal error %d during operation"
6814
#: drizzled/sql_table.cc:5011
6816
msgid "Could not open table %s.%s after rename\n"
6819
#: drizzled/sql_table.cc:5178
6822
"order_st BY ignored because there is a user-defined clustered index in the "
6826
#: drizzled/sql_udf.cc:39
6827
msgid "Can't allocate memory for udf structures"
6830
#: drizzled/table.cc:507
6833
"'%s' had no or invalid character set, and default character set is multi-"
6834
"byte, so character column sizes may have changed"
6837
#: drizzled/table.cc:2082
6839
msgid "Unknown collation '%s' in table '%-.64s' definition"
6842
#: drizzled/table.cc:2089
6845
"Table '%-.64s' was created with a different version of MySQL and cannot be "
6849
#: drizzled/table.cc:2700
6852
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6856
#: drizzled/table.cc:2726
6859
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6860
"have type %s, found type %s."
6863
#: drizzled/table.cc:2735
6866
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6867
"position %d to have character set '%s' but the type has no character set."
6870
#: drizzled/table.cc:2745
6873
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6874
"position %d to have character set '%s' but found character set '%s'."
6877
#: drizzled/table.cc:2756
6880
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6881
"have type %s but the column is not found."
6884
#: drizzled/table.cc:5182
6886
msgid "Got error %d when reading table '%s'"
6889
#: drizzled/tztime.cc:1054
6891
msgid "Fatal error: Illegal or unknown default time zone '%s'"
6894
#: plugin/errmsg_stderr/errmsg_stderr.cc:76
6895
msgid "Error Messages to stderr"
6898
#: plugin/logging_query/logging_query.cc:120
6901
"thread_id=%ld query_id=%ld t_connect=%lld t_start=%lld t_lock=%lld command=%."
6902
"*s rows_sent=%ld rows_examined=%u\n"
6903
" db=\"%.*s\" query=\"%.*s\"\n"
6906
#: plugin/logging_query/logging_query.cc:161
6908
msgid "fail open() fn=%s er=%s\n"
6911
#: plugin/logging_query/logging_query.cc:201
6912
msgid "File to log to"
6915
#: plugin/logging_query/logging_query.cc:210
6916
msgid "Enable logging"
6919
#: plugin/logging_query/logging_query.cc:219
6920
msgid "Disable after this many seconds. Zero for forever"
6923
#: plugin/logging_query/logging_query.cc:232
6924
msgid "Threshold for logging slow queries, in microseconds"
6927
#: plugin/logging_query/logging_query.cc:245
6928
msgid "Threshold for logging big queries, for rows returned"
6931
#: plugin/logging_query/logging_query.cc:258
6932
msgid "Threshold for logging big queries, for rows examined"
6935
#: plugin/logging_query/logging_query.cc:281
6936
msgid "Log queries to a file"
6939
#: storage/myisam/ha_myisam.cc:448
6941
msgid "Got an error from thread_id=%lu, %s:%d"
6944
#: storage/myisam/ha_myisam.cc:451
6946
msgid "Got an error from unknown thread, %s:%d"
6949
#: storage/myisam/ha_myisam.cc:456
6950
msgid "Unknown thread accessing table"
6953
#: storage/myisam/my_handler_errors.c:32
6954
msgid "Didn't find key on read or update"
6957
#: storage/myisam/my_handler_errors.c:34
6958
msgid "Duplicate key on write or update"
6961
#: storage/myisam/my_handler_errors.c:36
6962
msgid "Internal (unspecified) error in handler"
6965
#: storage/myisam/my_handler_errors.c:38
6967
"Someone has changed the row since it was read (while the table was locked to "
6971
#: storage/myisam/my_handler_errors.c:41
6972
msgid "Wrong index given to function"
6975
#: storage/myisam/my_handler_errors.c:43
6976
msgid "Undefined handler error 125"
6979
#: storage/myisam/my_handler_errors.c:45
6980
msgid "Index file is crashed"
6983
#: storage/myisam/my_handler_errors.c:47
6984
msgid "Record file is crashed"
6987
#: storage/myisam/my_handler_errors.c:49
6988
msgid "Out of memory in engine"
6991
#: storage/myisam/my_handler_errors.c:51
6992
msgid "Undefined handler error 129"
6995
#: storage/myisam/my_handler_errors.c:53
6996
msgid "Incorrect file format"
6999
#: storage/myisam/my_handler_errors.c:55
7000
msgid "Command not supported by database"
7003
#: storage/myisam/my_handler_errors.c:57
7004
msgid "Old database file"
7007
#: storage/myisam/my_handler_errors.c:59
7008
msgid "No record read before update"
7011
#: storage/myisam/my_handler_errors.c:61
7012
msgid "Record was already deleted (or record file crashed)"
7015
#: storage/myisam/my_handler_errors.c:63
7016
msgid "No more room in record file"
7019
#: storage/myisam/my_handler_errors.c:65
7020
msgid "No more room in index file"
7023
#: storage/myisam/my_handler_errors.c:67
7024
msgid "No more records (read after end of file)"
7027
#: storage/myisam/my_handler_errors.c:69
7028
msgid "Unsupported extension used for table"
7031
#: storage/myisam/my_handler_errors.c:71
7035
#: storage/myisam/my_handler_errors.c:73
7036
msgid "Wrong create options"
7039
#: storage/myisam/my_handler_errors.c:75
7040
msgid "Duplicate unique key or constraint on write or update"
7043
#: storage/myisam/my_handler_errors.c:77
7044
msgid "Unknown character set used in table"
7047
#: storage/myisam/my_handler_errors.c:79
7048
msgid "Conflicting table definitions in sub-tables of MERGE table"
7051
#: storage/myisam/my_handler_errors.c:81
7052
msgid "Table is crashed and last repair failed"
7055
#: storage/myisam/my_handler_errors.c:83
7056
msgid "Table was marked as crashed and should be repaired"
7059
#: storage/myisam/my_handler_errors.c:85
7060
msgid "Lock timed out; Retry transaction"
7063
#: storage/myisam/my_handler_errors.c:87
7064
msgid "Lock table is full; Restart program with a larger locktable"
7067
#: storage/myisam/my_handler_errors.c:89
7068
msgid "Updates are not allowed under a read only transactions"
7071
#: storage/myisam/my_handler_errors.c:91
7072
msgid "Lock deadlock; Retry transaction"
7075
#: storage/myisam/my_handler_errors.c:93
7076
msgid "Foreign key constraint is incorrectly formed"
7079
#: storage/myisam/my_handler_errors.c:95
7080
msgid "Cannot add a child row"
7083
#: storage/myisam/my_handler_errors.c:97
7084
msgid "Cannot delete a parent row"
7087
#: storage/myisam/my_handler_errors.c:99
7088
msgid "No savepoint with that name"
7091
#: storage/myisam/my_handler_errors.c:101
7092
msgid "Non unique key block size"
7095
#: storage/myisam/my_handler_errors.c:103
7096
msgid "The table does not exist in engine"
7099
#: storage/myisam/my_handler_errors.c:105
7100
msgid "The table already existed in storage engine"
7103
#: storage/myisam/my_handler_errors.c:107
7104
msgid "Could not connect to storage engine"
7107
#: storage/myisam/my_handler_errors.c:109
7108
msgid "Unexpected null pointer found when using spatial index"
7111
#: storage/myisam/my_handler_errors.c:111
7112
msgid "The table changed in storage engine"
7115
#: storage/myisam/my_handler_errors.c:113
7116
msgid "There's no partition in table for the given value"
7119
#: storage/myisam/my_handler_errors.c:115
7120
msgid "Row-based binlogging of row failed"
7123
#: storage/myisam/my_handler_errors.c:117
7124
msgid "Index needed in foreign key constraint"
7127
#: storage/myisam/my_handler_errors.c:119
7128
msgid "Upholding foreign key constraints would lead to a duplicate key error"
7131
#: storage/myisam/my_handler_errors.c:121
7132
msgid "Table needs to be upgraded before it can be used"
7135
#: storage/myisam/my_handler_errors.c:123
7136
msgid "Table is read only"
7139
#: storage/myisam/my_handler_errors.c:125
7140
msgid "Failed to get next auto increment value"
7143
#: storage/myisam/my_handler_errors.c:127
7144
msgid "Failed to set row auto increment value"
7147
#: storage/myisam/my_handler_errors.c:129
7148
msgid "Unknown (generic) error from engine"
7151
#: storage/myisam/my_handler_errors.c:131
7152
msgid "Record is the same"
7155
#: storage/myisam/my_handler_errors.c:133
7156
msgid "It is not possible to log this statement"
7159
#: storage/myisam/my_handler_errors.c:135
7160
msgid "Tablespace exists"
7163
#: storage/myisam/my_handler_errors.c:137
7164
msgid "The event was corrupt, leading to illegal data being read"
7167
#: storage/myisam/my_handler_errors.c:139
7168
msgid "The table is of a new format not supported by this version"
7171
#: storage/myisam/my_handler_errors.c:141
7172
msgid "The event could not be processed no other hanlder error happened"
7175
#: storage/myisam/my_handler_errors.c:143
7176
msgid "Got a fatal error during initialzaction of handler"
7179
#: storage/myisam/my_handler_errors.c:145
7180
msgid "File to short; Expected more data in file"
7183
#: storage/myisam/my_handler_errors.c:147
7184
msgid "Read page with wrong checksum"
7187
#: storage/myisam/my_handler_errors.c:149
7188
msgid "Lock or active transaction"
7191
#: storage/myisam/my_handler_errors.c:151
7192
msgid "No such table space"
7195
#: storage/myisam/my_handler_errors.c:153
7196
msgid "Tablespace not empty"