1
# English (United Kingdom) 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-06 09:12+0000\n"
12
"Last-Translator: tesserhex <jxl@gmx.com>\n"
13
"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18
"X-Launchpad-Export-Date: 2008-09-13 00:28+0000\n"
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: client/drizzle.cc:253
23
msgid "Synonym for `help'."
24
msgstr "Synonym for `help'."
26
#: client/drizzle.cc:254
28
msgid "Clear command."
29
msgstr "Clear command."
31
#: client/drizzle.cc:256
33
msgid "Reconnect to the server. Optional arguments are db and host."
34
msgstr "Reconnect to the server. Optional arguments are db and host."
36
#: client/drizzle.cc:258
39
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
41
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
43
#: client/drizzle.cc:260
45
msgid "Send command to drizzle server, display result vertically."
46
msgstr "Send command to drizzle server, display result vertically."
48
#: client/drizzle.cc:261
50
msgid "Exit drizzle. Same as quit."
51
msgstr "Exit drizzle. Same as quit."
53
#: client/drizzle.cc:262
55
msgid "Send command to drizzle server."
56
msgstr "Send command to drizzle server."
58
#: client/drizzle.cc:263
60
msgid "Display this help."
61
msgstr "Display this help."
63
#: client/drizzle.cc:264
65
msgid "Disable pager, print to stdout."
66
msgstr "Disable pager, print to stdout."
68
#: client/drizzle.cc:265
70
msgid "Don't write into outfile."
71
msgstr "Don't write into outfile."
73
#: client/drizzle.cc:267
74
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
75
msgstr "Set PAGER [to_pager]. Print the query results via PAGER."
77
#: client/drizzle.cc:268
78
msgid "Print current command."
79
msgstr "Print current command."
81
#: client/drizzle.cc:269
82
msgid "Change your drizzle prompt."
83
msgstr "Change your drizzle prompt."
85
#: client/drizzle.cc:270
87
msgstr "Quit drizzle."
89
#: client/drizzle.cc:271
90
msgid "Rebuild completion hash."
91
msgstr "Rebuild completion hash."
93
#: client/drizzle.cc:273
94
msgid "Execute an SQL script file. Takes a file name as an argument."
95
msgstr "Execute an SQL script file. Takes a file name as an argument."
97
#: client/drizzle.cc:274
98
msgid "Get status information from the server."
99
msgstr "Get status information from the server."
101
#: client/drizzle.cc:276
102
msgid "Set outfile [to_outfile]. Append everything into given outfile."
103
msgstr "Set outfile [to_outfile]. Append everything into given outfile."
105
#: client/drizzle.cc:278
106
msgid "Use another database. Takes database name as argument."
107
msgstr "Use another database. Takes database name as argument."
109
#: client/drizzle.cc:280 client/drizzle.cc:1427
110
msgid "Show warnings after every statement."
111
msgstr "Show warnings after every statement."
113
#: client/drizzle.cc:282
114
msgid "Don't show warnings after every statement."
115
msgstr "Don't show warnings after every statement."
117
#: client/drizzle.cc:1111
118
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
119
msgstr "Welcome to the Drizzle client.. Commands end with ; or \\g."
121
#: client/drizzle.cc:1121
124
"Your Drizzle connection id is %u\n"
125
"Server version: %s\n"
127
"Your Drizzle connection id is %u\n"
128
"Server version: %s\n"
130
#: client/drizzle.cc:1151
132
msgid "Reading history-file %s\n"
133
msgstr "Reading history-file %s\n"
135
#: client/drizzle.cc:1156
137
msgid "Couldn't allocate memory for temp histfile!\n"
138
msgstr "Couldn't allocate memory for temp histfile!\n"
140
#: client/drizzle.cc:1163
141
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
142
msgstr "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
144
#: client/drizzle.cc:1181
146
msgid "Writing history-file %s\n"
147
msgstr "Writing history-file %s\n"
149
#: client/drizzle.cc:1190
153
#: client/drizzle.cc:1190
157
#: client/drizzle.cc:1238
158
msgid "Query aborted by Ctrl+C\n"
159
msgstr "Query aborted by Ctrl+C\n"
161
#: client/drizzle.cc:1261 client/drizzleadmin.cc:73 drizzled/drizzled.cc:3025
162
msgid "Display this help and exit."
163
msgstr "Display this help and exit."
165
#: client/drizzle.cc:1263
166
msgid "Synonym for -?"
167
msgstr "Synonym for -?"
169
#: client/drizzle.cc:1266
171
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
172
"and field completion, but startup and reconnecting may take a longer time. "
173
"Disable with --disable-auto-rehash."
175
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
176
"and field completion, but startup and reconnecting may take a longer time. "
177
"Disable with --disable-auto-rehash."
179
#: client/drizzle.cc:1270
181
"No automatic rehashing. One has to use 'rehash' to get table and field "
182
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
183
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
185
"No automatic rehashing. One has to use 'rehash' to get table and field "
186
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
187
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
189
#: client/drizzle.cc:1273
191
"Automatically switch to vertical output mode if the result is wider than the "
194
"Automatically switch to vertical output mode if the result is wider than the "
197
#: client/drizzle.cc:1276
199
"Don't use history file. Disable interactive behavior. (Enables --silent)"
201
"Don't use history file. Disable interactive behavior. (Enables --silent)"
203
#: client/drizzle.cc:1278 drizzled/drizzled.cc:3095
204
msgid "Directory where character sets are."
205
msgstr "Directory where character sets are."
207
#: client/drizzle.cc:1280
208
msgid "Display column type information."
209
msgstr "Display column type information."
211
#: client/drizzle.cc:1283
213
"Preserve comments. Send comments to the server. The default is --skip-"
214
"comments (discard comments), enable with --comments"
216
"Preserve comments. Send comments to the server. The default is --skip-"
217
"comments (discard comments), enable with --comments"
219
#: client/drizzle.cc:1286
220
msgid "Use compression in server/client protocol."
221
msgstr "Use compression in server/client protocol."
223
#: client/drizzle.cc:1289
224
msgid "Check memory and open file usage at exit ."
225
msgstr "Check memory and open file usage at exit ."
227
#: client/drizzle.cc:1292
228
msgid "Print some debug info at exit."
229
msgstr "Print some debug info at exit."
231
#: client/drizzle.cc:1294
232
msgid "Database to use."
233
msgstr "Database to use."
235
#: client/drizzle.cc:1297
239
#: client/drizzle.cc:1299
240
msgid "Delimiter to be used."
241
msgstr "Delimiter to be used."
243
#: client/drizzle.cc:1301
244
msgid "Execute command and quit. (Disables --force and history file)"
245
msgstr "Execute command and quit. (Disables --force and history file)"
247
#: client/drizzle.cc:1303
248
msgid "Print the output of a query (rows) vertically."
249
msgstr "Print the output of a query (rows) vertically."
251
#: client/drizzle.cc:1306
252
msgid "Continue even if we get an sql error."
253
msgstr "Continue even if we get an sql error."
255
#: client/drizzle.cc:1310
257
"Enable named commands. Named commands mean this program's internal commands; "
258
"see drizzle> help . When enabled, the named commands can be used from any "
259
"line of the query, otherwise only from the first line, before an enter. "
260
"Disable with --disable-named-commands. This option is disabled by default."
262
"Enable named commands. Named commands mean this program's internal commands; "
263
"see drizzle> help . When enabled, the named commands can be used from any "
264
"line of the query, otherwise only from the first line, before an enter. "
265
"Disable with --disable-named-commands. This option is disabled by default."
267
#: client/drizzle.cc:1314
269
"Named commands are disabled. Use \\* form only, or use named commands only "
270
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
271
"the client now starts with this option ENABLED by default! Disable with '-"
272
"G'. Long format commands still work from the first line. WARNING: option "
273
"deprecated; use --disable-named-commands instead."
275
"Named commands are disabled. Use \\* form only, or use named commands only "
276
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
277
"the client now starts with this option ENABLED by default! Disable with '-"
278
"G'. Long format commands still work from the first line. WARNING: option "
279
"deprecated; use --disable-named-commands instead."
281
#: client/drizzle.cc:1316
282
msgid "Ignore space after function names."
283
msgstr "Ignore space after function names."
285
#: client/drizzle.cc:1318
286
msgid "Enable/disable LOAD DATA LOCAL INFILE."
287
msgstr "Enable/disable LOAD DATA LOCAL INFILE."
289
#: client/drizzle.cc:1321
290
msgid "Turn off beep on error."
291
msgstr "Turn off beep on error."
293
#: client/drizzle.cc:1323 client/drizzleadmin.cc:75
294
msgid "Connect to host."
295
msgstr "Connect to host."
297
#: client/drizzle.cc:1325
298
msgid "Write line numbers for errors."
299
msgstr "Write line numbers for errors."
301
#: client/drizzle.cc:1328
303
"Don't write line number for errors. WARNING: -L is deprecated, use long "
304
"version of this option instead."
306
"Don't write line number for errors. WARNING: -L is deprecated, use long "
307
"version of this option instead."
309
#: client/drizzle.cc:1330
310
msgid "Flush buffer after each query."
311
msgstr "Flush buffer after each query."
313
#: client/drizzle.cc:1332
314
msgid "Write column names in results."
315
msgstr "Write column names in results."
317
#: client/drizzle.cc:1336
319
"Don't write column names in results. WARNING: -N is deprecated, use long "
320
"version of this options instead."
322
"Don't write column names in results. WARNING: -N is deprecated, use long "
323
"version of this options instead."
325
#: client/drizzle.cc:1339
327
"Change the value of a variable. Please note that this option is deprecated; "
328
"you can set variables directly with --variable-name=value."
330
"Change the value of a variable. Please note that this option is deprecated; "
331
"you can set variables directly with --variable-name=value."
333
#: client/drizzle.cc:1341
334
msgid "Ignore SIGINT (CTRL-C)"
335
msgstr "Ignore SIGINT (CTRL-C)"
337
#: client/drizzle.cc:1345
339
"Only update the default database. This is useful for skipping updates to "
340
"other database in the update log."
342
"Only update the default database. This is useful for skipping updates to "
343
"other database in the update log."
345
#: client/drizzle.cc:1348
347
"Pager to use to display results. If you don't supply an option the default "
348
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
349
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
350
"work in batch mode. Disable with --disable-pager. This option is disabled by "
353
"Pager to use to display results. If you don't supply an option the default "
354
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
355
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
356
"work in batch mode. Disable with --disable-pager. This option is disabled by "
359
#: client/drizzle.cc:1351
361
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
362
"option deprecated; use --disable-pager instead."
364
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
365
"option deprecated; use --disable-pager instead."
367
#: client/drizzle.cc:1354 client/drizzleadmin.cc:78
369
"Password to use when connecting to server. If password is not given it's "
370
"asked from the tty."
372
"Password to use when connecting to server. If password is not given it's "
373
"asked from the tty."
375
#: client/drizzle.cc:1356
377
"Port number to use for connection or 0 for default to, in order of "
378
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
380
"Port number to use for connection or 0 for default to, in order of "
381
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
383
#: client/drizzle.cc:1357
384
msgid "built-in default"
385
msgstr "built-in default"
387
#: client/drizzle.cc:1360
388
msgid "Set the drizzle prompt to this value."
389
msgstr "Set the drizzle prompt to this value."
391
#: client/drizzle.cc:1363
392
msgid "The protocol of connection (tcp,socket,pipe,memory)."
393
msgstr "The protocol of connection (tcp,socket,pipe,memory)."
395
#: client/drizzle.cc:1366
397
"Don't cache result, print it row by row. This may slow down the server if "
398
"the output is suspended. Doesn't use history file."
400
"Don't cache result, print it row by row. This may slow down the server if "
401
"the output is suspended. Doesn't use history file."
403
#: client/drizzle.cc:1368
404
msgid "Write fields without conversion. Used with --batch."
405
msgstr "Write fields without conversion. Used with --batch."
407
#: client/drizzle.cc:1371
409
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
410
"option is enabled by default."
412
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
413
"option is enabled by default."
415
#: client/drizzle.cc:1373
417
"Be more silent. Print results with a tab as separator, each row on new line."
419
"Be more silent. Print results with a tab as separator, each row on new line."
421
#: client/drizzle.cc:1375
422
msgid "Socket file to use for connection."
423
msgstr "Socket file to use for connection."
425
#: client/drizzle.cc:1378
426
msgid "Output in table format."
427
msgstr "Output in table format."
429
#: client/drizzle.cc:1381
431
"Append everything into outfile. See interactive help (\\h) also. Does not "
432
"work in batch mode. Disable with --disable-tee. This option is disabled by "
435
"Append everything into outfile. See interactive help (\\h) also. Does not "
436
"work in batch mode. Disable with --disable-tee. This option is disabled by "
439
#: client/drizzle.cc:1383
441
"Disable outfile. See interactive help (\\h) also. WARNING: option "
442
"deprecated; use --disable-tee instead"
444
"Disable outfile. See interactive help (\\h) also. WARNING: option "
445
"deprecated; use --disable-tee instead"
447
#: client/drizzle.cc:1386 client/drizzleadmin.cc:88
448
msgid "User for login if not current user."
449
msgstr "User for login if not current user."
451
#: client/drizzle.cc:1389
452
msgid "Only allow UPDATE and DELETE that uses keys."
453
msgstr "Only allow UPDATE and DELETE that uses keys."
455
#: client/drizzle.cc:1392
456
msgid "Synonym for option --safe-updates, -U."
457
msgstr "Synonym for option --safe-updates, -U."
459
#: client/drizzle.cc:1395
460
msgid "Write more. (-v -v -v gives the table output format)."
461
msgstr "Write more. (-v -v -v gives the table output format)."
463
#: client/drizzle.cc:1397 client/drizzleadmin.cc:93 drizzled/drizzled.cc:3471
464
msgid "Output version information and exit."
465
msgstr "Output version information and exit."
467
#: client/drizzle.cc:1399 client/drizzleadmin.cc:95
468
msgid "Wait and retry if connection is down."
469
msgstr "Wait and retry if connection is down."
471
#: client/drizzle.cc:1402
472
msgid "Number of seconds before connection timeout."
473
msgstr "Number of seconds before connection timeout."
475
#: client/drizzle.cc:1407
476
msgid "Max packet length to send to, or receive from server"
477
msgstr "Max packet length to send to, or receive from server"
479
#: client/drizzle.cc:1412
480
msgid "Buffer for TCP/IP and socket communication"
481
msgstr "Buffer for TCP/IP and socket communication"
483
#: client/drizzle.cc:1416
484
msgid "Automatic limit for SELECT when using --safe-updates"
485
msgstr "Automatic limit for SELECT when using --safe-updates"
487
#: client/drizzle.cc:1421
488
msgid "Automatic limit for rows in a join when using --safe-updates"
489
msgstr "Automatic limit for rows in a join when using --safe-updates"
491
#: client/drizzle.cc:1425
492
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
493
msgstr "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
495
#: client/drizzle.cc:1438
497
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
498
msgstr "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
500
#: client/drizzle.cc:1445
503
"Copyright (C) 2000-2008 MySQL AB\n"
504
" This software comes with ABSOLUTELY NO "
505
"WARRANTY. This is free software,\n"
506
" and you are welcome to modify and redistribute it under the GPL license\n"
508
"Copyright (C) 2000-2008 MySQL AB\n"
509
" This software comes with ABSOLUTELY NO "
510
"WARRANTY. This is free software,\n"
511
" and you are welcome to modify and redistribute it under the GPL license\n"
513
#: client/drizzle.cc:1449
515
msgid "Usage: %s [OPTIONS] [database]\n"
516
msgstr "Usage: %s [OPTIONS] [database]\n"
518
#: client/drizzle.cc:1482
519
msgid "DELIMITER cannot contain a backslash character"
520
msgstr "DELIMITER cannot contain a backslash character"
522
#: client/drizzle.cc:1503
524
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
525
msgstr "WARNING: option deprecated; use --disable-tee instead.\n"
527
#: client/drizzle.cc:1526
529
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
530
msgstr "WARNING: option deprecated; use --disable-pager instead.\n"
532
#: client/drizzle.cc:1530
534
msgid "WARNING: --server-arg option not supported in this configuration.\n"
535
msgstr "WARNING: --server-arg option not supported in this configuration.\n"
537
#: client/drizzle.cc:1898
539
msgid "Unknown command '\\%c'."
540
msgstr "Unknown command '\\%c'."
542
#: client/drizzle.cc:2325
544
"Reading table information for completion of table and column names\n"
545
" You can turn off this feature to get a quicker startup with -A\n"
548
"Reading table information for completion of table and column names\n"
549
" You can turn off this feature to get a quicker startup with -A\n"
552
#: client/drizzle.cc:2422
553
msgid "No connection. Trying to reconnect..."
554
msgstr "No connection. Trying to reconnect..."
556
#: client/drizzle.cc:2428
557
msgid "Can't connect to the server\n"
558
msgstr "Can't connect to the server\n"
560
#: client/drizzle.cc:2485
564
#: client/drizzle.cc:2485
568
#: client/drizzle.cc:2540
571
msgstr "Name: '%s'\n"
573
#: client/drizzle.cc:2541
582
#: client/drizzle.cc:2543
591
#: client/drizzle.cc:2556
592
msgid "Many help items for your request exist."
593
msgstr "Many help items for your request exist."
595
#: client/drizzle.cc:2557
597
"To make a more specific request, please type 'help <item>',\n"
598
"where <item> is one of the following"
600
"To make a more specific request, please type 'help <item>',\n"
601
"where <item> is one of the following"
603
#: client/drizzle.cc:2563
605
msgid "You asked for help about help category: '%s'\n"
606
msgstr "You asked for help about help category: '%s'\n"
608
#: client/drizzle.cc:2564
610
"For more information, type 'help <item>', where <item> is one of the "
613
"For more information, type 'help <item>', where <item> is one of the "
616
#: client/drizzle.cc:2577
624
#: client/drizzle.cc:2578
625
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
627
"Please try to run 'help contents' for a list of all accessible topics\n"
629
#: client/drizzle.cc:2600
630
msgid "List of all Drizzle commands:"
631
msgstr "List of all Drizzle commands:"
633
#: client/drizzle.cc:2602
634
msgid "Note that all text commands must be first on line and end with ';'"
635
msgstr "Note that all text commands must be first on line and end with ';'"
637
#: client/drizzle.cc:2613
640
"For server side help, type 'help contents'\n"
643
"For server side help, type 'help contents'\n"
645
#: client/drizzle.cc:2656
646
msgid "No query specified\n"
647
msgstr "No query specified\n"
649
#: client/drizzle.cc:2671
650
msgid "Ignoring query to other database"
651
msgstr "Ignoring query to other database"
653
#: client/drizzle.cc:2720
657
#: client/drizzle.cc:2733
659
msgid "%ld row in set"
660
msgid_plural "%ld rows in set"
661
msgstr[0] "%ld row in set"
662
msgstr[1] "%ld rows in set"
664
#: client/drizzle.cc:2742
668
#: client/drizzle.cc:2744
670
msgid "Query OK, %ld row affected"
671
msgid_plural "Query OK, %ld rows affected"
672
msgstr[0] "Query OK, %ld row affected"
673
msgstr[1] "Query OK, %ld rows affected"
675
#: client/drizzleadmin.cc:80 drizzled/drizzled.cc:3279
677
"Port number to use for connection or 0 for default to, in order of "
678
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
680
"Port number to use for connection or 0 for default to, in order of "
681
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
683
#: client/drizzleadmin.cc:85
684
msgid "Silently exit if one can't connect to server."
685
msgstr "Silently exit if one can't connect to server."
687
#: client/drizzleadmin.cc:91
688
msgid "Write more information."
689
msgstr "Write more information."
691
#: client/drizzleadmin.cc:256
694
"connect to server at '%s' failed\n"
697
"connect to server at '%s' failed\n"
700
#: client/drizzleadmin.cc:262
702
msgid "Check that drizzled is running on %s"
703
msgstr "Check that drizzled is running on %s"
705
#: client/drizzleadmin.cc:263
707
msgid " and that the port is %d.\n"
708
msgstr " and that the port is %d.\n"
710
#: client/drizzleadmin.cc:265
712
msgid "You can check this by doing 'telnet %s %d'\n"
713
msgstr "You can check this by doing 'telnet %s %d'\n"
715
#: client/drizzleadmin.cc:276
717
msgid "Got error: %s\n"
718
msgstr "Got error: %s\n"
720
#: client/drizzleadmin.cc:283
721
msgid "Waiting for Drizzle server to answer"
722
msgstr "Waiting for Drizzle server to answer"
724
#: client/drizzleadmin.cc:316
726
msgid "shutting down drizzled...\n"
727
msgstr "shutting down drizzled...\n"
729
#: client/drizzleadmin.cc:320
731
msgid "shutdown failed; error: '%s'"
732
msgstr "shutdown failed; error: '%s'"
734
#: client/drizzleadmin.cc:327
739
#: client/drizzleadmin.cc:337
740
msgid "drizzled is alive"
741
msgstr "drizzled is alive"
743
#: client/drizzleadmin.cc:345
744
msgid "connection was down, but drizzled is now alive"
745
msgstr "connection was down, but drizzled is now alive"
747
#: client/drizzleadmin.cc:349
749
msgid "drizzled doesn't answer to ping, error: '%s'"
750
msgstr "drizzled doesn't answer to ping, error: '%s'"
752
#: client/drizzleadmin.cc:358
754
msgid "Unknown command: '%-.60s'"
755
msgstr "Unknown command: '%-.60s'"
757
#: client/drizzleadmin.cc:367
759
msgid "%s Ver %s Distrib %s, for %s on %s\n"
760
msgstr "%s Ver %s Distrib %s, for %s on %s\n"
762
#: client/drizzleadmin.cc:374
763
msgid "Copyright (C) 2000-2008 MySQL AB"
764
msgstr "Copyright (C) 2000-2008 MySQL AB"
766
#: client/drizzleadmin.cc:375
768
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
769
"and you are welcome to modify and redistribute it under the GPL license\n"
771
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
772
"and you are welcome to modify and redistribute it under the GPL license\n"
774
#: client/drizzleadmin.cc:376
775
msgid "Administration program for the drizzled daemon."
776
msgstr "Administration program for the drizzled daemon."
778
#: client/drizzleadmin.cc:377
780
msgid "Usage: %s [OPTIONS] command command....\n"
781
msgstr "Usage: %s [OPTIONS] command command....\n"
783
#: client/drizzleadmin.cc:379
785
" ping Check if server is down\n"
786
" shutdown Take server down\n"
788
" ping Check if server is down\n"
789
" shutdown Take server down\n"
791
#: libdrizzle/errmsg.c:27
792
msgid "Unknown Drizzle error"
793
msgstr "Unknown Drizzle error"
795
#: libdrizzle/errmsg.c:28
797
msgid "Can't create UNIX socket (%d)"
798
msgstr "Can't create UNIX socket (%d)"
800
#: libdrizzle/errmsg.c:29
802
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
803
msgstr "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
805
#: libdrizzle/errmsg.c:30
807
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
808
msgstr "Can't connect to Drizzle server on '%-.100s' (%d)"
810
#: libdrizzle/errmsg.c:31
812
msgid "Can't create TCP/IP socket (%d)"
813
msgstr "Can't create TCP/IP socket (%d)"
815
#: libdrizzle/errmsg.c:32
817
msgid "Unknown Drizzle server host '%-.100s' (%d)"
818
msgstr "Unknown Drizzle server host '%-.100s' (%d)"
820
#: libdrizzle/errmsg.c:33
821
msgid "Drizzle server has gone away"
822
msgstr "Drizzle server has gone away"
824
#: libdrizzle/errmsg.c:34
826
msgid "Protocol mismatch; server version = %d, client version = %d"
827
msgstr "Protocol mismatch; server version = %d, client version = %d"
829
#: libdrizzle/errmsg.c:35
830
msgid "Drizzle client ran out of memory"
831
msgstr "Drizzle client ran out of memory"
833
#: libdrizzle/errmsg.c:36
834
msgid "Wrong host info"
835
msgstr "Wrong host info"
837
#: libdrizzle/errmsg.c:37
838
msgid "Localhost via UNIX socket"
839
msgstr "Localhost via UNIX socket"
841
#: libdrizzle/errmsg.c:38
843
msgid "%-.100s via TCP/IP"
844
msgstr "%-.100s via TCP/IP"
846
#: libdrizzle/errmsg.c:39
847
msgid "Error in server handshake"
848
msgstr "Error in server handshake"
850
#: libdrizzle/errmsg.c:40
851
msgid "Lost connection to Drizzle server during query"
852
msgstr "Lost connection to Drizzle server during query"
854
#: libdrizzle/errmsg.c:41
855
msgid "Commands out of sync; you can't run this command now"
856
msgstr "Commands out of sync; you can't run this command now"
858
#: libdrizzle/errmsg.c:42
860
msgid "Named pipe: %-.32s"
861
msgstr "Named pipe: %-.32s"
863
#: libdrizzle/errmsg.c:43
865
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
866
msgstr "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
868
#: libdrizzle/errmsg.c:44
870
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
871
msgstr "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
873
#: libdrizzle/errmsg.c:45
875
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
876
msgstr "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
878
#: libdrizzle/errmsg.c:46
880
msgid "Can't initialize character set %-.32s (path: %-.100s)"
881
msgstr "Can't initialize character set %-.32s (path: %-.100s)"
883
#: libdrizzle/errmsg.c:47
884
msgid "Got packet bigger than 'max_allowed_packet' bytes"
885
msgstr "Got packet bigger than 'max_allowed_packet' bytes"
887
#: libdrizzle/errmsg.c:48
888
msgid "Embedded server"
889
msgstr "Embedded server"
891
#: libdrizzle/errmsg.c:49
892
msgid "Error on SHOW SLAVE STATUS:"
893
msgstr "Error on SHOW SLAVE STATUS:"
895
#: libdrizzle/errmsg.c:50
896
msgid "Error on SHOW SLAVE HOSTS:"
897
msgstr "Error on SHOW SLAVE HOSTS:"
899
#: libdrizzle/errmsg.c:51
900
msgid "Error connecting to slave:"
901
msgstr "Error connecting to slave:"
903
#: libdrizzle/errmsg.c:52
904
msgid "Error connecting to master:"
905
msgstr "Error connecting to master:"
907
#: libdrizzle/errmsg.c:53
908
msgid "SSL connection error"
909
msgstr "SSL connection error"
911
#: libdrizzle/errmsg.c:54
912
msgid "Malformed packet"
913
msgstr "Malformed packet"
915
#: libdrizzle/errmsg.c:55 libdrizzle/errmsg.c:66 libdrizzle/errmsg.c:67
916
#: libdrizzle/errmsg.c:68 libdrizzle/errmsg.c:69 libdrizzle/errmsg.c:70
917
#: libdrizzle/errmsg.c:71 libdrizzle/errmsg.c:72 libdrizzle/errmsg.c:73
918
#: libdrizzle/errmsg.c:74
919
msgid "(unused error message)"
920
msgstr "(unused error message)"
922
#: libdrizzle/errmsg.c:56
923
msgid "Invalid use of null pointer"
924
msgstr "Invalid use of null pointer"
926
#: libdrizzle/errmsg.c:57
927
msgid "Statement not prepared"
928
msgstr "Statement not prepared"
930
#: libdrizzle/errmsg.c:58
931
msgid "No data supplied for parameters in prepared statement"
932
msgstr "No data supplied for parameters in prepared statement"
934
#: libdrizzle/errmsg.c:59
935
msgid "Data truncated"
936
msgstr "Data truncated"
938
#: libdrizzle/errmsg.c:60
939
msgid "No parameters exist in the statement"
940
msgstr "No parameters exist in the statement"
942
#: libdrizzle/errmsg.c:61
943
msgid "Invalid parameter number"
944
msgstr "Invalid parameter number"
946
#: libdrizzle/errmsg.c:62
949
"Can't send long data for non-string/non-binary data types (parameter: %d)"
951
"Can't send long data for non-string/non-binary data types (parameter: %d)"
953
#: libdrizzle/errmsg.c:64
955
msgid "Using unsupported buffer type: %d (parameter: %d)"
956
msgstr "Using unsupported buffer type: %d (parameter: %d)"
958
#: libdrizzle/errmsg.c:65
960
msgid "Shared memory: %-.100s"
961
msgstr "Shared memory: %-.100s"
963
#: libdrizzle/errmsg.c:75
964
msgid "Wrong or unknown protocol"
965
msgstr "Wrong or unknown protocol"
967
#: libdrizzle/errmsg.c:76
968
msgid "Invalid connection handle"
969
msgstr "Invalid connection handle"
971
#: libdrizzle/errmsg.c:77
973
"Connection using old (pre-4.1.1) authentication protocol refused (client "
974
"option 'secure_auth' enabled)"
976
"Connection using old (pre-4.1.1) authentication protocol refused (client "
977
"option 'secure_auth' enabled)"
979
#: libdrizzle/errmsg.c:79
980
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
981
msgstr "Row retrieval was cancelled by drizzle_stmt_close() call"
983
#: libdrizzle/errmsg.c:80
984
msgid "Attempt to read column without prior row fetch"
985
msgstr "Attempt to read column without prior row fetch"
987
#: libdrizzle/errmsg.c:81
988
msgid "Prepared statement contains no metadata"
989
msgstr "Prepared statement contains no metadata"
991
#: libdrizzle/errmsg.c:82
993
"Attempt to read a row while there is no result set associated with the "
996
"Attempt to read a row while there is no result set associated with the "
999
#: libdrizzle/errmsg.c:84
1000
msgid "This feature is not implemented yet"
1001
msgstr "This feature is not implemented yet"
1003
#: libdrizzle/errmsg.c:85
1006
"Lost connection to Drizzle server while waiting for initial communication "
1007
"packet, system error: %d"
1009
"Lost connection to Drizzle server while waiting for initial communication "
1010
"packet, system error: %d"
1012
#: libdrizzle/errmsg.c:87
1015
"Lost connection to Drizzle server while reading initial communication "
1016
"packet, system error: %d"
1018
"Lost connection to Drizzle server while reading initial communication "
1019
"packet, system error: %d"
1021
#: libdrizzle/errmsg.c:89
1024
"Lost connection to Drizzle server while sending authentication information, "
1027
"Lost connection to Drizzle server while sending authentication information, "
1030
#: libdrizzle/errmsg.c:91
1033
"Lost connection to Drizzle server while reading authorization information, "
1036
"Lost connection to Drizzle server while reading authorization information, "
1039
#: libdrizzle/errmsg.c:93
1042
"Lost connection to Drizzle server while setting initial database, system "
1045
"Lost connection to Drizzle server while setting initial database, system "
1048
#: libdrizzle/errmsg.c:95
1050
msgid "Statement closed indirectly because of a preceeding %s() call"
1051
msgstr "Statement closed indirectly because of a preceding %s() call"
1053
#: libdrizzle/errmsg.c:97 drizzled/error.cc:348
1054
msgid "Couldn't uncompress communication packet"
1057
#: libdrizzle/errmsg.c:99 drizzled/error.cc:350
1058
msgid "Got an error reading communication packets"
1061
#: libdrizzle/errmsg.c:101 drizzled/error.cc:352
1062
msgid "Got timeout reading communication packets"
1065
#: libdrizzle/errmsg.c:103 drizzled/error.cc:354
1066
msgid "Got an error writing communication packets"
1069
#: libdrizzle/errmsg.c:105 drizzled/error.cc:356
1070
msgid "Got timeout writing communication packets"
1073
#: libdrizzle/local_infile.c:189 mysys/errors.c:52
1075
msgid "File '%s' not found (Errcode: %d)"
1076
msgstr "File '%s' not found (Errcode: %d)"
1078
#: libdrizzle/local_infile.c:220 mysys/errors.c:26
1080
msgid "Error reading file '%s' (Errcode: %d)"
1081
msgstr "Error reading file '%s' (Errcode: %d)"
1083
#: mysys/errors.c:25
1085
msgid "Can't create/write to file '%s' (Errcode: %d)"
1086
msgstr "Can't create/write to file '%s' (Errcode: %d)"
1088
#: mysys/errors.c:27
1090
msgid "Error writing file '%s' (Errcode: %d)"
1091
msgstr "Error writing file '%s' (Errcode: %d)"
1093
#: mysys/errors.c:28
1095
msgid "Error on close of '%s' (Errcode: %d)"
1096
msgstr "Error on close of '%s' (Errcode: %d)"
1098
#: mysys/errors.c:29
1100
msgid "Out of memory (Needed %u bytes)"
1101
msgstr "Out of memory (Needed %u bytes)"
1103
#: mysys/errors.c:30
1105
msgid "Error on delete of '%s' (Errcode: %d)"
1106
msgstr "Error on delete of '%s' (Errcode: %d)"
1108
#: mysys/errors.c:31
1110
msgid "Error on rename of '%s' to '%s' (Errcode: %d)"
1111
msgstr "Error on rename of '%s' to '%s' (Errcode: %d)"
1113
#: mysys/errors.c:32
1115
msgid "Unexpected eof found when reading file '%s' (Errcode: %d)"
1116
msgstr "Unexpected eof found when reading file '%s' (Errcode: %d)"
1118
#: mysys/errors.c:33
1120
msgid "Can't lock file (Errcode: %d)"
1121
msgstr "Can't lock file (Errcode: %d)"
1123
#: mysys/errors.c:34
1125
msgid "Can't unlock file (Errcode: %d)"
1126
msgstr "Can't unlock file (Errcode: %d)"
1128
#: mysys/errors.c:35
1130
msgid "Can't read dir of '%s' (Errcode: %d)"
1131
msgstr "Can't read dir of '%s' (Errcode: %d)"
1133
#: mysys/errors.c:36
1135
msgid "Can't get stat of '%s' (Errcode: %d)"
1136
msgstr "Can't get stat of '%s' (Errcode: %d)"
1138
#: mysys/errors.c:37
1140
msgid "Can't change size of file (Errcode: %d)"
1141
msgstr "Can't change size of file (Errcode: %d)"
1143
#: mysys/errors.c:38
1145
msgid "Can't open stream from handle (Errcode: %d)"
1146
msgstr "Can't open stream from handle (Errcode: %d)"
1148
#: mysys/errors.c:39
1150
msgid "Can't get working dirctory (Errcode: %d)"
1151
msgstr "Can't get working directory (Errcode: %d)"
1153
#: mysys/errors.c:40
1155
msgid "Can't change dir to '%s' (Errcode: %d)"
1156
msgstr "Can't change dir to '%s' (Errcode: %d)"
1158
#: mysys/errors.c:41
1160
msgid "Warning: '%s' had %d links"
1161
msgstr "Warning: '%s' had %d links"
1163
#: mysys/errors.c:42
1165
msgid "Warning: %d files and %d streams is left open\n"
1166
msgstr "Warning: %d files and %d streams is left open\n"
1168
#: mysys/errors.c:43
1170
msgid "Disk is full writing '%s'. Waiting for someone to free space..."
1171
msgstr "Disk is full writing '%s'. Waiting for someone to free space..."
1173
#: mysys/errors.c:44
1175
msgid "Can't create directory '%s' (Errcode: %d)"
1176
msgstr "Can't create directory '%s' (Errcode: %d)"
1178
#: mysys/errors.c:45
1181
"Character set '%s' is not a compiled character set and is not specified in "
1184
"Character set '%s' is not a compiled character set and is not specified in "
1187
#: mysys/errors.c:46
1189
msgid "Out of resources when opening file '%s' (Errcode: %d)"
1190
msgstr "Out of resources when opening file '%s' (Errcode: %d)"
1192
#: mysys/errors.c:47
1194
msgid "Can't read value for symlink '%s' (Error %d)"
1195
msgstr "Can't read value for symlink '%s' (Error %d)"
1197
#: mysys/errors.c:48
1199
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
1200
msgstr "Can't create symlink '%s' pointing at '%s' (Error %d)"
1202
#: mysys/errors.c:49
1204
msgid "Error on realpath() on '%s' (Error %d)"
1205
msgstr "Error on realpath() on '%s' (Error %d)"
1207
#: mysys/errors.c:50
1209
msgid "Can't sync file '%s' to disk (Errcode: %d)"
1210
msgstr "Can't sync file '%s' to disk (Errcode: %d)"
1212
#: mysys/errors.c:51
1215
"Collation '%s' is not a compiled collation and is not specified in the %s "
1218
"Collation '%s' is not a compiled collation and is not specified in the %s "
1221
#: mysys/errors.c:53
1223
msgid "File '%s' (fileno: %d) was not closed"
1224
msgstr "File '%s' (fileno: %d) was not closed"
1226
#: mysys/my_error.c:86
1228
msgid "Unknown error %d"
1229
msgstr "Unknown error %d"
1231
#: mysys/my_getopt.c:83
1235
#: mysys/my_getopt.c:85
1239
#: mysys/my_getopt.c:350
1241
msgid "%s: %s: Option '%s' used, but is disabled\n"
1242
msgstr "%s: %s: Option '%s' used, but is disabled\n"
1244
#: mysys/my_getopt.c:351
1248
#: mysys/my_getopt.c:351
1252
#: mysys/my_getopt.c:454
1254
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
1255
msgstr "%s: ERROR: Option '-%c' used, but is disabled\n"
1257
#: mysys/my_getopt.c:767
1259
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1260
msgstr "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
1262
#: mysys/my_getopt.c:944
1264
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
1265
msgstr "%s: ERROR: Invalid decimal value for option '%s'\n"
1267
#: mysys/my_getopt.c:1166
1269
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
1270
msgstr "%*s(Defaults to on; use --skip-%s to disable.)\n"
1272
#: mysys/my_getopt.c:1186
1276
"Variables (--variable-name=value)\n"
1277
"and boolean options {false|true} Value (after reading options)\n"
1278
"--------------------------------- -----------------------------\n"
1281
"Variables (--variable-name=value)\n"
1282
"and boolean options {false|true} Value (after reading options)\n"
1283
"--------------------------------- -----------------------------\n"
1285
#: mysys/my_getopt.c:1202 mysys/my_getopt.c:1218
1286
msgid "(No default value)"
1287
msgstr "(No default value)"
1289
#: mysys/my_getopt.c:1221
1293
#: mysys/my_getopt.c:1221
1297
#: mysys/my_getopt.c:1246
1299
msgid "(Disabled)\n"
1300
msgstr "(Disabled)\n"
1302
#: drizzled/authentication.cc:66 drizzled/handler.cc:350
1303
#: drizzled/sql_plugin.cc:821 drizzled/sql_show.cc:4663
1305
msgid "Plugin '%s' init function returned error."
1306
msgstr "Plugin '%s' init function returned error."
1308
#. TRANSLATORS: The leading word "configvar" is the name
1309
#. of the plugin api, and so should not be translated.
1310
#: drizzled/configvar.cc:40
1312
msgid "configvar plugin '%s' init() failed"
1315
#. TRANSLATORS: The leading word "configvar" is the name
1316
#. of the plugin api, and so should not be translated.
1317
#: drizzled/configvar.cc:62
1319
msgid "configvar plugin '%s' deinit() failed"
1322
#. TRANSLATORS: The leading word "configvar" is the name
1323
#. of the plugin api, and so should not be translated.
1324
#: drizzled/configvar.cc:98
1326
msgid "configvar plugin '%s' configvar_func1() failed"
1329
#. TRANSLATORS: The leading word "configvar" is the name
1330
#. of the plugin api, and so should not be translated.
1331
#: drizzled/configvar.cc:152
1333
msgid "configvar plugin '%s' configvar_func2() failed"
1336
#: drizzled/drizzled.cc:549
1338
msgid "Got error %d from pthread_cond_timedwait"
1339
msgstr "Got error %d from pthread_cond_timedwait"
1341
#: drizzled/drizzled.cc:689 drizzled/drizzled.cc:1764
1342
msgid "Can't create thread to kill server"
1343
msgstr "Can't create thread to kill server"
1345
#: drizzled/drizzled.cc:756
1347
msgid "Got signal %d from thread %lud"
1348
msgstr "Got signal %d from thread %ld"
1350
#: drizzled/drizzled.cc:790
1354
#: drizzled/drizzled.cc:975
1355
msgid "One can only use the --user switch if running as root\n"
1356
msgstr "One can only use the --user switch if running as root\n"
1358
#: drizzled/drizzled.cc:983
1360
"Fatal error: Please read \"Security\" section of the manual to find out how "
1361
"to run mysqld as root!\n"
1363
"Fatal error: Please read \"Security\" section of the manual to find out how "
1364
"to run mysqld as root!\n"
1366
#: drizzled/drizzled.cc:1007
1369
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1372
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1375
#: drizzled/drizzled.cc:1182
1377
msgid "Retrying bind on TCP/IP port %u"
1378
msgstr "Retrying bind on TCP/IP port %u"
1380
#: drizzled/drizzled.cc:1188
1381
msgid "Can't start server: Bind on TCP/IP port"
1382
msgstr "Can't start server: Bind on TCP/IP port"
1384
#: drizzled/drizzled.cc:1189
1386
msgid "Do you already have another drizzled server running on port: %d ?"
1387
msgstr "Do you already have another drizzled server running on port: %d ?"
1389
#: drizzled/drizzled.cc:1195
1390
msgid "Can't start server: listen() on TCP/IP port"
1391
msgstr "Can't start server: listen() on TCP/IP port"
1393
#: drizzled/drizzled.cc:1196
1395
msgid "listen() on TCP/IP failed with error %d"
1396
msgstr "listen() on TCP/IP failed with error %d"
1398
#: drizzled/drizzled.cc:1414
1403
#: drizzled/drizzled.cc:1432
1406
"We will try our best to scrape up some info that will hopefully help "
1408
"the problem, but since we have already crashed, something is definitely "
1410
"and this may fail.\n"
1413
"We will try our best to scrape up some info that will hopefully help "
1415
"the problem, but since we have already crashed, something is definitely "
1417
"and this may fail.\n"
1420
#: drizzled/drizzled.cc:1443
1423
"It is possible that mysqld could use up to \n"
1424
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1426
"Hope that's ok; if not, decrease some variables in the equation.\n"
1429
"It is possible that mysqld could use up to \n"
1430
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1432
"Hope that's ok; if not, decrease some variables in the equation.\n"
1435
#: drizzled/drizzled.cc:1461
1438
"Attempting backtrace. You can use the following information to find out\n"
1439
"where mysqld died. If you see no messages after this, something went\n"
1440
"terribly wrong...\n"
1442
"Attempting backtrace. You can use the following information to find out\n"
1443
"where mysqld died. If you see no messages after this, something went\n"
1444
"terribly wrong...\n"
1446
#: drizzled/drizzled.cc:1489
1449
"Trying to get some variables.\n"
1450
"Some pointers may be invalid and cause the dump to abort...\n"
1452
"Trying to get some variables.\n"
1453
"Some pointers may be invalid and cause the dump to abort...\n"
1455
#: drizzled/drizzled.cc:1501
1459
"This crash occured while the server was calling initgroups(). This is\n"
1460
"often due to the use of a drizzled that is statically linked against glibc\n"
1461
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1462
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1463
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1464
"drizzled that is not statically linked.\n"
1467
"This crash occurred while the server was calling initgroups(). This is\n"
1468
"often due to the use of a drizzled that is statically linked against glibc\n"
1469
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1470
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1471
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1472
"drizzled that is not statically linked.\n"
1474
#: drizzled/drizzled.cc:1516
1478
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1479
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1480
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1481
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1482
"the documentation for your distribution on how to do that.\n"
1485
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1486
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1487
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1488
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1489
"the documentation for your distribution on how to do that.\n"
1491
#: drizzled/drizzled.cc:1529
1495
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1496
"unreliable and unstable on some operating systems and operating-system\n"
1497
"versions (notably, some versions of Linux). This crash could be due to use\n"
1498
"of those buggy OS calls. You should consider whether you really need the\n"
1499
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1503
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1504
"unreliable and unstable on some operating systems and operating-system\n"
1505
"versions (notably, some versions of Linux). This crash could be due to use\n"
1506
"of those buggy OS calls. You should consider whether you really need the\n"
1507
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1510
#: drizzled/drizzled.cc:1544
1512
msgid "Writing a core file\n"
1513
msgstr "Writing a core file\n"
1515
#: drizzled/drizzled.cc:1591
1517
"setrlimit could not change the size of core files to 'infinity'; We may not "
1518
"be able to generate a core file on signals"
1520
"setrlimit could not change the size of core files to 'infinity'; We may not "
1521
"be able to generate a core file on signals"
1523
#: drizzled/drizzled.cc:1659
1525
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1526
msgstr "Can't create interrupt-thread (error %d, errno: %d)"
1528
#: drizzled/drizzled.cc:1747
1530
msgid "Got signal %d to shutdown mysqld"
1531
msgstr "Got signal %d to shutdown mysqld"
1533
#: drizzled/drizzled.cc:1788
1535
msgid "Got signal: %d error: %d"
1536
msgstr "Got signal: %d error: %d"
1538
#: drizzled/drizzled.cc:1918
1540
msgid "Wrong date/time format specifier: %s\n"
1541
msgstr "Wrong date/time format specifier: %s\n"
1543
#: drizzled/drizzled.cc:2042
1545
msgid "gethostname failed, using '%s' as hostname"
1546
msgstr "gethostname failed, using '%s' as hostname"
1548
#: drizzled/drizzled.cc:2106
1551
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1553
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1555
#: drizzled/drizzled.cc:2111
1558
"Could not increase number of max_open_files to more than %u (request: %u)"
1560
"Could not increase number of max_open_files to more than %u (request: %u)"
1562
#: drizzled/drizzled.cc:2192
1564
msgid "Unknown locale: '%s'"
1565
msgstr "Unknown locale: '%s'"
1567
#: drizzled/drizzled.cc:2262
1568
msgid "Can't create thread-keys"
1569
msgstr "Can't create thread-keys"
1571
#: drizzled/drizzled.cc:2302
1572
msgid "Unable to reopen stdout"
1575
#: drizzled/drizzled.cc:2305
1576
msgid "Unable to reopen stderr"
1579
#: drizzled/drizzled.cc:2311
1580
msgid "Out of memory"
1581
msgstr "Out of memory"
1583
#: drizzled/drizzled.cc:2318
1584
msgid "You need to use --log-bin to make --binlog-format work."
1585
msgstr "You need to use --log-bin to make --binlog-format work."
1587
#: drizzled/drizzled.cc:2340
1589
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1590
"impossible, it would lead to infinite loops in this server."
1592
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1593
"impossible, it would lead to infinite loops in this server."
1595
#: drizzled/drizzled.cc:2360
1598
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1599
"replication may break when this Drizzle server acts as a master and has his "
1600
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1602
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1603
"replication may break when this Drizzle server acts as a master and has his "
1604
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1606
#: drizzled/drizzled.cc:2394
1607
msgid "Failed to initialize plugins."
1608
msgstr "Failed to initialise plugins."
1610
#: drizzled/drizzled.cc:2425
1613
"%s: Too many arguments (first extra is '%s').\n"
1614
"Use --verbose --help to get a list of available options\n"
1617
#: drizzled/drizzled.cc:2435
1618
msgid "Can't init databases"
1621
#: drizzled/drizzled.cc:2455
1623
msgid "Unknown/unsupported table type: %s"
1626
#: drizzled/drizzled.cc:2461
1628
msgid "Default storage engine (%s) is not available"
1631
#: drizzled/drizzled.cc:2484
1632
msgid "Can't initialize tc_log"
1633
msgstr "Can't initialise tc_log"
1635
#: drizzled/drizzled.cc:2515
1637
msgid "Failed to lock memory. Errno: %d\n"
1638
msgstr "Failed to lock memory. Error: %d\n"
1640
#: drizzled/drizzled.cc:2584
1642
msgid "Asked for %u thread stack, but got %<PRIu64>"
1645
#: drizzled/drizzled.cc:2620
1647
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1648
"value: we force server id to 1; updates will be logged to the binary log, "
1649
"but connections from slaves will not be accepted."
1652
#: drizzled/drizzled.cc:2678
1653
msgid "Before Lock_thread_count"
1656
#: drizzled/drizzled.cc:2685
1657
msgid "After lock_thread_count"
1660
#: drizzled/drizzled.cc:2793
1662
msgid "drizzled: Got error %d from select"
1665
#: drizzled/drizzled.cc:3029 drizzled/drizzled.cc:3134
1666
#: drizzled/drizzled.cc:3252
1667
msgid "Option used by mysql-test for debugging and testing of replication."
1670
#: drizzled/drizzled.cc:3033
1671
msgid "Auto-increment columns are incremented by this"
1674
#: drizzled/drizzled.cc:3038
1676
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1680
#: drizzled/drizzled.cc:3044
1682
"Path to installation directory. All paths are usually resolved relative to "
1686
#: drizzled/drizzled.cc:3048
1687
msgid "IP address to bind to."
1690
#: drizzled/drizzled.cc:3052
1692
"Does not have any effect without '--log-bin'. Tell the master the form of "
1693
"binary logging to use: either 'row' for row-based binary logging, or "
1694
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1695
"statement-based binary logging except for those statements where only row-"
1696
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1697
"the UUID() function; for those, row-based binary logging is automatically "
1701
#: drizzled/drizzled.cc:3062
1703
"Tells the master it should log updates for the specified database, and "
1704
"exclude all others not explicitly mentioned."
1707
#: drizzled/drizzled.cc:3066
1709
"Tells the master that updates to the given database should not be logged "
1712
"Tells the master that updates to the given database should not be logged to "
1715
#: drizzled/drizzled.cc:3070
1717
"The maximum size of a row-based binary log event in bytes. Rows will be "
1718
"grouped into events smaller than this size if possible. The value has to be "
1719
"a multiple of 256."
1722
#: drizzled/drizzled.cc:3081
1723
msgid "Don't ignore client side character set value sent during handshake."
1726
#: drizzled/drizzled.cc:3086
1727
msgid "Set the filesystem character set."
1730
#: drizzled/drizzled.cc:3091
1731
msgid "Set the default character set."
1732
msgstr "Set the default character set."
1734
#: drizzled/drizzled.cc:3098
1735
msgid "Chroot mysqld daemon during startup."
1738
#: drizzled/drizzled.cc:3102
1739
msgid "Set the default collation."
1742
#: drizzled/drizzled.cc:3106
1743
msgid "Default completion type."
1746
#: drizzled/drizzled.cc:3111
1747
msgid "Write error output on screen."
1750
#: drizzled/drizzled.cc:3115
1751
msgid "Write core on errors."
1754
#: drizzled/drizzled.cc:3119
1755
msgid "Path to the database root."
1758
#: drizzled/drizzled.cc:3123
1759
msgid "Set the default storage engine (table type) for tables."
1762
#: drizzled/drizzled.cc:3127
1763
msgid "Set the default time zone."
1766
#: drizzled/drizzled.cc:3131
1767
msgid "Type of DELAY_KEY_WRITE."
1770
#: drizzled/drizzled.cc:3140
1771
msgid "Print a symbolic stack trace on failure."
1774
#: drizzled/drizzled.cc:3146
1775
msgid "Push supported query conditions to the storage engine."
1778
#: drizzled/drizzled.cc:3152
1779
msgid "Used for debugging; Use at your own risk!"
1782
#: drizzled/drizzled.cc:3155
1783
msgid "Flush tables to disk between SQL commands."
1786
#: drizzled/drizzled.cc:3160
1787
msgid "Set up signals usable for debugging"
1790
#: drizzled/drizzled.cc:3164
1791
msgid "Command(s) that are executed for each new connection"
1794
#: drizzled/drizzled.cc:3168
1795
msgid "Read SQL commands from this file at startup."
1798
#: drizzled/drizzled.cc:3172
1799
msgid "Command(s) that are executed when a slave connects to this master"
1802
#: drizzled/drizzled.cc:3176
1806
#: drizzled/drizzled.cc:3180
1807
msgid "Set the language used for the month names and the days of the week."
1810
#: drizzled/drizzled.cc:3185
1811
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1814
#: drizzled/drizzled.cc:3190
1815
msgid "Log connections and queries to file."
1818
#: drizzled/drizzled.cc:3194
1820
"Log update queries in binary format. Optional argument is the location for "
1821
"the binary log files.(Strongly recommended to avoid replication problems if "
1822
"server's hostname changes)"
1825
#: drizzled/drizzled.cc:3201
1826
msgid "File that holds the names for last binary log files."
1829
#: drizzled/drizzled.cc:3205
1830
msgid "Error log file."
1833
#: drizzled/drizzled.cc:3209
1834
msgid "Log all MyISAM changes to file."
1837
#: drizzled/drizzled.cc:3213
1839
"Tells the slave to log the updates from the slave thread to the binary log. "
1840
"You will need to turn it on if you plan to daisy-chain the slaves."
1843
#: drizzled/drizzled.cc:3220
1845
"Path to transaction coordinator log (used for transactions that affect more "
1846
"than one storage engine, when binary log is disabled)"
1849
#: drizzled/drizzled.cc:3226
1850
msgid "Size of transaction coordinator log."
1853
#: drizzled/drizzled.cc:3232
1854
msgid "Log some not critical warnings to the log file."
1857
#: drizzled/drizzled.cc:3237
1858
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1861
#: drizzled/drizzled.cc:3242
1863
"The location and name of the file that remembers the master and where the I/"
1864
"O replication thread is in the master's binlogs."
1867
#: drizzled/drizzled.cc:3247
1869
"The number of tries the slave will make to connect to the master before "
1873
#: drizzled/drizzled.cc:3256
1874
msgid "Lock mysqld in memory."
1877
#: drizzled/drizzled.cc:3260
1879
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1880
"BACKUP, FORCE or QUICK."
1883
#: drizzled/drizzled.cc:3265
1884
msgid "Use very new possible 'unsafe' functions."
1887
#: drizzled/drizzled.cc:3270
1888
msgid "Use old, non-optimized alter table."
1889
msgstr "Use old, non-optimised alter table."
1891
#: drizzled/drizzled.cc:3275
1892
msgid "Pid file used by safe_mysqld."
1895
#: drizzled/drizzled.cc:3285
1897
"Maximum time in seconds to wait for the port to become free. (Default: no "
1901
#: drizzled/drizzled.cc:3290
1902
msgid "The location and name to use for relay logs."
1905
#: drizzled/drizzled.cc:3294
1907
"The location and name to use for the file that keeps a list of the last "
1911
#: drizzled/drizzled.cc:3299
1913
"The location and name of the file that remembers where the SQL replication "
1914
"thread is in the relay logs."
1917
#: drizzled/drizzled.cc:3304
1919
"Tells the slave thread to restrict replication to the specified database. To "
1920
"specify more than one database, use the directive multiple times, once for "
1921
"each database. Note that this will only work if you do not use cross-"
1922
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
1923
"having selected a different or no database. If you need cross database "
1924
"updates to work, use replicate-wild-do-table=db_name.%."
1927
#: drizzled/drizzled.cc:3313
1929
"Tells the slave thread to restrict replication to the specified table. To "
1930
"specify more than one table, use the directive multiple times, once for each "
1931
"table. This will work for cross-database updates, in contrast to replicate-"
1935
#: drizzled/drizzled.cc:3319
1937
"Tells the slave thread to not replicate to the specified database. To "
1938
"specify more than one database to ignore, use the directive multiple times, "
1939
"once for each database. This option will not work if you use cross database "
1940
"updates. If you need cross database updates to work, use replicate-wild-"
1941
"ignore-table=db_name.%. "
1944
#: drizzled/drizzled.cc:3326
1946
"Tells the slave thread to not replicate to the specified table. To specify "
1947
"more than one table to ignore, use the directive multiple times, once for "
1948
"each table. This will work for cross-datbase updates, in contrast to "
1949
"replicate-ignore-db."
1951
"Tells the slave thread to not replicate to the specified table. To specify "
1952
"more than one table to ignore, use the directive multiple times, once for "
1953
"each table. This will work for cross-database updates, in contrast to "
1954
"replicate-ignore-db."
1956
#: drizzled/drizzled.cc:3332
1958
"Updates to a database with a different name than the original. Example: "
1959
"replicate-rewrite-db=master_db_name->slave_db_name."
1962
#: drizzled/drizzled.cc:3336
1964
"In replication, if set to 1, do not skip events having our server id. "
1965
"Default value is 0 (to break infinite loops in circular replication). Can't "
1966
"be set to 1 if --log-slave-updates is used."
1969
#: drizzled/drizzled.cc:3343
1971
"Tells the slave thread to restrict replication to the tables that match the "
1972
"specified wildcard pattern. To specify more than one table, use the "
1973
"directive multiple times, once for each table. This will work for cross-"
1974
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
1975
"only updates to tables in all databases that start with foo and whose table "
1976
"names start with bar."
1979
#: drizzled/drizzled.cc:3351
1981
"Tells the slave thread to not replicate to the tables that match the given "
1982
"wildcard pattern. To specify more than one table to ignore, use the "
1983
"directive multiple times, once for each table. This will work for cross-"
1984
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
1985
"updates to tables in databases that start with foo and whose table names "
1989
#: drizzled/drizzled.cc:3360
1991
"Hostname or IP of the slave to be reported to to the master during slave "
1992
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1993
"you do not want the slave to register itself with the master. Note that it "
1994
"is not sufficient for the master to simply read the IP of the slave off the "
1995
"socket once the slave connects. Due to NAT and other routing issues, that IP "
1996
"may not be valid for connecting to the slave from the master or other hosts."
1999
#: drizzled/drizzled.cc:3373
2001
"Port for connecting to slave reported to the master during slave "
2002
"registration. Set it only if the slave is listening on a non-default port or "
2003
"if you have a special tunnel from the master or other clients to the slave. "
2004
"If not sure, leave this option unset."
2007
#: drizzled/drizzled.cc:3380
2008
msgid "Skip some optimize stages (for testing)."
2009
msgstr "Skip some optimise stages (for testing)."
2011
#: drizzled/drizzled.cc:3383
2013
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
2014
"specified directory"
2017
#: drizzled/drizzled.cc:3388
2019
"Uniquely identifies the server instance in the community of replication "
2023
#: drizzled/drizzled.cc:3393
2024
msgid "Don't use new, possible wrong routines."
2027
#: drizzled/drizzled.cc:3396
2028
msgid "If set, slave is not autostarted."
2031
#: drizzled/drizzled.cc:3400
2032
msgid "Don't print a stack trace on failure."
2035
#: drizzled/drizzled.cc:3404
2036
msgid "Don't give threads different priorities."
2039
#: drizzled/drizzled.cc:3408
2041
"The location where the slave should put its temporary files when replicating "
2042
"a LOAD DATA INFILE command."
2045
#: drizzled/drizzled.cc:3413
2047
"Tells the slave thread to continue replication when a query event returns an "
2048
"error from the provided list."
2051
#: drizzled/drizzled.cc:3417
2053
"Modes for how replication events should be executed. Legal values are "
2054
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2055
"stop for operations that are idempotent. In STRICT mode, replication will "
2056
"stop on any unexpected difference between the master and the slave."
2059
#: drizzled/drizzled.cc:3425
2064
#: drizzled/drizzled.cc:3428
2065
msgid "Enable symbolic link support."
2068
#: drizzled/drizzled.cc:3437
2070
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2073
#: drizzled/drizzled.cc:3442
2075
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2079
#: drizzled/drizzled.cc:3447
2081
"Using this option will cause most temporary files created to use a small set "
2082
"of names, rather than a unique name for each new file."
2085
#: drizzled/drizzled.cc:3452
2087
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
2090
#: drizzled/drizzled.cc:3457
2092
"Path for temporary files. Several paths may be specified, separated by a "
2093
"colon (:), in this case they are used in a round-robin fashion."
2096
#: drizzled/drizzled.cc:3463
2097
msgid "Default transaction isolation level."
2100
#: drizzled/drizzled.cc:3467
2101
msgid "Run mysqld daemon as user."
2104
#: drizzled/drizzled.cc:3475
2106
"The number of outstanding connection requests MySQL can have. This comes "
2107
"into play when the main MySQL thread gets very many connection requests in a "
2111
#: drizzled/drizzled.cc:3481
2113
"The size of the cache to hold the SQL statements for the binary log during a "
2114
"transaction. If you often use big, multi-statement transactions you can "
2115
"increase this to get more performance."
2118
#: drizzled/drizzled.cc:3487
2120
"Size of tree cache used in bulk insert optimisation. Note that this is a "
2124
#: drizzled/drizzled.cc:3493
2126
"The number of seconds the mysqld server is waiting for a connect packet "
2127
"before responding with 'Bad handshake'."
2130
#: drizzled/drizzled.cc:3498
2131
msgid "The DATE format (For future)."
2134
#: drizzled/drizzled.cc:3503
2135
msgid "The DATETIME/TIMESTAMP format (for future)."
2138
#: drizzled/drizzled.cc:3508
2139
msgid "The default week format used by WEEK() functions."
2142
#: drizzled/drizzled.cc:3513
2144
"Precision of the result of '/' operator will be increased on that value."
2147
#: drizzled/drizzled.cc:3519
2149
"If non-zero, binary logs will be purged after expire_logs_days days; "
2150
"possible purges happen at startup and at binary log rotation."
2153
#: drizzled/drizzled.cc:3525
2154
msgid "The maximum length of the result of function group_concat."
2157
#: drizzled/drizzled.cc:3530
2159
"The number of seconds the server waits for activity on an interactive "
2160
"connection before closing it."
2163
#: drizzled/drizzled.cc:3536
2164
msgid "The size of the buffer that is used for full joins."
2167
#: drizzled/drizzled.cc:3542
2168
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2171
#: drizzled/drizzled.cc:3547
2173
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2174
"this to get better index handling (for all reads and multiple writes) to as "
2175
"much as you can afford;"
2178
#: drizzled/drizzled.cc:3556
2180
"This characterizes the number of hits a hot block has to be untouched until "
2181
"it is considered aged enough to be downgraded to a warm block. This "
2182
"specifies the percentage ratio of that number of hits to the total number of "
2183
"blocks in key cache"
2185
"This characterises the number of hits a hot block has to be untouched until "
2186
"it is considered aged enough to be downgraded to a warm block. This "
2187
"specifies the percentage ratio of that number of hits to the total number of "
2188
"blocks in key cache"
2190
#: drizzled/drizzled.cc:3565
2191
msgid "The default size of key cache blocks"
2194
#: drizzled/drizzled.cc:3571
2195
msgid "The minimum percentage of warm blocks in key cache"
2198
#: drizzled/drizzled.cc:3577
2199
msgid "Max packetlength to send/receive from to server."
2202
#: drizzled/drizzled.cc:3582
2204
"Can be used to restrict the total size used to cache a multi-transaction "
2208
#: drizzled/drizzled.cc:3587
2210
"Binary log will be rotated automatically when the size exceeds this value. "
2211
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2212
"for this variable is 4096."
2215
#: drizzled/drizzled.cc:3593
2217
"If there is more than this number of interrupted connections from a host "
2218
"this host will be blocked from further connections."
2221
#: drizzled/drizzled.cc:3600
2222
msgid "The number of simultaneous clients allowed."
2225
#: drizzled/drizzled.cc:3605
2226
msgid "Max number of errors/warnings to store for a statement."
2229
#: drizzled/drizzled.cc:3610
2230
msgid "Don't allow creation of heap tables bigger than this."
2233
#: drizzled/drizzled.cc:3616
2235
"Joins that are probably going to read more than max_join_size records return "
2239
#: drizzled/drizzled.cc:3622
2240
msgid "Max number of bytes in sorted records."
2243
#: drizzled/drizzled.cc:3627
2245
"If non-zero: relay log will be rotated automatically when the size exceeds "
2246
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2247
"excepted, the minimum value for this variable is 4096."
2250
#: drizzled/drizzled.cc:3634
2251
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2254
#: drizzled/drizzled.cc:3639
2256
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2257
"max_sort_length bytes of each value are used; the rest are ignored)."
2260
#: drizzled/drizzled.cc:3646
2261
msgid "Maximum number of temporary tables a client can keep open at a time."
2264
#: drizzled/drizzled.cc:3651
2265
msgid "After this many write locks, allow some read locks to run in between."
2268
#: drizzled/drizzled.cc:3655
2270
"Don't log queries which examine less than min_examined_row_limit rows to "
2274
#: drizzled/drizzled.cc:3661
2275
msgid "Block size to be used for MyISAM index pages."
2278
#: drizzled/drizzled.cc:3667
2279
msgid "Default pointer size to be used for MyISAM tables."
2282
#: drizzled/drizzled.cc:3672
2284
"Don't use the fast sort index method to created index if the temporary file "
2285
"would get bigger than this."
2288
#: drizzled/drizzled.cc:3679
2290
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2291
"disables parallel repair."
2294
#: drizzled/drizzled.cc:3685
2296
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2297
"when creating indexes with CREATE INDEX or ALTER TABLE."
2300
#: drizzled/drizzled.cc:3691
2302
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2303
"Possible values of name are 'nulls_unequal' (default behavior), "
2304
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2306
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2307
"Possible values of name are 'nulls_unequal' (default behaviour), "
2308
"'nulls_equal' (emulate MySQL 4.0 behaviour), and 'nulls_ignored'."
2310
#: drizzled/drizzled.cc:3698
2311
msgid "Buffer length for TCP/IP and socket communication."
2314
#: drizzled/drizzled.cc:3703
2316
"Number of seconds to wait for more data from a connection before aborting "
2320
#: drizzled/drizzled.cc:3709
2322
"If a read on a communication port is interrupted, retry this many times "
2326
#: drizzled/drizzled.cc:3715
2328
"Number of seconds to wait for a block to be written to a connection before "
2329
"aborting the write."
2332
#: drizzled/drizzled.cc:3721
2333
msgid "Use compatible behavior."
2334
msgstr "Use compatible behaviour."
2336
#: drizzled/drizzled.cc:3726
2338
"If this is not 0, then mysqld will use this value to reserve file "
2339
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2340
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2341
"larger) number of files."
2344
#: drizzled/drizzled.cc:3733
2347
"Controls the heuristic(s) applied during query optimization to prune less-"
2348
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2349
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2350
"on number of retrieved rows."
2352
"Controls the heuristic(s) applied during query optimisation to prune less-"
2353
"promising partial plans from the optimiser search space. Meaning: 0 - do not "
2354
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2355
"on number of retrieved rows."
2357
#: drizzled/drizzled.cc:3741
2360
"Maximum depth of search performed by the query optimizer. Values larger than "
2361
"the number of relations in a query result in better query plans, but take "
2362
"longer to compile a query. Smaller values than the number of tables in a "
2363
"relation result in faster optimization, but may produce very bad query "
2364
"plans. If set to 0, the system will automatically pick a reasonable value; "
2365
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
2366
"(used for testing/comparison)."
2368
"Maximum depth of search performed by the query optimiser. Values larger than "
2369
"the number of relations in a query result in better query plans, but take "
2370
"longer to compile a query. Smaller values than the number of tables in a "
2371
"relation result in faster optimisation, but may produce very bad query "
2372
"plans. If set to 0, the system will automatically pick a reasonable value; "
2373
"if set to MAX_TABLES+2, the optimiser will switch to the original find_best "
2374
"(used for testing/comparison)."
2376
#: drizzled/drizzled.cc:3753
2377
msgid "Directory for plugins."
2380
#: drizzled/drizzled.cc:3757
2382
"Optional comma separated list of plugins to load, where each plugin is "
2383
"identified by the name of the shared library. [for example: --"
2384
"plugin_load=libmd5udf.so]"
2387
#: drizzled/drizzled.cc:3763
2388
msgid "The size of the buffer that is allocated when preloading indexes"
2391
#: drizzled/drizzled.cc:3768
2392
msgid "Allocation block size for query parsing and execution"
2395
#: drizzled/drizzled.cc:3773
2396
msgid "Persistent buffer for query parsing and execution"
2399
#: drizzled/drizzled.cc:3779
2400
msgid "Allocation block size for storing ranges during optimization"
2401
msgstr "Allocation block size for storing ranges during optimisation"
2403
#: drizzled/drizzled.cc:3785
2405
"Each thread that does a sequential scan allocates a buffer of this size for "
2406
"each table it scans. If you do many sequential scans, you may want to "
2407
"increase this value."
2410
#: drizzled/drizzled.cc:3793
2412
"Make all non-temporary tables read-only, with the exception for replication "
2413
"(slave) threads and users with the SUPER privilege"
2416
#: drizzled/drizzled.cc:3799
2418
"When reading rows in sorted order after a sort, the rows are read through "
2419
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2423
#: drizzled/drizzled.cc:3813
2425
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2429
#: drizzled/drizzled.cc:3819
2430
msgid "Maximum space to use for all relay logs."
2433
#: drizzled/drizzled.cc:3824
2434
msgid "Use compression on master/slave protocol."
2437
#: drizzled/drizzled.cc:3829
2439
"Number of seconds to wait for more data from a master/slave connection "
2440
"before aborting the read."
2443
#: drizzled/drizzled.cc:3834
2445
"Number of times the slave SQL thread will retry a transaction in case it "
2446
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2450
#: drizzled/drizzled.cc:3840
2451
msgid "Allow slave to batch requests."
2454
#: drizzled/drizzled.cc:3844
2456
"If creating the thread takes longer than this value (in seconds), the "
2457
"Slow_launch_threads counter will be incremented."
2460
#: drizzled/drizzled.cc:3849
2461
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2464
#: drizzled/drizzled.cc:3855
2466
"Synchronously flush binary log to disk after every #th event. Use 0 "
2467
"(default) to disable synchronous flushing."
2470
#: drizzled/drizzled.cc:3860
2471
msgid "The number of cached table definitions."
2474
#: drizzled/drizzled.cc:3864
2475
msgid "The number of cached open tables."
2478
#: drizzled/drizzled.cc:3868
2480
"Timeout in seconds to wait for a table level lock before returning an error. "
2481
"Used only if the connection has active cursors."
2484
#: drizzled/drizzled.cc:3873
2485
msgid "How many threads we should keep in a cache for reuse."
2488
#: drizzled/drizzled.cc:3877
2490
"How many threads we should create to handle query requests in case of "
2491
"'thread_handling=pool-of-threads'"
2494
#: drizzled/drizzled.cc:3882
2495
msgid "The stack size for each thread."
2498
#: drizzled/drizzled.cc:3888
2499
msgid "The TIME format (for future)."
2502
#: drizzled/drizzled.cc:3893
2504
"If an internal in-memory temporary table exceeds this size, MySQL will "
2505
"automatically convert it to an on-disk MyISAM table."
2508
#: drizzled/drizzled.cc:3899
2509
msgid "Allocation block size for transactions to be stored in binary log"
2512
#: drizzled/drizzled.cc:3904
2513
msgid "Persistent buffer for transactions to be stored in binary log"
2516
#: drizzled/drizzled.cc:3909
2518
"The number of seconds the server waits for activity on a connection before "
2522
#: drizzled/drizzled.cc:4157
2524
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2525
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2526
"and you are welcome to modify and redistribute it under the GPL license\n"
2528
"Starts the Drizzle database server\n"
2531
#: drizzled/drizzled.cc:4164
2533
msgid "Usage: %s [OPTIONS]\n"
2536
#: drizzled/drizzled.cc:4175
2539
"To see what values a running Drizzle server is using, type\n"
2540
"'drizzleadmin variables' instead of 'drizzled --help'."
2543
#: drizzled/drizzled.cc:4353
2546
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2550
#: drizzled/drizzled.cc:4405
2552
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2555
#: drizzled/drizzled.cc:4414
2557
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2560
#: drizzled/drizzled.cc:4424
2562
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2565
#: drizzled/drizzled.cc:4453 drizzled/drizzled.cc:4462
2567
msgid "Could not add do table rule '%s'!\n"
2570
#: drizzled/drizzled.cc:4471 drizzled/drizzled.cc:4480
2572
msgid "Could not add ignore table rule '%s'!\n"
2575
#: drizzled/drizzled.cc:4504
2576
msgid "Can't start server: cannot resolve hostname!"
2579
#: drizzled/drizzled.cc:4510
2580
msgid "Can't start server: bind-address refers to multiple interfaces!"
2583
#: drizzled/drizzled.cc:4868
2585
msgid "No option given to %s\n"
2588
#: drizzled/drizzled.cc:4870
2590
msgid "Wrong option to %s. Option(s) given: %s\n"
2593
#: drizzled/drizzled.cc:4872
2595
msgid "Alternatives are: '%s'"
2598
#: drizzled/error.cc:34
2602
#: drizzled/error.cc:36
2606
#: drizzled/error.cc:38
2610
#: drizzled/error.cc:40
2614
#: drizzled/error.cc:42
2616
msgid "Can't create file '%-.200s' (errno: %d)"
2619
#: drizzled/error.cc:44
2621
msgid "Can't create table '%-.200s' (errno: %d)"
2624
#: drizzled/error.cc:46
2626
msgid "Can't create database '%-.192s' (errno: %d)"
2629
#: drizzled/error.cc:48
2631
msgid "Can't create database '%-.192s'; database exists"
2634
#: drizzled/error.cc:50
2636
msgid "Can't drop database '%-.192s'; database doesn't exist"
2639
#: drizzled/error.cc:52
2641
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2644
#: drizzled/error.cc:54
2646
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2649
#: drizzled/error.cc:56
2651
msgid "Error on delete of '%-.192s' (errno: %d)"
2654
#: drizzled/error.cc:58
2655
msgid "Can't read record in system table"
2658
#: drizzled/error.cc:60
2660
msgid "Can't get status of '%-.200s' (errno: %d)"
2663
#: drizzled/error.cc:62
2665
msgid "Can't get working directory (errno: %d)"
2668
#: drizzled/error.cc:64
2670
msgid "Can't lock file (errno: %d)"
2673
#: drizzled/error.cc:66
2675
msgid "Can't open file: '%-.200s' (errno: %d)"
2678
#: drizzled/error.cc:68
2680
msgid "Can't find file: '%-.200s' (errno: %d)"
2683
#: drizzled/error.cc:70
2685
msgid "Can't read dir of '%-.192s' (errno: %d)"
2688
#: drizzled/error.cc:72
2690
msgid "Can't change dir to '%-.192s' (errno: %d)"
2693
#: drizzled/error.cc:74
2695
msgid "Record has changed since last read in table '%-.192s'"
2698
#: drizzled/error.cc:76
2700
msgid "Disk full (%s); waiting for someone to free some space..."
2703
#: drizzled/error.cc:78
2705
msgid "Can't write; duplicate key in table '%-.192s'"
2708
#: drizzled/error.cc:80
2710
msgid "Error on close of '%-.192s' (errno: %d)"
2713
#: drizzled/error.cc:82
2715
msgid "Error reading file '%-.200s' (errno: %d)"
2718
#: drizzled/error.cc:84
2720
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
2723
#: drizzled/error.cc:86
2725
msgid "Error writing file '%-.200s' (errno: %d)"
2728
#: drizzled/error.cc:88
2730
msgid "'%-.192s' is locked against change"
2733
#: drizzled/error.cc:90
2735
msgid "Sort aborted"
2738
#: drizzled/error.cc:92
2740
msgid "View '%-.192s' doesn't exist for '%-.192s'"
2743
#: drizzled/error.cc:94
2745
msgid "Got error %d from storage engine"
2748
#: drizzled/error.cc:96
2750
msgid "Table storage engine for '%-.192s' doesn't have this option"
2753
#: drizzled/error.cc:98
2755
msgid "Can't find record in '%-.192s'"
2758
#: drizzled/error.cc:100
2760
msgid "Incorrect information in file: '%-.200s'"
2763
#: drizzled/error.cc:102
2765
msgid "Incorrect key file for table '%-.200s'; try to repair it"
2768
#: drizzled/error.cc:104
2770
msgid "Old key file for table '%-.192s'; repair it!"
2773
#: drizzled/error.cc:106
2775
msgid "Table '%-.192s' is read only"
2778
#: drizzled/error.cc:108
2780
msgid "Out of memory; restart server and try again (needed %d bytes)"
2783
#: drizzled/error.cc:110
2784
msgid "Out of sort memory; increase server sort buffer size"
2787
#: drizzled/error.cc:112
2789
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
2792
#: drizzled/error.cc:114
2793
msgid "Too many connections"
2796
#: drizzled/error.cc:116
2798
"Out of memory; check if mysqld or some other process uses all available "
2799
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
2800
"memory or you can add more swap space"
2803
#: drizzled/error.cc:118
2804
msgid "Can't get hostname for your address"
2807
#: drizzled/error.cc:120
2808
msgid "Bad handshake"
2811
#: drizzled/error.cc:122
2813
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
2816
#: drizzled/error.cc:124
2818
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
2821
#: drizzled/error.cc:126
2822
msgid "No database selected"
2825
#: drizzled/error.cc:128
2826
msgid "Unknown command"
2829
#: drizzled/error.cc:130
2831
msgid "Column '%-.192s' cannot be null"
2834
#: drizzled/error.cc:132
2836
msgid "Unknown database '%-.192s'"
2839
#: drizzled/error.cc:134
2841
msgid "Table '%-.192s' already exists"
2844
#: drizzled/error.cc:136
2846
msgid "Unknown table '%-.100s'"
2849
#: drizzled/error.cc:138
2851
msgid "Column '%-.192s' in %-.192s is ambiguous"
2854
#: drizzled/error.cc:140
2855
msgid "Server shutdown in progress"
2858
#: drizzled/error.cc:142
2860
msgid "Unknown column '%-.192s' in '%-.192s'"
2863
#: drizzled/error.cc:144
2865
msgid "'%-.192s' isn't in GROUP BY"
2868
#: drizzled/error.cc:146
2870
msgid "Can't group on '%-.192s'"
2873
#: drizzled/error.cc:148
2874
msgid "Statement has sum functions and columns in same statement"
2877
#: drizzled/error.cc:150
2878
msgid "Column count doesn't match value count"
2881
#: drizzled/error.cc:152
2883
msgid "Identifier name '%-.100s' is too long"
2886
#: drizzled/error.cc:154
2888
msgid "Duplicate column name '%-.192s'"
2891
#: drizzled/error.cc:156
2893
msgid "Duplicate key name '%-.192s'"
2896
#: drizzled/error.cc:158
2898
msgid "Duplicate entry '%-.192s' for key %d"
2901
#: drizzled/error.cc:160
2903
msgid "Incorrect column specifier for column '%-.192s'"
2906
#: drizzled/error.cc:162
2908
msgid "%s near '%-.80s' at line %d"
2911
#: drizzled/error.cc:164
2912
msgid "Query was empty"
2915
#: drizzled/error.cc:166
2917
msgid "Not unique table/alias: '%-.192s'"
2920
#: drizzled/error.cc:168
2922
msgid "Invalid default value for '%-.192s'"
2925
#: drizzled/error.cc:170
2926
msgid "Multiple primary key defined"
2929
#: drizzled/error.cc:172
2931
msgid "Too many keys specified; max %d keys allowed"
2934
#: drizzled/error.cc:174
2936
msgid "Too many key parts specified; max %d parts allowed"
2939
#: drizzled/error.cc:176
2941
msgid "Specified key was too long; max key length is %d bytes"
2944
#: drizzled/error.cc:178
2946
msgid "Key column '%-.192s' doesn't exist in table"
2949
#: drizzled/error.cc:180
2952
"BLOB column '%-.192s' can't be used in key specification with the used table "
2956
#: drizzled/error.cc:182
2959
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2963
#: drizzled/error.cc:184
2965
"Incorrect table definition; there can be only one auto column and it must be "
2969
#: drizzled/error.cc:186
2972
"%s: ready for connections.\n"
2973
"Version: '%s' socket: '%s' port: %d"
2976
#: drizzled/error.cc:188
2978
msgid "%s: Normal shutdown\n"
2981
#: drizzled/error.cc:190
2983
msgid "%s: Got signal %d. Aborting!\n"
2986
#: drizzled/error.cc:192
2988
msgid "%s: Shutdown complete\n"
2991
#: drizzled/error.cc:194
2993
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
2996
#: drizzled/error.cc:196
2997
msgid "Can't create IP socket"
3000
#: drizzled/error.cc:198
3003
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
3007
#: drizzled/error.cc:200
3008
msgid "Field separator argument is not what is expected; check the manual"
3011
#: drizzled/error.cc:202
3013
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
3016
#: drizzled/error.cc:204
3019
"The file '%-.128s' must be in the database directory or be readable by all"
3022
#: drizzled/error.cc:206
3024
msgid "File '%-.200s' already exists"
3027
#: drizzled/error.cc:208
3029
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
3032
#: drizzled/error.cc:210
3034
msgid "Records: %ld Duplicates: %ld"
3037
#: drizzled/error.cc:212
3039
"Incorrect prefix key; the used key part isn't a string, the used length is "
3040
"longer than the key part, or the storage engine doesn't support unique "
3044
#: drizzled/error.cc:214
3045
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
3048
#: drizzled/error.cc:216
3050
msgid "Can't DROP '%-.192s'; check that column/key exists"
3053
#: drizzled/error.cc:218
3055
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
3058
#: drizzled/error.cc:220
3060
msgid "You can't specify target table '%-.192s' for update in FROM clause"
3063
#: drizzled/error.cc:222
3065
msgid "Unknown thread id: %lu"
3068
#: drizzled/error.cc:224
3070
msgid "You are not owner of thread %lu"
3073
#: drizzled/error.cc:226
3074
msgid "No tables used"
3077
#: drizzled/error.cc:228
3079
msgid "Too many strings for column %-.192s and SET"
3082
#: drizzled/error.cc:230
3084
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3087
#: drizzled/error.cc:232
3089
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3092
#: drizzled/error.cc:234
3094
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3097
#: drizzled/error.cc:236
3099
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
3102
#: drizzled/error.cc:238
3104
msgid "Incorrect database name '%-.100s'"
3107
#: drizzled/error.cc:240
3109
msgid "Incorrect table name '%-.100s'"
3112
#: drizzled/error.cc:242
3114
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
3115
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
3118
#: drizzled/error.cc:244
3119
msgid "Unknown error"
3122
#: drizzled/error.cc:246
3124
msgid "Unknown procedure '%-.192s'"
3127
#: drizzled/error.cc:248
3129
msgid "Incorrect parameter count to procedure '%-.192s'"
3132
#: drizzled/error.cc:250
3134
msgid "Incorrect parameters to procedure '%-.192s'"
3137
#: drizzled/error.cc:252
3139
msgid "Unknown table '%-.192s' in %-.32s"
3142
#: drizzled/error.cc:254
3144
msgid "Column '%-.192s' specified twice"
3147
#: drizzled/error.cc:256
3148
msgid "Invalid use of group function"
3151
#: drizzled/error.cc:258
3154
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
3157
#: drizzled/error.cc:260
3158
msgid "A table must have at least 1 column"
3161
#: drizzled/error.cc:262
3163
msgid "The table '%-.192s' is full"
3166
#: drizzled/error.cc:264
3168
msgid "Unknown character set: '%-.64s'"
3171
#: drizzled/error.cc:266
3173
msgid "Too many tables; MySQL can only use %d tables in a join"
3176
#: drizzled/error.cc:268
3177
msgid "Too many columns"
3180
#: drizzled/error.cc:270
3183
"Row size too large. The maximum row size for the used table type, not "
3184
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
3187
#: drizzled/error.cc:272
3190
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3191
"thread_stack=#' to specify a bigger stack if needed"
3194
#: drizzled/error.cc:274
3195
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
3198
#: drizzled/error.cc:276
3201
"Table handler doesn't support NULL in given index. Please change column "
3202
"'%-.192s' to be NOT NULL or use another handler"
3205
#: drizzled/error.cc:278
3207
msgid "Can't load function '%-.192s'"
3210
#: drizzled/error.cc:280
3212
msgid "Can't initialize function '%-.192s'; %-.80s"
3213
msgstr "Can't initialise function '%-.192s'; %-.80s"
3215
#: drizzled/error.cc:282
3216
msgid "No paths allowed for shared library"
3219
#: drizzled/error.cc:284
3221
msgid "Function '%-.192s' already exists"
3224
#: drizzled/error.cc:286
3226
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3229
#: drizzled/error.cc:288
3231
msgid "Can't find symbol '%-.128s' in library"
3234
#: drizzled/error.cc:290
3236
msgid "Function '%-.192s' is not defined"
3239
#: drizzled/error.cc:292
3242
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3243
"'mysqladmin flush-hosts'"
3246
#: drizzled/error.cc:294
3248
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3251
#: drizzled/error.cc:296
3253
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3254
"to change passwords"
3257
#: drizzled/error.cc:298
3259
"You must have privileges to update tables in the mysql database to be able "
3260
"to change passwords for others"
3263
#: drizzled/error.cc:300
3264
msgid "Can't find any matching row in the user table"
3267
#: drizzled/error.cc:302
3269
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
3272
#: drizzled/error.cc:304
3275
"Can't create a new thread (errno %d); if you are not out of available "
3276
"memory, you can consult the manual for a possible OS-dependent bug"
3279
#: drizzled/error.cc:306
3281
msgid "Column count doesn't match value count at row %ld"
3284
#: drizzled/error.cc:308
3286
msgid "Can't reopen table: '%-.192s'"
3289
#: drizzled/error.cc:310
3290
msgid "Invalid use of NULL value"
3293
#: drizzled/error.cc:312
3295
msgid "Got error '%-.64s' from regexp"
3298
#: drizzled/error.cc:314
3300
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3301
"illegal if there is no GROUP BY clause"
3304
#: drizzled/error.cc:316
3306
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3309
#: drizzled/error.cc:318
3311
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3314
#: drizzled/error.cc:320
3317
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3321
#: drizzled/error.cc:322
3323
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3324
"privileges can be used"
3327
#: drizzled/error.cc:324
3328
msgid "The host or user argument to GRANT is too long"
3331
#: drizzled/error.cc:326
3333
msgid "Table '%-.192s.%-.192s' doesn't exist"
3336
#: drizzled/error.cc:328
3339
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3343
#: drizzled/error.cc:330
3344
msgid "The used command is not allowed with this MySQL version"
3347
#: drizzled/error.cc:332
3349
"You have an error in your SQL syntax; check the manual that corresponds to "
3350
"your MySQL server version for the right syntax to use"
3353
#: drizzled/error.cc:334
3355
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3358
#: drizzled/error.cc:336
3359
msgid "Too many delayed threads in use"
3362
#: drizzled/error.cc:338
3364
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3367
#: drizzled/error.cc:340
3368
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3371
#: drizzled/error.cc:342
3372
msgid "Got a read error from the connection pipe"
3375
#: drizzled/error.cc:344
3376
msgid "Got an error from fcntl()"
3379
#: drizzled/error.cc:346
3380
msgid "Got packets out of order"
3383
#: drizzled/error.cc:358
3384
msgid "Result string is longer than 'max_allowed_packet' bytes"
3387
#: drizzled/error.cc:360
3388
msgid "The used table type doesn't support BLOB/TEXT columns"
3391
#: drizzled/error.cc:362
3392
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3395
#: drizzled/error.cc:364
3398
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3402
#: drizzled/error.cc:366
3404
msgid "Incorrect column name '%-.100s'"
3407
#: drizzled/error.cc:368
3409
msgid "The used storage engine can't index column '%-.192s'"
3412
#: drizzled/error.cc:370
3414
"Unable to open underlying table which is differently defined or of non-"
3415
"MyISAM type or doesn't exist"
3418
#: drizzled/error.cc:372
3420
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3423
#: drizzled/error.cc:374
3426
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3429
#: drizzled/error.cc:376
3431
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3435
#: drizzled/error.cc:378
3436
msgid "Result consisted of more than one row"
3439
#: drizzled/error.cc:380
3440
msgid "This table type requires a primary key"
3443
#: drizzled/error.cc:382
3444
msgid "This version of MySQL is not compiled with RAID support"
3447
#: drizzled/error.cc:384
3449
"You are using safe update mode and you tried to update a table without a "
3450
"WHERE that uses a KEY column"
3453
#: drizzled/error.cc:386
3455
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3458
#: drizzled/error.cc:388
3459
msgid "Can't open table"
3462
#: drizzled/error.cc:390
3464
msgid "The storage engine for the table doesn't support %s"
3467
#: drizzled/error.cc:392
3468
msgid "You are not allowed to execute this command in a transaction"
3471
#: drizzled/error.cc:394
3473
msgid "Got error %d during COMMIT"
3476
#: drizzled/error.cc:396
3478
msgid "Got error %d during ROLLBACK"
3481
#: drizzled/error.cc:398
3483
msgid "Got error %d during FLUSH_LOGS"
3486
#: drizzled/error.cc:400
3488
msgid "Got error %d during CHECKPOINT"
3491
#: drizzled/error.cc:402
3494
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
3498
#: drizzled/error.cc:404
3499
msgid "The storage engine for the table does not support binary table dump"
3502
#: drizzled/error.cc:406
3503
msgid "Binlog closed, cannot RESET MASTER"
3506
#: drizzled/error.cc:408
3508
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3511
#: drizzled/error.cc:410
3513
msgid "Error from master: '%-.64s'"
3516
#: drizzled/error.cc:412
3517
msgid "Net error reading from master"
3520
#: drizzled/error.cc:414
3521
msgid "Net error writing to master"
3524
#: drizzled/error.cc:416
3525
msgid "Can't find FULLTEXT index matching the column list"
3528
#: drizzled/error.cc:418
3530
"Can't execute the given command because you have active locked tables or an "
3531
"active transaction"
3534
#: drizzled/error.cc:420
3536
msgid "Unknown system variable '%-.64s'"
3539
#: drizzled/error.cc:422
3541
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3544
#: drizzled/error.cc:424
3547
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3550
#: drizzled/error.cc:426
3551
msgid "Some non-transactional changed tables couldn't be rolled back"
3554
#: drizzled/error.cc:428
3556
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3557
"of storage; increase this mysqld variable and try again"
3560
#: drizzled/error.cc:430
3562
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3565
#: drizzled/error.cc:432
3567
"This operation requires a running slave; configure slave and do START SLAVE"
3570
#: drizzled/error.cc:434
3571
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3574
#: drizzled/error.cc:436
3576
"Could not initialize master info structure; more error messages can be found "
3577
"in the MySQL error log"
3579
"Could not initialise master info structure; more error messages can be found "
3580
"in the MySQL error log"
3582
#: drizzled/error.cc:438
3583
msgid "Could not create slave thread; check system resources"
3586
#: drizzled/error.cc:440
3589
"User %-.64s already has more than 'max_user_connections' active connections"
3592
#: drizzled/error.cc:442
3593
msgid "You may only use constant expressions with SET"
3596
#: drizzled/error.cc:444
3597
msgid "Lock wait timeout exceeded; try restarting transaction"
3600
#: drizzled/error.cc:446
3601
msgid "The total number of locks exceeds the lock table size"
3604
#: drizzled/error.cc:448
3605
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3608
#: drizzled/error.cc:450
3609
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3612
#: drizzled/error.cc:452
3613
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3616
#: drizzled/error.cc:454
3618
msgid "Incorrect arguments to %s"
3621
#: drizzled/error.cc:456
3623
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3626
#: drizzled/error.cc:458
3628
"Incorrect table definition; all MERGE tables must be in the same database"
3631
#: drizzled/error.cc:460
3632
msgid "Deadlock found when trying to get lock; try restarting transaction"
3635
#: drizzled/error.cc:462
3636
msgid "The used table type doesn't support FULLTEXT indexes"
3639
#: drizzled/error.cc:464
3640
msgid "Cannot add foreign key constraint"
3643
#: drizzled/error.cc:466
3644
msgid "Cannot add or update a child row: a foreign key constraint fails"
3647
#: drizzled/error.cc:468
3648
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
3651
#: drizzled/error.cc:470
3653
msgid "Error connecting to master: %-.128s"
3656
#: drizzled/error.cc:472
3658
msgid "Error running query on master: %-.128s"
3661
#: drizzled/error.cc:474
3663
msgid "Error when executing command %s: %-.128s"
3666
#: drizzled/error.cc:476
3668
msgid "Incorrect usage of %s and %s"
3671
#: drizzled/error.cc:478
3672
msgid "The used SELECT statements have a different number of columns"
3675
#: drizzled/error.cc:480
3676
msgid "Can't execute the query because you have a conflicting read lock"
3679
#: drizzled/error.cc:482
3680
msgid "Mixing of transactional and non-transactional tables is disabled"
3683
#: drizzled/error.cc:484
3685
msgid "Option '%s' used twice in statement"
3688
#: drizzled/error.cc:486
3690
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3693
#: drizzled/error.cc:488
3695
msgid "Access denied; you need the %-.128s privilege for this operation"
3698
#: drizzled/error.cc:490
3701
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3704
#: drizzled/error.cc:492
3707
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
3710
#: drizzled/error.cc:494
3712
msgid "Variable '%-.64s' doesn't have a default value"
3715
#: drizzled/error.cc:496
3717
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
3720
#: drizzled/error.cc:498
3722
msgid "Incorrect argument type to variable '%-.64s'"
3725
#: drizzled/error.cc:500
3727
msgid "Variable '%-.64s' can only be set, not read"
3730
#: drizzled/error.cc:502
3732
msgid "Incorrect usage/placement of '%s'"
3735
#: drizzled/error.cc:504
3737
msgid "This version of MySQL doesn't yet support '%s'"
3740
#: drizzled/error.cc:506
3743
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
3746
#: drizzled/error.cc:508
3747
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
3750
#: drizzled/error.cc:510
3752
msgid "Variable '%-.192s' is a %s variable"
3755
#: drizzled/error.cc:512
3757
msgid "Incorrect foreign key definition for '%-.192s': %s"
3760
#: drizzled/error.cc:514
3761
msgid "Key reference and table reference don't match"
3764
#: drizzled/error.cc:516
3766
msgid "Operand should contain %d column(s)"
3769
#: drizzled/error.cc:518
3770
msgid "Subquery returns more than 1 row"
3773
#: drizzled/error.cc:520
3775
msgid "Unknown prepared statement handler (%.*s) given to %s"
3778
#: drizzled/error.cc:522
3779
msgid "Help database is corrupt or does not exist"
3782
#: drizzled/error.cc:524
3783
msgid "Cyclic reference on subqueries"
3786
#: drizzled/error.cc:526
3788
msgid "Converting column '%s' from %s to %s"
3791
#: drizzled/error.cc:528
3793
msgid "Reference '%-.64s' not supported (%s)"
3796
#: drizzled/error.cc:530
3797
msgid "Every derived table must have its own alias"
3800
#: drizzled/error.cc:532
3802
msgid "Select %u was reduced during optimization"
3805
#: drizzled/error.cc:534
3807
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
3810
#: drizzled/error.cc:536
3812
"Client does not support authentication protocol requested by server; "
3813
"consider upgrading MySQL client"
3816
#: drizzled/error.cc:538
3817
msgid "All parts of a SPATIAL index must be NOT NULL"
3820
#: drizzled/error.cc:540
3822
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
3825
#: drizzled/error.cc:542
3826
msgid "Slave is already running"
3829
#: drizzled/error.cc:544
3830
msgid "Slave already has been stopped"
3833
#: drizzled/error.cc:546
3836
"Uncompressed data size too large; the maximum size is %d (probably, length "
3837
"of uncompressed data was corrupted)"
3840
#: drizzled/error.cc:548
3841
msgid "ZLIB: Not enough memory"
3844
#: drizzled/error.cc:550
3846
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
3847
"data was corrupted)"
3850
#: drizzled/error.cc:552
3851
msgid "ZLIB: Input data corrupted"
3854
#: drizzled/error.cc:554
3856
msgid "%d line(s) were cut by GROUP_CONCAT()"
3859
#: drizzled/error.cc:556
3861
msgid "Row %ld doesn't contain data for all columns"
3864
#: drizzled/error.cc:558
3867
"Row %ld was truncated; it contained more data than there were input columns"
3870
#: drizzled/error.cc:560
3873
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
3876
#: drizzled/error.cc:562
3878
msgid "Out of range value for column '%s' at row %ld"
3881
#: drizzled/error.cc:564
3883
msgid "Data truncated for column '%s' at row %ld"
3886
#: drizzled/error.cc:566
3888
msgid "Using storage engine %s for table '%s'"
3891
#: drizzled/error.cc:568
3893
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
3896
#: drizzled/error.cc:570
3897
msgid "Cannot drop one or more of the requested users"
3900
#: drizzled/error.cc:572
3901
msgid "Can't revoke all privileges for one or more of the requested users"
3904
#: drizzled/error.cc:574
3906
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
3909
#: drizzled/error.cc:576
3911
msgid "Illegal mix of collations for operation '%s'"
3914
#: drizzled/error.cc:578
3917
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
3921
#: drizzled/error.cc:580
3923
msgid "Unknown collation: '%-.64s'"
3926
#: drizzled/error.cc:582
3928
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
3929
"compiled without SSL support; they can be used later if MySQL slave with SSL "
3933
#: drizzled/error.cc:584
3936
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
3937
"old format; please change the password to the new format"
3940
#: drizzled/error.cc:586
3943
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
3947
#: drizzled/error.cc:588
3948
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
3951
#: drizzled/error.cc:590
3953
"It is recommended to use --skip-slave-start when doing step-by-step "
3954
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
3955
"get an unexpected slave's mysqld restart"
3958
#: drizzled/error.cc:592
3959
msgid "SQL thread is not to be started so UNTIL options are ignored"
3962
#: drizzled/error.cc:594
3964
msgid "Incorrect index name '%-.100s'"
3967
#: drizzled/error.cc:596
3969
msgid "Incorrect catalog name '%-.100s'"
3970
msgstr "Incorrect catalogue name '%-.100s'"
3972
#: drizzled/error.cc:598
3974
msgid "Query cache failed to set size %lu; new query cache size is %lu"
3977
#: drizzled/error.cc:600
3979
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
3982
#: drizzled/error.cc:602
3984
msgid "Unknown key cache '%-.100s'"
3987
#: drizzled/error.cc:604
3989
"MySQL is started in --skip-name-resolve mode; you must restart it without "
3990
"this switch for this grant to work"
3993
#: drizzled/error.cc:606
3995
msgid "Unknown table engine '%s'"
3998
#: drizzled/error.cc:608
4000
msgid "'%s' is deprecated; use '%s' instead"
4003
#: drizzled/error.cc:610
4005
msgid "The target table %-.100s of the %s is not updatable"
4008
#: drizzled/error.cc:612
4011
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
4015
#: drizzled/error.cc:614
4018
"The MySQL server is running with the %s option so it cannot execute this "
4022
#: drizzled/error.cc:616
4024
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
4027
#: drizzled/error.cc:618
4029
msgid "Truncated incorrect %-.32s value: '%-.128s'"
4032
#: drizzled/error.cc:620
4034
"Incorrect table definition; there can be only one TIMESTAMP column with "
4035
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
4038
#: drizzled/error.cc:622
4040
msgid "Invalid ON UPDATE clause for '%-.192s' column"
4043
#: drizzled/error.cc:624
4044
msgid "This command is not supported in the prepared statement protocol yet"
4047
#: drizzled/error.cc:626
4049
msgid "Got error %d '%-.100s' from %s"
4052
#: drizzled/error.cc:628
4054
msgid "Got temporary error %d '%-.100s' from %s"
4057
#: drizzled/error.cc:630
4059
msgid "Unknown or incorrect time zone: '%-.64s'"
4062
#: drizzled/error.cc:632
4064
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4067
#: drizzled/error.cc:634
4069
msgid "Invalid %s character string: '%.64s'"
4072
#: drizzled/error.cc:636
4074
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
4077
#: drizzled/error.cc:638
4079
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4082
#: drizzled/error.cc:640
4084
msgid "Can't create a %s from within another stored routine"
4087
#: drizzled/error.cc:642
4089
msgid "%s %s already exists"
4092
#: drizzled/error.cc:644
4094
msgid "%s %s does not exist"
4097
#: drizzled/error.cc:646
4099
msgid "Failed to DROP %s %s"
4102
#: drizzled/error.cc:648
4104
msgid "Failed to CREATE %s %s"
4107
#: drizzled/error.cc:650
4109
msgid "%s with no matching label: %s"
4112
#: drizzled/error.cc:652
4114
msgid "Redefining label %s"
4117
#: drizzled/error.cc:654
4119
msgid "End-label %s without match"
4122
#: drizzled/error.cc:656
4124
msgid "Referring to uninitialized variable %s"
4125
msgstr "Referring to uninitialised variable %s"
4127
#: drizzled/error.cc:658
4129
msgid "PROCEDURE %s can't return a result set in the given context"
4132
#: drizzled/error.cc:660
4133
msgid "RETURN is only allowed in a FUNCTION"
4136
#: drizzled/error.cc:662
4138
msgid "%s is not allowed in stored procedures"
4141
#: drizzled/error.cc:664
4143
"The update log is deprecated and replaced by the binary log; SET "
4144
"SQL_LOG_UPDATE has been ignored"
4147
#: drizzled/error.cc:666
4149
"The update log is deprecated and replaced by the binary log; SET "
4150
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4153
#: drizzled/error.cc:668
4154
msgid "Query execution was interrupted"
4157
#: drizzled/error.cc:670
4159
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4162
#: drizzled/error.cc:672
4164
msgid "Undefined CONDITION: %s"
4167
#: drizzled/error.cc:674
4169
msgid "No RETURN found in FUNCTION %s"
4172
#: drizzled/error.cc:676
4174
msgid "FUNCTION %s ended without RETURN"
4177
#: drizzled/error.cc:678
4178
msgid "Cursor statement must be a SELECT"
4181
#: drizzled/error.cc:680
4182
msgid "Cursor SELECT must not have INTO"
4185
#: drizzled/error.cc:682
4187
msgid "Undefined CURSOR: %s"
4190
#: drizzled/error.cc:684
4191
msgid "Cursor is already open"
4194
#: drizzled/error.cc:686
4195
msgid "Cursor is not open"
4198
#: drizzled/error.cc:688
4200
msgid "Undeclared variable: %s"
4203
#: drizzled/error.cc:690
4204
msgid "Incorrect number of FETCH variables"
4207
#: drizzled/error.cc:692
4208
msgid "No data - zero rows fetched, selected, or processed"
4211
#: drizzled/error.cc:694
4213
msgid "Duplicate parameter: %s"
4216
#: drizzled/error.cc:696
4218
msgid "Duplicate variable: %s"
4221
#: drizzled/error.cc:698
4223
msgid "Duplicate condition: %s"
4226
#: drizzled/error.cc:700
4228
msgid "Duplicate cursor: %s"
4231
#: drizzled/error.cc:702
4233
msgid "Failed to ALTER %s %s"
4236
#: drizzled/error.cc:704
4237
msgid "Subquery value not supported"
4240
#: drizzled/error.cc:706
4242
msgid "%s is not allowed in stored function or trigger"
4245
#: drizzled/error.cc:708
4246
msgid "Variable or condition declaration after cursor or handler declaration"
4249
#: drizzled/error.cc:710
4250
msgid "Cursor declaration after handler declaration"
4253
#: drizzled/error.cc:712
4254
msgid "Case not found for CASE statement"
4257
#: drizzled/error.cc:714
4259
msgid "Configuration file '%-.192s' is too big"
4262
#: drizzled/error.cc:716
4264
msgid "Malformed file type header in file '%-.192s'"
4267
#: drizzled/error.cc:718
4269
msgid "Unexpected end of file while parsing comment '%-.200s'"
4272
#: drizzled/error.cc:720
4274
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4277
#: drizzled/error.cc:722
4279
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4282
#: drizzled/error.cc:724
4283
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4286
#: drizzled/error.cc:726
4288
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4291
#: drizzled/error.cc:728
4293
msgid "'%-.192s.%-.192s' is not %s"
4296
#: drizzled/error.cc:730
4298
msgid "Column '%-.192s' is not updatable"
4301
#: drizzled/error.cc:732
4302
msgid "View's SELECT contains a subquery in the FROM clause"
4305
#: drizzled/error.cc:734
4307
msgid "View's SELECT contains a '%s' clause"
4310
#: drizzled/error.cc:736
4311
msgid "View's SELECT contains a variable or parameter"
4314
#: drizzled/error.cc:738
4316
msgid "View's SELECT refers to a temporary table '%-.192s'"
4319
#: drizzled/error.cc:740
4320
msgid "View's SELECT and view's field list have different column counts"
4323
#: drizzled/error.cc:742
4325
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4328
#: drizzled/error.cc:744
4329
msgid "View being updated does not have complete key of underlying table in it"
4332
#: drizzled/error.cc:746
4335
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4336
"(s) or definer/invoker of view lack rights to use them"
4339
#: drizzled/error.cc:748
4341
msgid "Can't drop or alter a %s from within another stored routine"
4344
#: drizzled/error.cc:750
4345
msgid "GOTO is not allowed in a stored procedure handler"
4348
#: drizzled/error.cc:752
4349
msgid "Trigger already exists"
4352
#: drizzled/error.cc:754
4353
msgid "Trigger does not exist"
4356
#: drizzled/error.cc:756
4358
msgid "Trigger's '%-.192s' is view or temporary table"
4361
#: drizzled/error.cc:758
4363
msgid "Updating of %s row is not allowed in %strigger"
4364
msgstr "Updating of %s row is not allowed in %s trigger"
4366
#: drizzled/error.cc:760
4368
msgid "There is no %s row in %s trigger"
4371
#: drizzled/error.cc:762
4373
msgid "Field '%-.192s' doesn't have a default value"
4376
#: drizzled/error.cc:764
4377
msgid "Division by 0"
4380
#: drizzled/error.cc:766
4382
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
4385
#: drizzled/error.cc:768
4387
msgid "Illegal %s '%-.192s' value found during parsing"
4390
#: drizzled/error.cc:770
4392
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4395
#: drizzled/error.cc:772
4397
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4400
#: drizzled/error.cc:774
4402
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4405
#: drizzled/error.cc:776
4407
msgid "Failed purging old relay logs: %s"
4410
#: drizzled/error.cc:778
4412
msgid "Password hash should be a %d-digit hexadecimal number"
4415
#: drizzled/error.cc:780
4416
msgid "Target log not found in binlog index"
4419
#: drizzled/error.cc:782
4420
msgid "I/O error reading log index file"
4423
#: drizzled/error.cc:784
4424
msgid "Server configuration does not permit binlog purge"
4427
#: drizzled/error.cc:786
4428
msgid "Failed on fseek()"
4431
#: drizzled/error.cc:788
4432
msgid "Fatal error during log purge"
4435
#: drizzled/error.cc:790
4436
msgid "A purgeable log is in use, will not purge"
4439
#: drizzled/error.cc:792
4440
msgid "Unknown error during log purge"
4443
#: drizzled/error.cc:794
4445
msgid "Failed initializing relay log position: %s"
4446
msgstr "Failed initialising relay log position: %s"
4448
#: drizzled/error.cc:796
4449
msgid "You are not using binary logging"
4452
#: drizzled/error.cc:798
4455
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4458
#: drizzled/error.cc:800
4459
msgid "WSAStartup Failed"
4462
#: drizzled/error.cc:802
4463
msgid "Can't handle procedures with different groups yet"
4466
#: drizzled/error.cc:804
4467
msgid "Select must have a group with this procedure"
4470
#: drizzled/error.cc:806
4471
msgid "Can't use ORDER clause with this procedure"
4474
#: drizzled/error.cc:808
4476
msgid "Binary logging and replication forbid changing the global server %s"
4479
#: drizzled/error.cc:810
4481
msgid "Can't map file: %-.200s, errno: %d"
4484
#: drizzled/error.cc:812
4486
msgid "Wrong magic in %-.64s"
4489
#: drizzled/error.cc:814
4490
msgid "Prepared statement contains too many placeholders"
4493
#: drizzled/error.cc:816
4495
msgid "Key part '%-.192s' length cannot be 0"
4498
#: drizzled/error.cc:818
4499
msgid "View text checksum failed"
4502
#: drizzled/error.cc:820
4505
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4508
#: drizzled/error.cc:822
4510
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4513
#: drizzled/error.cc:824
4515
msgid "Can not delete from join view '%-.192s.%-.192s'"
4518
#: drizzled/error.cc:826
4520
msgid "Operation %s failed for %.256s"
4523
#: drizzled/error.cc:828
4524
msgid "XAER_NOTA: Unknown XID"
4527
#: drizzled/error.cc:830
4528
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4531
#: drizzled/error.cc:832
4534
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4538
#: drizzled/error.cc:834
4539
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4542
#: drizzled/error.cc:836
4544
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4548
#: drizzled/error.cc:838
4549
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4552
#: drizzled/error.cc:840
4555
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4559
#: drizzled/error.cc:842
4560
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4563
#: drizzled/error.cc:844
4564
msgid "Failed to revoke all privileges to dropped routine"
4567
#: drizzled/error.cc:846
4569
msgid "Data too long for column '%s' at row %ld"
4572
#: drizzled/error.cc:848
4574
msgid "Bad SQLSTATE: '%s'"
4577
#: drizzled/error.cc:850
4580
"%s: ready for connections.\n"
4581
"Version: '%s' socket: '%s' port: %d %s"
4584
#: drizzled/error.cc:852
4585
msgid "Can't load value from file with fixed size rows to variable"
4588
#: drizzled/error.cc:854
4589
msgid "You are not allowed to create a user with GRANT"
4592
#: drizzled/error.cc:856
4594
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4597
#: drizzled/error.cc:858
4598
msgid "Table definition has changed, please retry transaction"
4601
#: drizzled/error.cc:860
4602
msgid "Duplicate handler declared in the same block"
4605
#: drizzled/error.cc:862
4608
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4609
"variable in BEFORE trigger"
4612
#: drizzled/error.cc:864
4614
msgid "Not allowed to return a result set from a %s"
4617
#: drizzled/error.cc:866
4618
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4621
#: drizzled/error.cc:868
4623
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4624
"declaration and binary logging is enabled; if non-transactional tables were "
4625
"updated, the binary log will miss their changes"
4628
#: drizzled/error.cc:870
4630
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4631
"declaration and binary logging is enabled (you *might* want to use the less "
4632
"safe log_bin_trust_function_creators variable)"
4635
#: drizzled/error.cc:872
4637
"You do not have the SUPER privilege and binary logging is enabled (you "
4638
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4641
#: drizzled/error.cc:874
4643
"You can't execute a prepared statement which has an open cursor associated "
4644
"with it. Reset the statement to re-execute it."
4647
#: drizzled/error.cc:876
4649
msgid "The statement (%lu) has no open cursor."
4652
#: drizzled/error.cc:878
4654
"Explicit or implicit commit is not allowed in stored function or trigger."
4657
#: drizzled/error.cc:880
4660
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4663
#: drizzled/error.cc:882
4664
msgid "Recursive stored functions and triggers are not allowed."
4667
#: drizzled/error.cc:884
4669
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
4672
#: drizzled/error.cc:886
4674
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
4677
#: drizzled/error.cc:888
4680
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4684
#: drizzled/error.cc:890
4686
"You can't combine write-locking of system tables with other tables or lock "
4690
#: drizzled/error.cc:892
4692
msgid "Unable to connect to foreign data source: %.64s"
4695
#: drizzled/error.cc:894
4698
"There was a problem processing the query on the foreign data source. Data "
4699
"source error: %-.64s"
4702
#: drizzled/error.cc:896
4705
"The foreign data source you are trying to reference does not exist. Data "
4706
"source error: %-.64s"
4709
#: drizzled/error.cc:898
4712
"Can't create federated table. The data source connection string '%-.64s' is "
4713
"not in the correct format"
4716
#: drizzled/error.cc:900
4718
msgid "The data source connection string '%-.64s' is not in the correct format"
4721
#: drizzled/error.cc:902
4723
msgid "Can't create federated table. Foreign data src error: %-.64s"
4726
#: drizzled/error.cc:904
4727
msgid "Trigger in wrong schema"
4730
#: drizzled/error.cc:906
4733
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
4734
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
4737
#: drizzled/error.cc:908
4739
msgid "Routine body for '%-.100s' is too long"
4742
#: drizzled/error.cc:910
4743
msgid "Cannot drop default keycache"
4746
#: drizzled/error.cc:912
4748
msgid "Display width out of range for column '%-.192s' (max = %d)"
4751
#: drizzled/error.cc:914
4752
msgid "XAER_DUPID: The XID already exists"
4755
#: drizzled/error.cc:916
4757
msgid "Datetime function: %-.32s field overflow"
4760
#: drizzled/error.cc:918
4763
"Can't update table '%-.192s' in stored function/trigger because it is "
4764
"already used by statement which invoked this stored function/trigger."
4767
#: drizzled/error.cc:920
4770
"The definition of table '%-.192s' prevents operation %.192s on table "
4774
#: drizzled/error.cc:922
4776
"The prepared statement contains a stored routine call that refers to that "
4777
"same statement. It's not allowed to execute a prepared statement in such a "
4781
#: drizzled/error.cc:924
4782
msgid "Not allowed to set autocommit from a stored function or trigger"
4785
#: drizzled/error.cc:926
4786
msgid "Definer is not fully qualified"
4789
#: drizzled/error.cc:928
4792
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
4793
"Current user is used as definer. Please recreate the view!"
4796
#: drizzled/error.cc:930
4799
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
4803
#: drizzled/error.cc:932
4805
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
4808
#: drizzled/error.cc:934
4810
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
4813
#: drizzled/error.cc:936
4816
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
4819
#: drizzled/error.cc:938
4822
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
4825
#: drizzled/error.cc:940
4827
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
4830
#: drizzled/error.cc:942
4833
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4834
"activated under the authorization of the invoker, which may have "
4835
"insufficient privileges. Please recreate the trigger."
4837
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
4838
"activated under the authorisation of the invoker, which may have "
4839
"insufficient privileges. Please recreate the trigger."
4841
#: drizzled/error.cc:944
4843
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
4846
#: drizzled/error.cc:946
4849
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
4850
"exceeded for routine %.192s"
4853
#: drizzled/error.cc:948
4856
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
4857
"contains bad data (internal code %d)"
4860
#: drizzled/error.cc:950
4862
msgid "Incorrect routine name '%-.192s'"
4865
#: drizzled/error.cc:952
4867
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
4870
#: drizzled/error.cc:954
4871
msgid "AGGREGATE is not supported for stored functions"
4874
#: drizzled/error.cc:956
4877
"Can't create more than max_prepared_stmt_count statements (current value: %"
4881
#: drizzled/error.cc:958
4883
msgid "`%-.192s`.`%-.192s` contains view recursion"
4886
#: drizzled/error.cc:960
4888
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
4891
#: drizzled/error.cc:962
4892
msgid "The used table type doesn't support SPATIAL indexes"
4895
#: drizzled/error.cc:964
4896
msgid "Triggers can not be created on system tables"
4899
#: drizzled/error.cc:966
4901
msgid "Leading spaces are removed from name '%s'"
4904
#: drizzled/error.cc:968
4905
msgid "Failed to read auto-increment value from storage engine"
4908
#: drizzled/error.cc:970
4912
#: drizzled/error.cc:972
4916
#: drizzled/error.cc:974
4918
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
4921
#: drizzled/error.cc:976
4923
msgid "The target table %-.100s of the %s is not insertable-into"
4926
#: drizzled/error.cc:978
4929
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
4932
#: drizzled/error.cc:980
4933
msgid "Too high level of nesting for select"
4936
#: drizzled/error.cc:982
4938
msgid "Name '%-.64s' has become ''"
4941
#: drizzled/error.cc:984
4943
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
4944
"optional and non-empty FIELDS ENCLOSED BY"
4947
#: drizzled/error.cc:986
4949
msgid "The foreign server, %s, you are trying to create already exists."
4952
#: drizzled/error.cc:988
4955
"The foreign server name you are trying to reference does not exist. Data "
4956
"source error: %-.64s"
4959
#: drizzled/error.cc:990
4962
"Table storage engine '%-.64s' does not support the create option '%.64s'"
4965
#: drizzled/error.cc:992
4968
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
4972
#: drizzled/error.cc:994
4974
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
4977
#: drizzled/error.cc:996
4978
msgid "MAXVALUE can only be used in last partition definition"
4981
#: drizzled/error.cc:998
4982
msgid "Subpartitions can only be hash partitions and by key"
4985
#: drizzled/error.cc:1000
4986
msgid "Must define subpartitions on all partitions if on one partition"
4989
#: drizzled/error.cc:1002
4990
msgid "Wrong number of partitions defined, mismatch with previous setting"
4993
#: drizzled/error.cc:1004
4994
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
4997
#: drizzled/error.cc:1006
4998
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
5001
#: drizzled/error.cc:1008
5002
msgid "Expression in RANGE/LIST VALUES must be constant"
5005
#: drizzled/error.cc:1010
5006
msgid "Field in list of fields for partition function not found in table"
5009
#: drizzled/error.cc:1012
5010
msgid "List of fields is only allowed in KEY partitions"
5013
#: drizzled/error.cc:1014
5015
"The partition info in the frm file is not consistent with what can be "
5016
"written into the frm file"
5019
#: drizzled/error.cc:1016
5021
msgid "The %-.192s function returns the wrong type"
5024
#: drizzled/error.cc:1018
5026
msgid "For %-.64s partitions each partition must be defined"
5029
#: drizzled/error.cc:1020
5030
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
5033
#: drizzled/error.cc:1022
5034
msgid "VALUES value must be of same type as partition function"
5037
#: drizzled/error.cc:1024
5038
msgid "Multiple definition of same constant in list partitioning"
5041
#: drizzled/error.cc:1026
5042
msgid "Partitioning can not be used stand-alone in query"
5045
#: drizzled/error.cc:1028
5047
"The mix of handlers in the partitions is not allowed in this version of MySQL"
5050
#: drizzled/error.cc:1030
5052
msgid "For the partitioned engine it is necessary to define all %-.64s"
5055
#: drizzled/error.cc:1032
5056
msgid "Too many partitions (including subpartitions) were defined"
5059
#: drizzled/error.cc:1034
5061
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
5062
"partitioning for subpartitioning"
5065
#: drizzled/error.cc:1036
5066
msgid "Failed to create specific handler file"
5069
#: drizzled/error.cc:1038
5070
msgid "A BLOB field is not allowed in partition function"
5073
#: drizzled/error.cc:1040
5075
msgid "A %-.192s must include all columns in the table's partitioning function"
5078
#: drizzled/error.cc:1042
5080
msgid "Number of %-.64s = 0 is not an allowed value"
5083
#: drizzled/error.cc:1044
5084
msgid "Partition management on a not partitioned table is not possible"
5087
#: drizzled/error.cc:1046
5089
"Foreign key condition is not yet supported in conjunction with partitioning"
5092
#: drizzled/error.cc:1048
5094
msgid "Error in list of partitions to %-.64s"
5097
#: drizzled/error.cc:1050
5098
msgid "Cannot remove all partitions, use DROP TABLE instead"
5101
#: drizzled/error.cc:1052
5102
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5105
#: drizzled/error.cc:1054
5107
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
5111
#: drizzled/error.cc:1056
5113
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
5114
"tables using HASH PARTITIONs"
5117
#: drizzled/error.cc:1058
5119
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5122
#: drizzled/error.cc:1060
5123
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5126
#: drizzled/error.cc:1062
5127
msgid "At least one partition must be added"
5130
#: drizzled/error.cc:1064
5131
msgid "At least one partition must be coalesced"
5134
#: drizzled/error.cc:1066
5135
msgid "More partitions to reorganise than there are partitions"
5138
#: drizzled/error.cc:1068
5140
msgid "Duplicate partition name %-.192s"
5143
#: drizzled/error.cc:1070
5144
msgid "It is not allowed to shut off binlog on this command"
5147
#: drizzled/error.cc:1072
5148
msgid "When reorganising a set of partitions they must be in consecutive order"
5151
#: drizzled/error.cc:1074
5153
"Reorganize of range partitions cannot change total ranges except for last "
5154
"partition where it can extend the range"
5157
#: drizzled/error.cc:1076
5158
msgid "Partition function not supported in this version for this handler"
5161
#: drizzled/error.cc:1078
5162
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5165
#: drizzled/error.cc:1080
5167
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5170
#: drizzled/error.cc:1082
5172
msgid "Plugin '%-.192s' is not loaded"
5175
#: drizzled/error.cc:1084
5177
msgid "Incorrect %-.32s value: '%-.128s'"
5180
#: drizzled/error.cc:1086
5182
msgid "Table has no partition for value %-.64s"
5185
#: drizzled/error.cc:1088
5187
msgid "It is not allowed to specify %s more than once"
5190
#: drizzled/error.cc:1090 drizzled/error.cc:1226
5192
msgid "Failed to create %s"
5195
#: drizzled/error.cc:1092 drizzled/error.cc:1116
5197
msgid "Failed to drop %s"
5200
#: drizzled/error.cc:1094
5201
msgid "The handler doesn't support autoextend of tablespaces"
5204
#: drizzled/error.cc:1096
5206
"A size parameter was incorrectly specified, either number or on the form 10M"
5209
#: drizzled/error.cc:1098
5211
"The size number was correct but we don't allow the digit part to be more "
5215
#: drizzled/error.cc:1100
5217
msgid "Failed to alter: %s"
5220
#: drizzled/error.cc:1102
5221
msgid "Writing one row to the row-based binary log failed"
5224
#: drizzled/error.cc:1104
5226
msgid "Table definition on master and slave does not match: %s"
5229
#: drizzled/error.cc:1106
5231
"Slave running with --log-slave-updates must use row-based binary logging to "
5232
"be able to replicate row-based binary log events"
5235
#: drizzled/error.cc:1108
5237
msgid "Event '%-.192s' already exists"
5240
#: drizzled/error.cc:1110
5242
msgid "Failed to store event %s. Error code %d from storage engine."
5245
#: drizzled/error.cc:1112
5247
msgid "Unknown event '%-.192s'"
5250
#: drizzled/error.cc:1114
5252
msgid "Failed to alter event '%-.192s'"
5255
#: drizzled/error.cc:1118
5256
msgid "INTERVAL is either not positive or too big"
5259
#: drizzled/error.cc:1120
5260
msgid "ENDS is either invalid or before STARTS"
5263
#: drizzled/error.cc:1122
5264
msgid "Event execution time is in the past. Event has been disabled"
5267
#: drizzled/error.cc:1124
5268
msgid "Failed to open mysql.event"
5271
#: drizzled/error.cc:1126
5272
msgid "No datetime expression provided"
5275
#: drizzled/error.cc:1128
5278
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5279
"probably corrupted"
5282
#: drizzled/error.cc:1130
5284
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5287
#: drizzled/error.cc:1132
5288
msgid "Failed to delete the event from mysql.event"
5291
#: drizzled/error.cc:1134
5292
msgid "Error during compilation of event's body"
5295
#: drizzled/error.cc:1136
5296
msgid "Same old and new event name"
5299
#: drizzled/error.cc:1138
5301
msgid "Data for column '%s' too long"
5304
#: drizzled/error.cc:1140
5306
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5309
#: drizzled/error.cc:1142
5312
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5316
#: drizzled/error.cc:1144
5317
msgid "You can't write-lock a log table. Only read access is possible"
5320
#: drizzled/error.cc:1146
5321
msgid "You can't use locks with log tables."
5324
#: drizzled/error.cc:1148
5327
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5328
"d would lead to a duplicate entry"
5331
#: drizzled/error.cc:1150
5334
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5335
"%d, now running %d. Please use mysql_upgrade to fix this error."
5338
#: drizzled/error.cc:1152
5340
"Cannot switch out of the row-based binary log format when the session has "
5341
"open temporary tables"
5344
#: drizzled/error.cc:1154
5346
"Cannot change the binary logging format inside a stored function or trigger"
5349
#: drizzled/error.cc:1156
5351
"The NDB cluster engine does not support changing the binlog format on the "
5355
#: drizzled/error.cc:1158
5356
msgid "Cannot create temporary table with partitions"
5359
#: drizzled/error.cc:1160
5360
msgid "Partition constant is out of partition function domain"
5363
#: drizzled/error.cc:1162
5364
msgid "This partition function is not allowed"
5367
#: drizzled/error.cc:1164
5368
msgid "Error in DDL log"
5371
#: drizzled/error.cc:1166
5372
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5375
#: drizzled/error.cc:1168
5376
msgid "Incorrect partition name"
5379
#: drizzled/error.cc:1170
5381
"Transaction isolation level can't be changed while a transaction is in "
5385
#: drizzled/error.cc:1172
5388
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5389
"'%-.192s' for key '%-.192s'"
5392
#: drizzled/error.cc:1174
5394
msgid "Internal scheduler error %d"
5397
#: drizzled/error.cc:1176
5399
msgid "Error during starting/stopping of the scheduler. Error code %u"
5402
#: drizzled/error.cc:1178
5403
msgid "Engine cannot be used in partitioned tables"
5406
#: drizzled/error.cc:1180
5408
msgid "Cannot activate '%-.64s' log"
5411
#: drizzled/error.cc:1182
5412
msgid "The server was not built with row-based replication"
5415
#: drizzled/error.cc:1184
5416
msgid "Decoding of base64 string failed"
5419
#: drizzled/error.cc:1186
5420
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5423
#: drizzled/error.cc:1188
5425
"Cannot proceed because system tables used by Event Scheduler were found "
5426
"damaged at server start"
5429
#: drizzled/error.cc:1190
5430
msgid "Only integers allowed as number here"
5433
#: drizzled/error.cc:1192
5434
msgid "This storage engine cannot be used for log tables"
5437
#: drizzled/error.cc:1194
5439
msgid "You cannot '%s' a log table if logging is enabled"
5442
#: drizzled/error.cc:1196
5445
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5446
"rename two tables: the log table to an archive table and another table back "
5450
#: drizzled/error.cc:1198
5452
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5455
#: drizzled/error.cc:1200
5457
msgid "Incorrect parameters in the call to native function '%-.192s'"
5460
#: drizzled/error.cc:1202
5462
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5465
#: drizzled/error.cc:1204
5467
msgid "This function '%-.192s' has the same name as a native function"
5470
#: drizzled/error.cc:1206
5472
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5475
#: drizzled/error.cc:1208
5476
msgid "Too many files opened, please execute the command again"
5479
#: drizzled/error.cc:1210 drizzled/error.cc:1212
5481
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5482
"The event was dropped immediately after creation."
5485
#: drizzled/error.cc:1214
5487
msgid "The incident %s occured on the master. Message: %-.64s"
5490
#: drizzled/error.cc:1216
5491
msgid "Table has no partition for some existing values"
5494
#: drizzled/error.cc:1218
5495
msgid "Statement is not safe to log in statement format."
5498
#: drizzled/error.cc:1220
5500
msgid "Fatal error: %s"
5503
#: drizzled/error.cc:1222
5505
msgid "Relay log read failure: %s"
5508
#: drizzled/error.cc:1224
5510
msgid "Relay log write failure: %s"
5513
#: drizzled/error.cc:1228
5515
msgid "Master command %s failed: %s"
5518
#: drizzled/error.cc:1230
5520
msgid "Binary logging not possible. Message: %s"
5523
#: drizzled/error.cc:1232
5525
msgid "View `%-.64s`.`%-.64s` has no creation context"
5528
#: drizzled/error.cc:1234
5530
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5533
#: drizzled/error.cc:1236
5535
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5538
#: drizzled/error.cc:1238
5540
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5543
#: drizzled/error.cc:1240
5545
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5548
#: drizzled/error.cc:1242
5550
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5553
#: drizzled/error.cc:1244
5555
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5558
#: drizzled/error.cc:1246
5560
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5563
#: drizzled/error.cc:1248
5565
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5568
#: drizzled/error.cc:1250
5570
msgid "Ambiguous slave modes combination. %s"
5573
#: drizzled/error.cc:1252
5576
"The BINLOG statement of type `%s` was not preceded by a format description "
5580
#: drizzled/error.cc:1254
5581
msgid "Corrupted replication event was detected"
5584
#: drizzled/error.cc:1256
5586
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5589
#: drizzled/error.cc:1258
5591
msgid "Being purged log %s was not found"
5594
#: drizzled/error.cc:1260
5596
msgid "Converted to non-transactional lock on '%-.64s'"
5599
#: drizzled/error.cc:1262
5601
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5604
#: drizzled/error.cc:1264
5607
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5610
#: drizzled/error.cc:1266
5612
msgid "Can't access storage engine of table %-.64s"
5615
#: drizzled/error.cc:1268
5616
msgid "Starting backup process"
5619
#: drizzled/error.cc:1270
5620
msgid "Backup completed"
5623
#: drizzled/error.cc:1272
5624
msgid "Starting restore process"
5627
#: drizzled/error.cc:1274
5628
msgid "Restore completed"
5631
#: drizzled/error.cc:1276
5632
msgid "Nothing to backup"
5635
#: drizzled/error.cc:1278
5637
msgid "Database '%-.64s' cannot be included in a backup"
5640
#: drizzled/error.cc:1280
5642
"Error during backup operation - server's error log contains more information "
5646
#: drizzled/error.cc:1282
5648
"Error during restore operation - server's error log contains more "
5649
"information about the error"
5652
#: drizzled/error.cc:1284
5654
"Can't execute this command because another BACKUP/RESTORE operation is in "
5658
#: drizzled/error.cc:1286
5659
msgid "Error when preparing for backup operation"
5662
#: drizzled/error.cc:1288
5663
msgid "Error when preparing for restore operation"
5666
#: drizzled/error.cc:1290
5668
msgid "Invalid backup location '%-.64s'"
5671
#: drizzled/error.cc:1292
5673
msgid "Can't read backup location '%-.64s'"
5676
#: drizzled/error.cc:1294
5678
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5681
#: drizzled/error.cc:1296
5682
msgid "Can't enumerate server databases"
5685
#: drizzled/error.cc:1298
5686
msgid "Can't enumerate server tables"
5689
#: drizzled/error.cc:1300
5691
msgid "Can't enumerate tables in database %-.64s"
5694
#: drizzled/error.cc:1302
5696
msgid "Skipping view %-.64s in database %-.64s"
5699
#: drizzled/error.cc:1304
5701
msgid "Skipping table %-.64s since it has no valid storage engine"
5704
#: drizzled/error.cc:1306
5706
msgid "Can't open table %-.64s"
5709
#: drizzled/error.cc:1308
5710
msgid "Can't read backup archive preamble"
5713
#: drizzled/error.cc:1310
5714
msgid "Can't write backup archive preamble"
5717
#: drizzled/error.cc:1312
5719
msgid "Can't find backup driver for table %-.64s"
5722
#: drizzled/error.cc:1314
5725
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
5729
#: drizzled/error.cc:1316
5731
msgid "Can't create %-.64s backup driver"
5734
#: drizzled/error.cc:1318
5736
msgid "Can't create %-.64s restore driver"
5739
#: drizzled/error.cc:1320
5741
msgid "Found %d images in backup archive but maximum %d are supported"
5744
#: drizzled/error.cc:1322
5746
msgid "Error when saving meta-data of %-.64s"
5749
#: drizzled/error.cc:1324
5750
msgid "Error when reading meta-data list"
5753
#: drizzled/error.cc:1326
5755
msgid "Can't create %-.64s"
5758
#: drizzled/error.cc:1328
5759
msgid "Can't allocate buffer for image data transfer"
5762
#: drizzled/error.cc:1330
5764
msgid "Error when writing %-.64s backup image data (for table #%d)"
5767
#: drizzled/error.cc:1332
5768
msgid "Error when reading data from backup stream"
5771
#: drizzled/error.cc:1334
5772
msgid "Can't go to the next chunk in backup stream"
5775
#: drizzled/error.cc:1336
5777
msgid "Can't initialize %-.64s backup driver"
5780
#: drizzled/error.cc:1338
5782
msgid "Can't initialize %-.64s restore driver"
5785
#: drizzled/error.cc:1340
5787
msgid "Can't shut down %-.64s backup driver"
5790
#: drizzled/error.cc:1342
5792
msgid "Can't shut down %-.64s backup driver(s)"
5795
#: drizzled/error.cc:1344
5797
msgid "%-.64s backup driver can't prepare for synchronization"
5800
#: drizzled/error.cc:1346
5802
msgid "%-.64s backup driver can't create its image validity point"
5805
#: drizzled/error.cc:1348
5807
msgid "Can't unlock %-.64s backup driver after creating the validity point"
5810
#: drizzled/error.cc:1350
5812
msgid "%-.64s backup driver can't cancel its backup operation"
5815
#: drizzled/error.cc:1352
5817
msgid "%-.64s restore driver can't cancel its restore operation"
5820
#: drizzled/error.cc:1354
5822
msgid "Error when polling %-.64s backup driver for its image data"
5825
#: drizzled/error.cc:1356
5827
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
5830
#: drizzled/error.cc:1358
5833
"After %d attempts %-.64s restore driver still can't accept next block of data"
5836
#: drizzled/error.cc:1360
5838
msgid "Open and lock tables failed in %-.64s"
5841
#: drizzled/error.cc:1362
5842
msgid "Backup driver's table locking thread can not be initialized."
5845
#: drizzled/error.cc:1364
5847
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
5848
"and 'mysql.online_backup_progress'."
5851
#: drizzled/error.cc:1366
5853
msgid "Tablespace '%-.192s' already exists"
5856
#: drizzled/error.cc:1368
5858
msgid "Tablespace '%-.192s' doesn't exist"
5861
#: drizzled/error.cc:1370
5863
msgid "Unexpected master's heartbeat data: %s"
5866
#: drizzled/error.cc:1372
5868
msgid "The requested value for the heartbeat period %s %s"
5871
#: drizzled/error.cc:1374
5873
msgid "Can't write to the online backup progress log %-.64s."
5876
#: drizzled/error.cc:1376
5878
msgid "Tablespace '%-.192s' not empty"
5881
#: drizzled/error.cc:1378
5884
"Tablespace `%-.64s` needed by tables being restored has changed on the "
5885
"server. The original definition of the required tablespace is '%-.256s' "
5886
"while the same tablespace is defined on the server as '%-.256s'"
5889
#: drizzled/error.cc:1380
5890
msgid "A virtual column cannot be based on a virtual column"
5893
#: drizzled/error.cc:1382
5895
msgid "Non-deterministic expression for virtual column '%s'."
5898
#: drizzled/error.cc:1384
5901
"Generated value for virtual column '%s' cannot be converted to type '%s'."
5904
#: drizzled/error.cc:1386
5905
msgid "Primary key cannot be defined upon a virtual column."
5908
#: drizzled/error.cc:1388
5909
msgid "Key/Index cannot be defined on a non-stored virtual column."
5912
#: drizzled/error.cc:1390
5914
msgid "Cannot define foreign key with %s clause on a virtual column."
5917
#: drizzled/error.cc:1392
5919
msgid "The value specified for virtual column '%s' in table '%s' ignored."
5922
#: drizzled/error.cc:1394
5924
msgid "'%s' is not yet supported for virtual columns."
5927
#: drizzled/error.cc:1396
5928
msgid "Constant expression in virtual column function is not allowed."
5931
#: drizzled/errmsg.cc:44
5933
msgid "errmsg plugin '%s' init() failed."
5936
#: drizzled/errmsg.cc:70
5938
msgid "errmsg plugin '%s' deinit() failed."
5941
#: drizzled/errmsg.cc:111
5943
msgid "errmsg plugin '%s' errmsg_func() failed"
5946
#: drizzled/handler.cc:378
5947
msgid "Too many storage engines!"
5950
#: drizzled/handler.cc:382
5952
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
5955
#: drizzled/handler.cc:1228
5957
msgid "Found %d prepared transaction(s) in %s"
5960
#: drizzled/handler.cc:1280
5961
msgid "Starting crash recovery..."
5964
#: drizzled/handler.cc:1312
5966
msgid "Found %d prepared XA transactions"
5969
#: drizzled/handler.cc:1316
5972
"Found %d prepared transactions! It means that drizzled was not shut down "
5973
"properly last time and critical recovery information (last binlog or %s "
5974
"file) was manually deleted after a crash. You have to start drizzled with "
5975
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
5978
#: drizzled/handler.cc:1326
5979
msgid "Crash recovery finished."
5982
#: drizzled/log.cc:723
5983
msgid "I/O error reading the header from the binary log"
5986
#: drizzled/log.cc:730
5988
"Binlog has bad magic number; It's not a binary log file that can be used by "
5989
"this version of Drizzle"
5992
#: drizzled/log.cc:745
5994
msgid "Failed to open log (file '%s', errno %d)"
5997
#: drizzled/log.cc:747 drizzled/log.cc:755
5998
msgid "Could not open log file"
6001
#: drizzled/log.cc:753
6003
msgid "Failed to create a cache on log (file '%s')"
6006
#: drizzled/log.cc:907 drizzled/log.cc:1271
6009
"Could not use %s for logging (error %d). Turning logging off for the whole "
6010
"duration of the Drizzle server process. To turn it on again: fix the cause, "
6011
"shutdown the Drizzle server and restart it."
6014
#: drizzled/log.cc:1539 drizzled/log.cc:1570 drizzled/log.cc:1819
6015
#: drizzled/log.cc:1941
6017
msgid "Failed to delete file '%s'"
6020
#: drizzled/log.cc:1548 drizzled/log.cc:1827 drizzled/log.cc:1949
6023
"a problem with deleting %s; consider examining correspondence of your binlog "
6024
"index file to the actual binlog files"
6027
#: drizzled/log.cc:1675
6029
msgid "next log error: %d offset: %s log: %s included: %d"
6032
#: drizzled/log.cc:1785 drizzled/log.cc:1909
6034
msgid "Failed to execute stat() on file '%s'"
6037
#: drizzled/log.cc:1796 drizzled/log.cc:1920
6040
"a problem with getting info on being purged %s; consider examining "
6041
"correspondence of your binlog index file to the actual binlog files"
6044
#: drizzled/log.cc:3358 drizzled/log.cc:3851
6046
msgid "Recovering after a crash using %s"
6049
#: drizzled/log.cc:3361
6051
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
6054
#: drizzled/log.cc:3698
6055
msgid "Bad magic header in tc log"
6058
#: drizzled/log.cc:3708
6061
"Recovery failed! You must enable exactly %d storage engines that support two-"
6062
"phase commit protocol"
6065
#: drizzled/log.cc:3736
6067
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6068
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
6069
"heuristic-recover={commit|rollback}"
6072
#: drizzled/log.cc:3766
6073
msgid "Heuristic crash recovery mode"
6076
#: drizzled/log.cc:3768
6077
msgid "Heuristic crash recovery failed"
6080
#: drizzled/log.cc:3769
6081
msgid "Please restart mysqld without --tc-heuristic-recover"
6084
#: drizzled/log.cc:3813 drizzled/log.cc:3837
6086
msgid "find_log_pos() failed (error: %d)"
6089
#: drizzled/log.cc:3950
6091
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6092
"of memory error) and restart, or delete (or rename) binary log and start "
6093
"mysqld with --tc-heuristic-recover={commit|rollback}"
6096
#: drizzled/log_event.cc:126
6098
msgid " %s, Error_code: %d;"
6101
#: drizzled/log_event.cc:130
6104
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
6105
"master log %s, end_log_pos %lu"
6108
#: drizzled/log_event.cc:136
6112
#: drizzled/log_event.cc:878
6115
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
6118
#: drizzled/log_event.cc:1768
6121
"Query partially completed on the master (error on master: %d) and was "
6122
"aborted. There is a chance that your master is inconsistent at this point. "
6123
"If you are sure that your master is ok, run this query manually on the slave "
6124
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
6125
"SLAVE; . Query: '%s'"
6128
#: drizzled/log_event.cc:1794
6131
"Query caused differenxt errors on master and slave.\n"
6132
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
6133
"Default database: '%s'. Query: '%s'"
6136
#: drizzled/log_event.cc:1799
6139
msgstr "Unknown error %d"
6141
#: drizzled/log_event.cc:1819
6143
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
6146
#: drizzled/log_event.cc:1821 drizzled/log_event.cc:5002
6147
#: drizzled/log_event.cc:5047 drizzled/log_event.cc:5818
6148
msgid "unexpected success or fatal error"
6151
#: drizzled/log_event.cc:2337
6153
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
6154
"probable cause is that the master died while writing the transaction to its "
6155
"binary log, thus rolled back too."
6158
#: drizzled/log_event.cc:3003
6161
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6162
"produced %ld warning(s). Default database: '%s'"
6165
#: drizzled/log_event.cc:3053
6168
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
6171
#: drizzled/log_event.cc:3065
6173
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
6176
#: drizzled/log_event.cc:3780
6178
msgid "Out of memory while recording slave event"
6179
msgstr "Out of memory in engine"
6181
#: drizzled/log_event.cc:4029 drizzled/log_event.cc:4055
6183
msgid "Error in Create_file event: could not open file '%s'"
6186
#: drizzled/log_event.cc:4041
6188
msgid "Error in Create_file event: could not write to file '%s'"
6191
#: drizzled/log_event.cc:4062
6193
msgid "Error in Create_file event: write to '%s' failed"
6196
#: drizzled/log_event.cc:4176
6198
msgid "Error in %s event: could not create file '%s'"
6201
#: drizzled/log_event.cc:4185
6203
msgid "Error in %s event: could not open file '%s'"
6206
#: drizzled/log_event.cc:4192
6208
msgid "Error in %s event: write to '%s' failed"
6211
#: drizzled/log_event.cc:4354
6213
msgid "Error in Exec_load event: could not open file '%s'"
6216
#: drizzled/log_event.cc:4364
6218
msgid "Error in Exec_load event: file '%s' appears corrupted"
6221
#: drizzled/log_event.cc:4394
6223
msgid "%s. Failed executing load from '%s'"
6226
#: drizzled/log_event.cc:4567
6228
msgid "Not enough memory"
6229
msgstr "Out of memory"
6231
#: drizzled/log_event.cc:4999
6233
msgid "Error '%s' in %s event: when locking tables"
6236
#: drizzled/log_event.cc:5009
6238
msgid "Error in %s event: when locking tables"
6241
#: drizzled/log_event.cc:5044
6243
msgid "Error '%s' on reopening tables"
6246
#: drizzled/log_event.cc:5400
6248
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6251
#: drizzled/log_event.cc:5815
6253
msgid "Error '%s' on opening table `%s`.`%s`"
6256
#. TRANSLATORS: The leading word "logging" is the name
6257
#. of the plugin api, and so should not be translated.
6258
#: drizzled/logging.cc:62
6260
msgid "logging plugin '%s' deinit() failed"
6263
#. TRANSLATORS: The leading word "logging" is the name
6264
#. of the plugin api, and so should not be translated.
6265
#: drizzled/logging.cc:85
6267
msgid "logging plugin '%s' logging_pre() failed"
6270
#. TRANSLATORS: The leading word "logging" is the name
6271
#. of the plugin api, and so should not be translated.
6272
#: drizzled/logging.cc:118
6274
msgid "logging plugin '%s' logging_post() failed"
6277
#. TRANSLATORS: The leading word "parser" is the name
6278
#. of the plugin api, and so should not be translated.
6279
#: drizzled/parser.cc:40
6281
msgid "parser plugin '%s' init() failed"
6284
#. TRANSLATORS: The leading word "parser" is the name
6285
#. of the plugin api, and so should not be translated.
6286
#: drizzled/parser.cc:62
6288
msgid "parser plugin '%s' deinit() failed"
6291
#. TRANSLATORS: The leading word "parser" is the name
6292
#. of the plugin api, and so should not be translated.
6293
#: drizzled/parser.cc:98
6295
msgid "parser plugin '%s' parser_func1() failed"
6298
#. TRANSLATORS: The leading word "parser" is the name
6299
#. of the plugin api, and so should not be translated.
6300
#: drizzled/parser.cc:152
6302
msgid "parser plugin '%s' parser_func2() failed"
6305
#. TRANSLATORS: The leading word "qcache" is the name
6306
#. of the plugin api, and so should not be translated.
6307
#: drizzled/qcache.cc:40
6309
msgid "qcache plugin '%s' init() failed"
6312
#. TRANSLATORS: The leading word "qcache" is the name
6313
#. of the plugin api, and so should not be translated.
6314
#: drizzled/qcache.cc:62
6316
msgid "qcache plugin '%s' deinit() failed"
6319
#. TRANSLATORS: The leading word "qcache" is the name
6320
#. of the plugin api, and so should not be translated.
6321
#: drizzled/qcache.cc:98
6323
msgid "qcache plugin '%s' do1() failed"
6326
#. TRANSLATORS: The leading word "qcache" is the name
6327
#. of the plugin api, and so should not be translated.
6328
#: drizzled/qcache.cc:152
6330
msgid "qcache plugin '%s' qcache_func2() failed"
6333
#: drizzled/rpl_mi.cc:251 drizzled/slave.cc:1085 drizzled/slave.cc:2112
6334
msgid "Failed to flush master info file"
6337
#: drizzled/rpl_reporting.cc:44
6339
msgid "Slave %s: %s%s Error_code: %d"
6342
#: drizzled/rpl_rli.cc:145
6345
"Neither --relay-log nor --relay-log-index were used; so replication may "
6346
"break when this MySQL server acts as a slave and has his hostname changed!! "
6347
"Please use '--relay-log=%s' to avoid this problem."
6349
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
6350
"replication may break when this Drizzle server acts as a master and has his "
6351
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
6353
#: drizzled/rpl_rli.cc:162
6354
msgid "Failed in open_log() called from init_relay_log_info()"
6357
#: drizzled/rpl_rli.cc:184
6358
msgid "Failed to flush relay log info file"
6361
#: drizzled/rpl_rli.cc:187
6363
msgid "Error counting relay log space"
6364
msgstr "Error connecting to slave:"
6366
#: drizzled/rpl_rli.cc:211
6368
msgid "log %s listed in the index, but failed to stat"
6371
#: drizzled/rpl_rli.cc:226
6372
msgid "Could not find first log while counting relay log space"
6375
#: drizzled/rpl_rli.cc:880
6376
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6379
#: drizzled/rpl_utility.cc:117
6381
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6384
#: drizzled/rpl_utility.cc:132
6387
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6388
"Master's column size should be <= the slave's column size."
6391
#: drizzled/scheduler.cc:129
6392
msgid "Memory allocation error in session_scheduler::init\n"
6395
#: drizzled/scheduler.cc:206
6396
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6399
#: drizzled/scheduler.cc:212
6400
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6403
#: drizzled/scheduler.cc:224
6404
msgid "session_add_event event_add error in libevent_init\n"
6407
#: drizzled/scheduler.cc:240
6409
msgid "Can't create completion port thread (error %d)"
6412
#: drizzled/scheduler.cc:353
6413
msgid "event_add error in libevent_add_session_callback\n"
6416
#: drizzled/scheduler.cc:379
6417
msgid "Scheduler init error in libevent_add_new_connection\n"
6420
#: drizzled/scheduler.cc:460
6421
msgid "libevent_thread_proc: my_thread_init() failed\n"
6424
#. TRANSLATORS: The leading word "scheduling" is the name
6425
#. of the plugin api, and so should not be translated.
6426
#: drizzled/scheduling.cc:40
6428
msgid "scheduling plugin '%s' init() failed"
6431
#. TRANSLATORS: The leading word "scheduling" is the name
6432
#. of the plugin api, and so should not be translated.
6433
#: drizzled/scheduling.cc:62
6435
msgid "scheduling plugin '%s' deinit() failed"
6438
#. TRANSLATORS: The leading word "scheduling" is the name
6439
#. of the plugin api, and so should not be translated.
6440
#: drizzled/scheduling.cc:98
6442
msgid "scheduling plugin '%s' scheduling_func1() failed"
6445
#. TRANSLATORS: The leading word "scheduling" is the name
6446
#. of the plugin api, and so should not be translated.
6447
#: drizzled/scheduling.cc:152
6449
msgid "scheduling plugin '%s' scheduling_func2() failed"
6452
#: drizzled/set_var.cc:802
6453
msgid "Ambiguous slave modes combination. STRICT will be used"
6456
#: drizzled/slave.cc:96
6457
msgid "Waiting to reconnect after a failed registration on master"
6460
#: drizzled/slave.cc:97
6462
"Slave I/O thread killed while waitnig to reconnect after a failed "
6463
"registration on master"
6466
#: drizzled/slave.cc:99
6467
msgid "Reconnecting after a failed registration on master"
6470
#: drizzled/slave.cc:100
6473
"failed registering on master, reconnecting to try again, log '%s' at postion "
6477
#: drizzled/slave.cc:103 drizzled/slave.cc:112
6478
msgid "Slave I/O thread killed during or after reconnect"
6481
#: drizzled/slave.cc:106
6482
msgid "Waiting to reconnect after a failed binlog dump request"
6485
#: drizzled/slave.cc:107
6486
msgid "Slave I/O thread killed while retrying master dump"
6489
#: drizzled/slave.cc:108
6490
msgid "Reconnecting after a failed binlog dump request"
6493
#: drizzled/slave.cc:109
6495
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6498
#: drizzled/slave.cc:115
6499
msgid "Waiting to reconnect after a failed master event read"
6502
#: drizzled/slave.cc:116
6503
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6506
#: drizzled/slave.cc:118
6507
msgid "Reconnecting after a failed master event read"
6510
#: drizzled/slave.cc:119
6513
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6517
#: drizzled/slave.cc:122
6519
"Slave I/O thread killed during or after a reconnect done to recover from "
6523
#: drizzled/slave.cc:236
6524
msgid "Failed to allocate memory for the master info structure"
6527
#: drizzled/slave.cc:242 drizzled/slave.cc:1784
6528
msgid "Failed to initialize the master info structure"
6531
#: drizzled/slave.cc:257
6532
msgid "Failed to create slave threads"
6535
#: drizzled/slave.cc:454
6536
msgid "Server id not set, will not start slave"
6539
#: drizzled/slave.cc:622
6541
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6542
"updates to a non-transactional table without any primary key. There is a "
6543
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6544
"check your tables' contents after restart."
6547
#: drizzled/slave.cc:783 drizzled/slave.cc:798
6548
msgid "Master reported unrecognized DRIZZLE version"
6549
msgstr "Master reported unrecognised DRIZZLE version"
6551
#: drizzled/slave.cc:839
6552
msgid "default Format_description_log_event"
6555
#: drizzled/slave.cc:861
6558
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6559
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6562
#: drizzled/slave.cc:888
6564
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6565
"server ids; these ids must be different for replication to work (or the --"
6566
"replicate-same-server-id option must be used on slave but this doesnot "
6567
"always make sense; please check the manual before using it)."
6570
#: drizzled/slave.cc:933
6572
"The slave I/O thread stops because master and slave have different values "
6573
"for the COLLATION_SERVER global variable. The values must be equal for "
6574
"replication to work"
6577
#: drizzled/slave.cc:969
6579
"The slave I/O thread stops because master and slave have different values "
6580
"for the TIME_ZONE global variable. The values must be equal for replication "
6584
#: drizzled/slave.cc:1034
6585
msgid "Waiting for the slave SQL thread to free enough relay log space"
6588
#: drizzled/slave.cc:1080
6590
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6594
#: drizzled/slave.cc:1091
6595
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6598
#: drizzled/slave.cc:1440
6600
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6603
#: drizzled/slave.cc:1493
6605
msgid "Error reading packet from server: %s ( server_errno=%d)"
6608
#: drizzled/slave.cc:1501
6610
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6613
#: drizzled/slave.cc:1655
6616
"It was not possible to update the positions of the relay log information: "
6617
"the slave may be in an inconsistent state. Stopped in %s position %s"
6620
#: drizzled/slave.cc:1730 drizzled/slave.cc:2322
6622
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6625
#: drizzled/slave.cc:1789 drizzled/slave.cc:2271
6627
msgid "Error initializing relay log position: %s"
6630
#: drizzled/slave.cc:1805
6633
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6634
"Consider raising the value of the slave_transaction_retries variable."
6637
#: drizzled/slave.cc:1828
6639
"Could not parse relay log event entry. The possible reasons are: the "
6640
"master's binary log is corrupted (you can check this by running "
6641
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6642
"can check this by running 'mysqlbinlog' on the relay log), a network "
6643
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6644
"check the master's binary log or slave's relay log, you will be able to know "
6645
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6648
#: drizzled/slave.cc:1949
6649
msgid "Failed during slave I/O thread initialization"
6652
#: drizzled/slave.cc:1963
6653
msgid "error in drizzle_create()"
6656
#: drizzled/slave.cc:1971
6659
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6660
"'%s' at position %s"
6663
#: drizzled/slave.cc:1985
6664
msgid "Slave I/O thread killed while connecting to master"
6667
#: drizzled/slave.cc:2009
6668
msgid "Slave I/O thread couldn't register on master"
6671
#: drizzled/slave.cc:2021 drizzled/slave.cc:2045 drizzled/slave.cc:2069
6672
msgid "Forcing to reconnect slave I/O thread"
6675
#: drizzled/slave.cc:2034
6676
msgid "Failed on request_dump()"
6679
#: drizzled/slave.cc:2035
6680
msgid "Slave I/O thread killed while requesting master dump"
6683
#: drizzled/slave.cc:2061
6684
msgid "Waiting for master to send event"
6687
#: drizzled/slave.cc:2063
6688
msgid "Slave I/O thread killed while reading event"
6691
#: drizzled/slave.cc:2081
6694
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6695
"entry is correct, restart the server with a higher value of "
6696
"max_allowed_packet"
6699
#: drizzled/slave.cc:2095
6700
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6703
#: drizzled/slave.cc:2105
6704
msgid "Queueing master event to the relay log"
6707
#: drizzled/slave.cc:2132
6708
msgid "Slave I/O thread aborted while waiting for relay log space"
6711
#: drizzled/slave.cc:2142
6713
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6716
#: drizzled/slave.cc:2163
6717
msgid "Waiting for slave mutex on exit"
6720
#: drizzled/slave.cc:2227
6721
msgid "Failed during slave thread initialization"
6724
#: drizzled/slave.cc:2293
6727
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6728
"s, relay log '%s' position: %s"
6731
#: drizzled/slave.cc:2307
6732
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6735
#: drizzled/slave.cc:2333
6736
msgid "Reading event from the relay log"
6739
#: drizzled/slave.cc:2358
6741
msgid "Slave (additional info): %s Error_code: %d"
6744
#: drizzled/slave.cc:2375
6746
msgid "Slave: %s Error_code: %d"
6749
#: drizzled/slave.cc:2378
6752
"Error loading user-defined library, slave SQL thread aborted. Install the "
6753
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6754
"stopped at log '%s' position %s"
6757
#: drizzled/slave.cc:2386
6760
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6761
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6764
#: drizzled/slave.cc:2398
6767
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6770
#: drizzled/slave.cc:2492
6772
msgid "Slave I/O: failed requesting download of '%s'"
6775
#: drizzled/slave.cc:2509
6777
msgid "Network read error downloading '%s' from master"
6780
#: drizzled/slave.cc:2531
6781
msgid "error writing Exec_load event to relay log"
6784
#: drizzled/slave.cc:2545
6785
msgid "error writing Create_file event to relay log"
6788
#: drizzled/slave.cc:2560
6789
msgid "error writing Append_block event to relay log"
6792
#: drizzled/slave.cc:2656
6793
msgid "Memory allocation failed"
6796
#: drizzled/slave.cc:2681 drizzled/slave.cc:2767
6799
"Read invalid event from master: '%s', master could be corrupt but a more "
6800
"likely cause of this is a bug"
6803
#: drizzled/slave.cc:3039
6804
msgid "could not queue event from master"
6807
#: drizzled/slave.cc:3129
6809
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6812
#: drizzled/slave.cc:3131
6813
msgid "reconnecting"
6816
#: drizzled/slave.cc:3131
6820
#: drizzled/slave.cc:3155
6823
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6827
#: drizzled/slave.cc:3516
6829
msgid "next log '%s' is currently active"
6832
#: drizzled/slave.cc:3546
6834
msgid "next log '%s' is not active"
6837
#: drizzled/slave.cc:3562
6840
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6843
#: drizzled/slave.cc:3568
6844
msgid "Aborting slave SQL thread because of partial event read"
6847
#: drizzled/slave.cc:3574 drizzled/slave.cc:3581
6849
msgid "Error reading relay log event: %s"
6852
#: drizzled/slave.cc:3575
6853
msgid "slave SQL thread was killed"
6856
#: drizzled/slave.cc:3673
6859
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6860
"check error log on slave for more info"
6863
#: drizzled/slave.cc:3679
6866
"According to the master's version ('%s'), it is probable that master suffers "
6867
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
6868
"current binary log event may make the slave's data become different from the "
6869
"master's data. To take no risk, slave refuses to replicate this event and "
6870
"stops. We recommend that all updates be stopped on the master and slave, "
6871
"that the data of both be manually synchronized, that master's binary logs be "
6872
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
6873
"Then replication can be restarted."
6876
#: drizzled/sql_base.cc:2546
6878
msgid "Table %s had a open data handler in reopen_table"
6881
#: drizzled/sql_base.cc:3197
6883
msgid "Couldn't repair table: %s.%s"
6886
#: drizzled/sql_base.cc:3240
6889
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6890
"s`.`%s`' to the binary log"
6893
#: drizzled/sql_base.cc:3953
6895
msgid "Could not remove temporary table: '%s', error: %d"
6898
#: drizzled/sql_db.cc:399 drizzled/sql_db.cc:407
6900
msgid "Error while loading database options: '%s':"
6903
#: drizzled/sql_plugin.cc:678
6905
msgid "Plugin '%s' of type %s failed deinitialization"
6908
#: drizzled/sql_plugin.cc:692
6910
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6913
#: drizzled/sql_plugin.cc:812
6915
msgid "Plugin '%s' registration as a %s failed."
6918
#: drizzled/sql_plugin.cc:1066
6919
msgid "plugin-load parameter too long"
6922
#: drizzled/sql_plugin.cc:1126
6924
msgid "Couldn't load plugin named '%s' with soname '%s'."
6927
#: drizzled/sql_plugin.cc:1177
6929
msgid "Forcing shutdown of %d plugins"
6932
#: drizzled/sql_plugin.cc:1199
6934
msgid "Plugin '%s' will be forced to shutdown"
6937
#: drizzled/sql_plugin.cc:1215
6939
msgid "Plugin '%s' has ref_count=%d after shutdown."
6942
#: drizzled/sql_plugin.cc:2464 drizzled/sql_plugin.cc:2527
6944
msgid "Unknown variable type code 0x%x in plugin '%s'."
6947
#: drizzled/sql_plugin.cc:2507
6950
"Server variable %s of plugin %s was forced to be read-only: string variable "
6951
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6954
#: drizzled/sql_plugin.cc:2538
6956
msgid "Missing variable name in plugin '%s'."
6959
#: drizzled/sql_plugin.cc:2555
6961
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6964
#: drizzled/sql_plugin.cc:2674
6966
msgid "Out of memory for plugin '%s'."
6969
#: drizzled/sql_plugin.cc:2681
6971
msgid "Bad options for plugin '%s'."
6974
#: drizzled/sql_plugin.cc:2690
6976
msgid "Parsing options for plugin '%s' failed."
6979
#: drizzled/sql_plugin.cc:2733
6981
msgid "Plugin '%s' has conflicting system variables"
6984
#: drizzled/sql_plugin.cc:2743
6986
msgid "Plugin '%s' disabled by command line option"
6989
#: drizzled/sql_repl.cc:101
6990
msgid "Failed in send_file() while reading file name"
6993
#: drizzled/sql_repl.cc:114
6994
msgid "Failed in send_file() on open of file"
6997
#: drizzled/sql_repl.cc:122
6998
msgid "Failed in send_file() while writing data to client"
7001
#: drizzled/sql_repl.cc:131
7002
msgid "Failed in send_file() while negotiating file transfer close"
7005
#: drizzled/sql_table.cc:82
7007
msgid "Invalid (old?) table or database name '%s'"
7010
#: drizzled/sql_table.cc:2716
7012
msgid "Unknown - internal error %d during operation"
7015
#: drizzled/sql_table.cc:5011
7017
msgid "Could not open table %s.%s after rename\n"
7020
#: drizzled/sql_table.cc:5178
7023
"order_st BY ignored because there is a user-defined clustered index in the "
7027
#: drizzled/sql_udf.cc:39
7028
msgid "Can't allocate memory for udf structures"
7031
#: drizzled/table.cc:507
7034
"'%s' had no or invalid character set, and default character set is multi-"
7035
"byte, so character column sizes may have changed"
7038
#: drizzled/table.cc:2082
7040
msgid "Unknown collation '%s' in table '%-.64s' definition"
7043
#: drizzled/table.cc:2089
7046
"Table '%-.64s' was created with a different version of MySQL and cannot be "
7050
#: drizzled/table.cc:2700
7053
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
7057
#: drizzled/table.cc:2726
7060
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7061
"have type %s, found type %s."
7064
#: drizzled/table.cc:2735
7067
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7068
"position %d to have character set '%s' but the type has no character set."
7071
#: drizzled/table.cc:2745
7074
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7075
"position %d to have character set '%s' but found character set '%s'."
7078
#: drizzled/table.cc:2756
7081
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7082
"have type %s but the column is not found."
7085
#: drizzled/table.cc:5182
7087
msgid "Got error %d when reading table '%s'"
7090
#: drizzled/tztime.cc:1054
7092
msgid "Fatal error: Illegal or unknown default time zone '%s'"
7095
#: plugin/errmsg_stderr/errmsg_stderr.cc:76
7097
msgid "Error Messages to stderr"
7098
msgstr "Error connecting to master:"
7100
#: plugin/logging_query/logging_query.cc:120
7103
"thread_id=%ld query_id=%ld t_connect=%lld t_start=%lld t_lock=%lld command=%."
7104
"*s rows_sent=%ld rows_examined=%u\n"
7105
" db=\"%.*s\" query=\"%.*s\"\n"
7108
#: plugin/logging_query/logging_query.cc:161
7110
msgid "fail open() fn=%s er=%s\n"
7113
#: plugin/logging_query/logging_query.cc:201
7114
msgid "File to log to"
7117
#: plugin/logging_query/logging_query.cc:210
7118
msgid "Enable logging"
7121
#: plugin/logging_query/logging_query.cc:219
7122
msgid "Disable after this many seconds. Zero for forever"
7125
#: plugin/logging_query/logging_query.cc:232
7126
msgid "Threshold for logging slow queries, in microseconds"
7129
#: plugin/logging_query/logging_query.cc:245
7130
msgid "Threshold for logging big queries, for rows returned"
7133
#: plugin/logging_query/logging_query.cc:258
7134
msgid "Threshold for logging big queries, for rows examined"
7137
#: plugin/logging_query/logging_query.cc:281
7138
msgid "Log queries to a file"
7141
#: storage/myisam/ha_myisam.cc:448
7143
msgid "Got an error from thread_id=%lu, %s:%d"
7144
msgstr "Got signal %d from thread %ld"
7146
#: storage/myisam/ha_myisam.cc:451
7148
msgid "Got an error from unknown thread, %s:%d"
7149
msgstr "Got signal %d from thread %ld"
7151
#: storage/myisam/ha_myisam.cc:456
7153
msgid "Unknown thread accessing table"
7154
msgstr "Unknown character set used in table"
7156
#: storage/myisam/my_handler_errors.c:32
7157
msgid "Didn't find key on read or update"
7158
msgstr "Didn't find key on read or update"
7160
#: storage/myisam/my_handler_errors.c:34
7161
msgid "Duplicate key on write or update"
7162
msgstr "Duplicate key on write or update"
7164
#: storage/myisam/my_handler_errors.c:36
7165
msgid "Internal (unspecified) error in handler"
7166
msgstr "Internal (unspecified) error in handler"
7168
#: storage/myisam/my_handler_errors.c:38
7170
"Someone has changed the row since it was read (while the table was locked to "
7173
"Someone has changed the row since it was read (while the table was locked to "
7176
#: storage/myisam/my_handler_errors.c:41
7177
msgid "Wrong index given to function"
7178
msgstr "Wrong index given to function"
7180
#: storage/myisam/my_handler_errors.c:43
7181
msgid "Undefined handler error 125"
7182
msgstr "Undefined handler error 125"
7184
#: storage/myisam/my_handler_errors.c:45
7185
msgid "Index file is crashed"
7186
msgstr "Index file is crashed"
7188
#: storage/myisam/my_handler_errors.c:47
7189
msgid "Record file is crashed"
7190
msgstr "Record file is crashed"
7192
#: storage/myisam/my_handler_errors.c:49
7193
msgid "Out of memory in engine"
7194
msgstr "Out of memory in engine"
7196
#: storage/myisam/my_handler_errors.c:51
7197
msgid "Undefined handler error 129"
7198
msgstr "Undefined handler error 129"
7200
#: storage/myisam/my_handler_errors.c:53
7201
msgid "Incorrect file format"
7202
msgstr "Incorrect file format"
7204
#: storage/myisam/my_handler_errors.c:55
7205
msgid "Command not supported by database"
7206
msgstr "Command not supported by database"
7208
#: storage/myisam/my_handler_errors.c:57
7209
msgid "Old database file"
7210
msgstr "Old database file"
7212
#: storage/myisam/my_handler_errors.c:59
7213
msgid "No record read before update"
7214
msgstr "No record read before update"
7216
#: storage/myisam/my_handler_errors.c:61
7217
msgid "Record was already deleted (or record file crashed)"
7218
msgstr "Record was already deleted (or record file crashed)"
7220
#: storage/myisam/my_handler_errors.c:63
7221
msgid "No more room in record file"
7222
msgstr "No more room in record file"
7224
#: storage/myisam/my_handler_errors.c:65
7225
msgid "No more room in index file"
7226
msgstr "No more room in index file"
7228
#: storage/myisam/my_handler_errors.c:67
7229
msgid "No more records (read after end of file)"
7230
msgstr "No more records (read after end of file)"
7232
#: storage/myisam/my_handler_errors.c:69
7233
msgid "Unsupported extension used for table"
7234
msgstr "Unsupported extension used for table"
7236
#: storage/myisam/my_handler_errors.c:71
7238
msgstr "Too big row"
7240
#: storage/myisam/my_handler_errors.c:73
7241
msgid "Wrong create options"
7242
msgstr "Wrong create options"
7244
#: storage/myisam/my_handler_errors.c:75
7245
msgid "Duplicate unique key or constraint on write or update"
7246
msgstr "Duplicate unique key or constraint on write or update"
7248
#: storage/myisam/my_handler_errors.c:77
7249
msgid "Unknown character set used in table"
7250
msgstr "Unknown character set used in table"
7252
#: storage/myisam/my_handler_errors.c:79
7253
msgid "Conflicting table definitions in sub-tables of MERGE table"
7254
msgstr "Conflicting table definitions in sub-tables of MERGE table"
7256
#: storage/myisam/my_handler_errors.c:81
7257
msgid "Table is crashed and last repair failed"
7258
msgstr "Table is crashed and last repair failed"
7260
#: storage/myisam/my_handler_errors.c:83
7261
msgid "Table was marked as crashed and should be repaired"
7262
msgstr "Table was marked as crashed and should be repaired"
7264
#: storage/myisam/my_handler_errors.c:85
7265
msgid "Lock timed out; Retry transaction"
7266
msgstr "Lock timed out; Retry transaction"
7268
#: storage/myisam/my_handler_errors.c:87
7269
msgid "Lock table is full; Restart program with a larger locktable"
7270
msgstr "Lock table is full; Restart program with a larger locktable"
7272
#: storage/myisam/my_handler_errors.c:89
7273
msgid "Updates are not allowed under a read only transactions"
7274
msgstr "Updates are not allowed under a read only transactions"
7276
#: storage/myisam/my_handler_errors.c:91
7277
msgid "Lock deadlock; Retry transaction"
7278
msgstr "Lock deadlock; Retry transaction"
7280
#: storage/myisam/my_handler_errors.c:93
7281
msgid "Foreign key constraint is incorrectly formed"
7282
msgstr "Foreign key constraint is incorrectly formed"
7284
#: storage/myisam/my_handler_errors.c:95
7285
msgid "Cannot add a child row"
7286
msgstr "Cannot add a child row"
7288
#: storage/myisam/my_handler_errors.c:97
7289
msgid "Cannot delete a parent row"
7290
msgstr "Cannot delete a parent row"
7292
#: storage/myisam/my_handler_errors.c:99
7293
msgid "No savepoint with that name"
7294
msgstr "No savepoint with that name"
7296
#: storage/myisam/my_handler_errors.c:101
7297
msgid "Non unique key block size"
7298
msgstr "Non unique key block size"
7300
#: storage/myisam/my_handler_errors.c:103
7301
msgid "The table does not exist in engine"
7302
msgstr "The table does not exist in engine"
7304
#: storage/myisam/my_handler_errors.c:105
7305
msgid "The table already existed in storage engine"
7306
msgstr "The table already existed in storage engine"
7308
#: storage/myisam/my_handler_errors.c:107
7309
msgid "Could not connect to storage engine"
7310
msgstr "Could not connect to storage engine"
7312
#: storage/myisam/my_handler_errors.c:109
7313
msgid "Unexpected null pointer found when using spatial index"
7314
msgstr "Unexpected null pointer found when using spatial index"
7316
#: storage/myisam/my_handler_errors.c:111
7317
msgid "The table changed in storage engine"
7318
msgstr "The table changed in storage engine"
7320
#: storage/myisam/my_handler_errors.c:113
7321
msgid "There's no partition in table for the given value"
7322
msgstr "There's no partition in table for the given value"
7324
#: storage/myisam/my_handler_errors.c:115
7325
msgid "Row-based binlogging of row failed"
7326
msgstr "Row-based binlogging of row failed"
7328
#: storage/myisam/my_handler_errors.c:117
7329
msgid "Index needed in foreign key constraint"
7330
msgstr "Index needed in foreign key constraint"
7332
#: storage/myisam/my_handler_errors.c:119
7333
msgid "Upholding foreign key constraints would lead to a duplicate key error"
7334
msgstr "Upholding foreign key constraints would lead to a duplicate key error"
7336
#: storage/myisam/my_handler_errors.c:121
7337
msgid "Table needs to be upgraded before it can be used"
7338
msgstr "Table needs to be upgraded before it can be used"
7340
#: storage/myisam/my_handler_errors.c:123
7341
msgid "Table is read only"
7342
msgstr "Table is read only"
7344
#: storage/myisam/my_handler_errors.c:125
7345
msgid "Failed to get next auto increment value"
7346
msgstr "Failed to get next auto increment value"
7348
#: storage/myisam/my_handler_errors.c:127
7349
msgid "Failed to set row auto increment value"
7350
msgstr "Failed to set row auto increment value"
7352
#: storage/myisam/my_handler_errors.c:129
7353
msgid "Unknown (generic) error from engine"
7354
msgstr "Unknown (generic) error from engine"
7356
#: storage/myisam/my_handler_errors.c:131
7357
msgid "Record is the same"
7358
msgstr "Record is the same"
7360
#: storage/myisam/my_handler_errors.c:133
7361
msgid "It is not possible to log this statement"
7362
msgstr "It is not possible to log this statement"
7364
#: storage/myisam/my_handler_errors.c:135
7365
msgid "Tablespace exists"
7366
msgstr "Tablespace exists"
7368
#: storage/myisam/my_handler_errors.c:137
7369
msgid "The event was corrupt, leading to illegal data being read"
7370
msgstr "The event was corrupt, leading to illegal data being read"
7372
#: storage/myisam/my_handler_errors.c:139
7373
msgid "The table is of a new format not supported by this version"
7374
msgstr "The table is of a new format not supported by this version"
7376
#: storage/myisam/my_handler_errors.c:141
7377
msgid "The event could not be processed no other hanlder error happened"
7378
msgstr "The event could not be processed no other handler error happened"
7380
#: storage/myisam/my_handler_errors.c:143
7381
msgid "Got a fatal error during initialzaction of handler"
7382
msgstr "Got a fatal error during initialisation of handler"
7384
#: storage/myisam/my_handler_errors.c:145
7385
msgid "File to short; Expected more data in file"
7386
msgstr "File too short; Expected more data in file"
7388
#: storage/myisam/my_handler_errors.c:147
7389
msgid "Read page with wrong checksum"
7390
msgstr "Read page with wrong checksum"
7392
#: storage/myisam/my_handler_errors.c:149
7393
msgid "Lock or active transaction"
7394
msgstr "Lock or active transaction"
7396
#: storage/myisam/my_handler_errors.c:151
7397
msgid "No such table space"
7398
msgstr "No such table space"
7400
#: storage/myisam/my_handler_errors.c:153
7401
msgid "Tablespace not empty"
7402
msgstr "Tablespace not empty"
7405
#~ "Although a path was specified for the --log option, log tables are used. "
7406
#~ "To enable logging to files use the --log-output option."
7408
#~ "Although a path was specified for the --log option, log tables are used. "
7409
#~ "To enable logging to files use the --log-output option."
7412
#~ "Although a path was specified for the --log-slow-queries option, log "
7413
#~ "tables are used. To enable logging to files use the --log-output=file "
7416
#~ "Although a path was specified for the --log-slow-queries option, log "
7417
#~ "tables are used. To enable logging to files use the --log-output=file "
7422
#~ "Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to "
7423
#~ "the slow log if it is open."
7425
#~ "Log slow OPTIMISE, ANALYSE, ALTER and other administrative statements to "
7426
#~ "the slow log if it is open."
7429
#~ "Log all queries that have taken more than long_query_time seconds to "
7430
#~ "execute to file. The argument will be treated as a decimal value with "
7431
#~ "microsecond precission."
7433
#~ "Log all queries that have taken more than long_query_time seconds to "
7434
#~ "execute to file. The argument will be treated as a decimal value with "
7435
#~ "microsecond precision."
7438
#~ msgid "Failed to open the existing relay log info file '%s' (errno %d)"
7439
#~ msgstr "Unexpected eof found when reading file '%s' (Errcode: %d)"
7442
#~ "Switch to another charset. Might be needed for processing binlog with "
7443
#~ "multi-byte charsets."
7445
#~ "Switch to another charset. Might be needed for processing binlog with "
7446
#~ "multi-byte charsets."
7448
#~ msgid "Usage: \\C char_setname | charset charset_name"
7449
#~ msgstr "Usage: \\C char_setname | charset charset_name"
7451
#~ msgid "Charset changed"
7452
#~ msgstr "Charset changed"
7454
#~ msgid "Charset is not found"
7455
#~ msgstr "Charset is not found"
7457
#~ msgid "Unknown option to protocol: %s\n"
7458
#~ msgstr "Unknown option to protocol: %s\n"
7460
#~ msgid "COLLATION %s is not valid for CHARACTER SET %s"
7461
#~ msgstr "COLLATION %s is not valid for CHARACTER SET %s"