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-01 19:16-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:1431
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:1115
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:1125
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:1155
132
msgid "Reading history-file %s\n"
133
msgstr "Reading history-file %s\n"
135
#: client/drizzle.cc:1160
137
msgid "Couldn't allocate memory for temp histfile!\n"
138
msgstr "Couldn't allocate memory for temp histfile!\n"
140
#: client/drizzle.cc:1167
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:1185
146
msgid "Writing history-file %s\n"
147
msgstr "Writing history-file %s\n"
149
#: client/drizzle.cc:1194
153
#: client/drizzle.cc:1194
157
#: client/drizzle.cc:1242
158
msgid "Query aborted by Ctrl+C\n"
159
msgstr "Query aborted by Ctrl+C\n"
161
#: client/drizzle.cc:1265 client/drizzleadmin.cc:73 drizzled/drizzled.cc:3096
162
msgid "Display this help and exit."
163
msgstr "Display this help and exit."
165
#: client/drizzle.cc:1267
166
msgid "Synonym for -?"
167
msgstr "Synonym for -?"
169
#: client/drizzle.cc:1270
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:1274
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:1277
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:1280
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:1282 drizzled/drizzled.cc:3166
204
msgid "Directory where character sets are."
205
msgstr "Directory where character sets are."
207
#: client/drizzle.cc:1284
208
msgid "Display column type information."
209
msgstr "Display column type information."
211
#: client/drizzle.cc:1287
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:1290
220
msgid "Use compression in server/client protocol."
221
msgstr "Use compression in server/client protocol."
223
#: client/drizzle.cc:1293
224
msgid "Check memory and open file usage at exit ."
225
msgstr "Check memory and open file usage at exit ."
227
#: client/drizzle.cc:1296
228
msgid "Print some debug info at exit."
229
msgstr "Print some debug info at exit."
231
#: client/drizzle.cc:1298
232
msgid "Database to use."
233
msgstr "Database to use."
235
#: client/drizzle.cc:1301
239
#: client/drizzle.cc:1303
240
msgid "Delimiter to be used."
241
msgstr "Delimiter to be used."
243
#: client/drizzle.cc:1305
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:1307
248
msgid "Print the output of a query (rows) vertically."
249
msgstr "Print the output of a query (rows) vertically."
251
#: client/drizzle.cc:1310
252
msgid "Continue even if we get an sql error."
253
msgstr "Continue even if we get an sql error."
255
#: client/drizzle.cc:1314
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:1318
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:1320
282
msgid "Ignore space after function names."
283
msgstr "Ignore space after function names."
285
#: client/drizzle.cc:1322
286
msgid "Enable/disable LOAD DATA LOCAL INFILE."
287
msgstr "Enable/disable LOAD DATA LOCAL INFILE."
289
#: client/drizzle.cc:1325
290
msgid "Turn off beep on error."
291
msgstr "Turn off beep on error."
293
#: client/drizzle.cc:1327 client/drizzleadmin.cc:75
294
msgid "Connect to host."
295
msgstr "Connect to host."
297
#: client/drizzle.cc:1329
298
msgid "Write line numbers for errors."
299
msgstr "Write line numbers for errors."
301
#: client/drizzle.cc:1332
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:1334
310
msgid "Flush buffer after each query."
311
msgstr "Flush buffer after each query."
313
#: client/drizzle.cc:1336
314
msgid "Write column names in results."
315
msgstr "Write column names in results."
317
#: client/drizzle.cc:1340
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:1343
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:1345
334
msgid "Ignore SIGINT (CTRL-C)"
335
msgstr "Ignore SIGINT (CTRL-C)"
337
#: client/drizzle.cc:1349
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:1352
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:1355
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:1358 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:1360
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:1361
384
msgid "built-in default"
385
msgstr "built-in default"
387
#: client/drizzle.cc:1364
388
msgid "Set the drizzle prompt to this value."
389
msgstr "Set the drizzle prompt to this value."
391
#: client/drizzle.cc:1367
392
msgid "The protocol of connection (tcp,socket,pipe,memory)."
393
msgstr "The protocol of connection (tcp,socket,pipe,memory)."
395
#: client/drizzle.cc:1370
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:1372
404
msgid "Write fields without conversion. Used with --batch."
405
msgstr "Write fields without conversion. Used with --batch."
407
#: client/drizzle.cc:1375
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:1377
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:1379
422
msgid "Socket file to use for connection."
423
msgstr "Socket file to use for connection."
425
#: client/drizzle.cc:1382
426
msgid "Output in table format."
427
msgstr "Output in table format."
429
#: client/drizzle.cc:1385
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:1387
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:1390 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:1393
452
msgid "Only allow UPDATE and DELETE that uses keys."
453
msgstr "Only allow UPDATE and DELETE that uses keys."
455
#: client/drizzle.cc:1396
456
msgid "Synonym for option --safe-updates, -U."
457
msgstr "Synonym for option --safe-updates, -U."
459
#: client/drizzle.cc:1399
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:1401 client/drizzleadmin.cc:93 drizzled/drizzled.cc:3592
464
msgid "Output version information and exit."
465
msgstr "Output version information and exit."
467
#: client/drizzle.cc:1403 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:1406
472
msgid "Number of seconds before connection timeout."
473
msgstr "Number of seconds before connection timeout."
475
#: client/drizzle.cc:1411
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:1416
480
msgid "Buffer for TCP/IP and socket communication"
481
msgstr "Buffer for TCP/IP and socket communication"
483
#: client/drizzle.cc:1420
484
msgid "Automatic limit for SELECT when using --safe-updates"
485
msgstr "Automatic limit for SELECT when using --safe-updates"
487
#: client/drizzle.cc:1425
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:1429
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:1442
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:1449
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:1453
515
msgid "Usage: %s [OPTIONS] [database]\n"
516
msgstr "Usage: %s [OPTIONS] [database]\n"
518
#: client/drizzle.cc:1486
519
msgid "DELIMITER cannot contain a backslash character"
520
msgstr "DELIMITER cannot contain a backslash character"
522
#: client/drizzle.cc:1507
524
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
525
msgstr "WARNING: option deprecated; use --disable-tee instead.\n"
527
#: client/drizzle.cc:1530
529
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
530
msgstr "WARNING: option deprecated; use --disable-pager instead.\n"
532
#: client/drizzle.cc:1534
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:1902
539
msgid "Unknown command '\\%c'."
540
msgstr "Unknown command '\\%c'."
542
#: client/drizzle.cc:2329
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:2426
553
msgid "No connection. Trying to reconnect..."
554
msgstr "No connection. Trying to reconnect..."
556
#: client/drizzle.cc:2432
557
msgid "Can't connect to the server\n"
558
msgstr "Can't connect to the server\n"
560
#: client/drizzle.cc:2489
564
#: client/drizzle.cc:2489
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:3396
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/drizzled_error_messages.h:345
1054
msgid "Couldn't uncompress communication packet"
1057
#: libdrizzle/errmsg.c:99 drizzled/drizzled_error_messages.h:347
1058
msgid "Got an error reading communication packets"
1061
#: libdrizzle/errmsg.c:101 drizzled/drizzled_error_messages.h:349
1062
msgid "Got timeout reading communication packets"
1065
#: libdrizzle/errmsg.c:103 drizzled/drizzled_error_messages.h:351
1066
msgid "Got an error writing communication packets"
1069
#: libdrizzle/errmsg.c:105 drizzled/drizzled_error_messages.h:353
1070
msgid "Got timeout writing communication packets"
1073
#: libdrizzle/local_infile.c:190 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:221 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:948
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:1170
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:1190
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:1206 mysys/my_getopt.c:1222
1286
msgid "(No default value)"
1287
msgstr "(No default value)"
1289
#: mysys/my_getopt.c:1225
1293
#: mysys/my_getopt.c:1225
1297
#: mysys/my_getopt.c:1250
1299
msgid "(Disabled)\n"
1300
msgstr "(Disabled)\n"
1302
#: mysys/my_handler_errors.h:10
1303
msgid "Didn't find key on read or update"
1304
msgstr "Didn't find key on read or update"
1306
#: mysys/my_handler_errors.h:12
1307
msgid "Duplicate key on write or update"
1308
msgstr "Duplicate key on write or update"
1310
#: mysys/my_handler_errors.h:14
1311
msgid "Internal (unspecified) error in handler"
1312
msgstr "Internal (unspecified) error in handler"
1314
#: mysys/my_handler_errors.h:16
1316
"Someone has changed the row since it was read (while the table was locked to "
1319
"Someone has changed the row since it was read (while the table was locked to "
1322
#: mysys/my_handler_errors.h:18
1323
msgid "Wrong index given to function"
1324
msgstr "Wrong index given to function"
1326
#: mysys/my_handler_errors.h:20
1327
msgid "Undefined handler error 125"
1328
msgstr "Undefined handler error 125"
1330
#: mysys/my_handler_errors.h:22
1331
msgid "Index file is crashed"
1332
msgstr "Index file is crashed"
1334
#: mysys/my_handler_errors.h:24
1335
msgid "Record file is crashed"
1336
msgstr "Record file is crashed"
1338
#: mysys/my_handler_errors.h:26
1339
msgid "Out of memory in engine"
1340
msgstr "Out of memory in engine"
1342
#: mysys/my_handler_errors.h:28
1343
msgid "Undefined handler error 129"
1344
msgstr "Undefined handler error 129"
1346
#: mysys/my_handler_errors.h:30
1347
msgid "Incorrect file format"
1348
msgstr "Incorrect file format"
1350
#: mysys/my_handler_errors.h:32
1351
msgid "Command not supported by database"
1352
msgstr "Command not supported by database"
1354
#: mysys/my_handler_errors.h:34
1355
msgid "Old database file"
1356
msgstr "Old database file"
1358
#: mysys/my_handler_errors.h:36
1359
msgid "No record read before update"
1360
msgstr "No record read before update"
1362
#: mysys/my_handler_errors.h:38
1363
msgid "Record was already deleted (or record file crashed)"
1364
msgstr "Record was already deleted (or record file crashed)"
1366
#: mysys/my_handler_errors.h:40
1367
msgid "No more room in record file"
1368
msgstr "No more room in record file"
1370
#: mysys/my_handler_errors.h:42
1371
msgid "No more room in index file"
1372
msgstr "No more room in index file"
1374
#: mysys/my_handler_errors.h:44
1375
msgid "No more records (read after end of file)"
1376
msgstr "No more records (read after end of file)"
1378
#: mysys/my_handler_errors.h:46
1379
msgid "Unsupported extension used for table"
1380
msgstr "Unsupported extension used for table"
1382
#: mysys/my_handler_errors.h:48
1384
msgstr "Too big row"
1386
#: mysys/my_handler_errors.h:50
1387
msgid "Wrong create options"
1388
msgstr "Wrong create options"
1390
#: mysys/my_handler_errors.h:52
1391
msgid "Duplicate unique key or constraint on write or update"
1392
msgstr "Duplicate unique key or constraint on write or update"
1394
#: mysys/my_handler_errors.h:54
1395
msgid "Unknown character set used in table"
1396
msgstr "Unknown character set used in table"
1398
#: mysys/my_handler_errors.h:56
1399
msgid "Conflicting table definitions in sub-tables of MERGE table"
1400
msgstr "Conflicting table definitions in sub-tables of MERGE table"
1402
#: mysys/my_handler_errors.h:58
1403
msgid "Table is crashed and last repair failed"
1404
msgstr "Table is crashed and last repair failed"
1406
#: mysys/my_handler_errors.h:60
1407
msgid "Table was marked as crashed and should be repaired"
1408
msgstr "Table was marked as crashed and should be repaired"
1410
#: mysys/my_handler_errors.h:62
1411
msgid "Lock timed out; Retry transaction"
1412
msgstr "Lock timed out; Retry transaction"
1414
#: mysys/my_handler_errors.h:64
1415
msgid "Lock table is full; Restart program with a larger locktable"
1416
msgstr "Lock table is full; Restart program with a larger locktable"
1418
#: mysys/my_handler_errors.h:66
1419
msgid "Updates are not allowed under a read only transactions"
1420
msgstr "Updates are not allowed under a read only transactions"
1422
#: mysys/my_handler_errors.h:68
1423
msgid "Lock deadlock; Retry transaction"
1424
msgstr "Lock deadlock; Retry transaction"
1426
#: mysys/my_handler_errors.h:70
1427
msgid "Foreign key constraint is incorrectly formed"
1428
msgstr "Foreign key constraint is incorrectly formed"
1430
#: mysys/my_handler_errors.h:72
1431
msgid "Cannot add a child row"
1432
msgstr "Cannot add a child row"
1434
#: mysys/my_handler_errors.h:74
1435
msgid "Cannot delete a parent row"
1436
msgstr "Cannot delete a parent row"
1438
#: mysys/my_handler_errors.h:76
1439
msgid "No savepoint with that name"
1440
msgstr "No savepoint with that name"
1442
#: mysys/my_handler_errors.h:78
1443
msgid "Non unique key block size"
1444
msgstr "Non unique key block size"
1446
#: mysys/my_handler_errors.h:80
1447
msgid "The table does not exist in engine"
1448
msgstr "The table does not exist in engine"
1450
#: mysys/my_handler_errors.h:82
1451
msgid "The table already existed in storage engine"
1452
msgstr "The table already existed in storage engine"
1454
#: mysys/my_handler_errors.h:84
1455
msgid "Could not connect to storage engine"
1456
msgstr "Could not connect to storage engine"
1458
#: mysys/my_handler_errors.h:86
1459
msgid "Unexpected null pointer found when using spatial index"
1460
msgstr "Unexpected null pointer found when using spatial index"
1462
#: mysys/my_handler_errors.h:88
1463
msgid "The table changed in storage engine"
1464
msgstr "The table changed in storage engine"
1466
#: mysys/my_handler_errors.h:90
1467
msgid "There's no partition in table for the given value"
1468
msgstr "There's no partition in table for the given value"
1470
#: mysys/my_handler_errors.h:92
1471
msgid "Row-based binlogging of row failed"
1472
msgstr "Row-based binlogging of row failed"
1474
#: mysys/my_handler_errors.h:94
1475
msgid "Index needed in foreign key constraint"
1476
msgstr "Index needed in foreign key constraint"
1478
#: mysys/my_handler_errors.h:96
1479
msgid "Upholding foreign key constraints would lead to a duplicate key error"
1480
msgstr "Upholding foreign key constraints would lead to a duplicate key error"
1482
#: mysys/my_handler_errors.h:98
1483
msgid "Table needs to be upgraded before it can be used"
1484
msgstr "Table needs to be upgraded before it can be used"
1486
#: mysys/my_handler_errors.h:100
1487
msgid "Table is read only"
1488
msgstr "Table is read only"
1490
#: mysys/my_handler_errors.h:102
1491
msgid "Failed to get next auto increment value"
1492
msgstr "Failed to get next auto increment value"
1494
#: mysys/my_handler_errors.h:104
1495
msgid "Failed to set row auto increment value"
1496
msgstr "Failed to set row auto increment value"
1498
#: mysys/my_handler_errors.h:106
1499
msgid "Unknown (generic) error from engine"
1500
msgstr "Unknown (generic) error from engine"
1502
#: mysys/my_handler_errors.h:108
1503
msgid "Record is the same"
1504
msgstr "Record is the same"
1506
#: mysys/my_handler_errors.h:110
1507
msgid "It is not possible to log this statement"
1508
msgstr "It is not possible to log this statement"
1510
#: mysys/my_handler_errors.h:112
1511
msgid "Tablespace exists"
1512
msgstr "Tablespace exists"
1514
#: mysys/my_handler_errors.h:114
1515
msgid "The event was corrupt, leading to illegal data being read"
1516
msgstr "The event was corrupt, leading to illegal data being read"
1518
#: mysys/my_handler_errors.h:116
1519
msgid "The table is of a new format not supported by this version"
1520
msgstr "The table is of a new format not supported by this version"
1522
#: mysys/my_handler_errors.h:118
1523
msgid "The event could not be processed no other hanlder error happened"
1524
msgstr "The event could not be processed no other handler error happened"
1526
#: mysys/my_handler_errors.h:120
1527
msgid "Got a fatal error during initialzaction of handler"
1528
msgstr "Got a fatal error during initialisation of handler"
1530
#: mysys/my_handler_errors.h:122
1531
msgid "File to short; Expected more data in file"
1532
msgstr "File too short; Expected more data in file"
1534
#: mysys/my_handler_errors.h:124
1535
msgid "Read page with wrong checksum"
1536
msgstr "Read page with wrong checksum"
1538
#: mysys/my_handler_errors.h:126
1539
msgid "Lock or active transaction"
1540
msgstr "Lock or active transaction"
1542
#: mysys/my_handler_errors.h:128
1543
msgid "No such table space"
1544
msgstr "No such table space"
1546
#: mysys/my_handler_errors.h:130
1547
msgid "Tablespace not empty"
1548
msgstr "Tablespace not empty"
1550
#: drizzled/authentication.cc:66 drizzled/handler.cc:355
1551
#: drizzled/sql_plugin.cc:790 drizzled/sql_show.cc:4652
1553
msgid "Plugin '%s' init function returned error."
1554
msgstr "Plugin '%s' init function returned error."
1556
#: drizzled/drizzled.cc:558
1558
msgid "Got error %d from pthread_cond_timedwait"
1559
msgstr "Got error %d from pthread_cond_timedwait"
1561
#: drizzled/drizzled.cc:698 drizzled/drizzled.cc:1786
1562
msgid "Can't create thread to kill server"
1563
msgstr "Can't create thread to kill server"
1565
#: drizzled/drizzled.cc:765
1567
msgid "Got signal %d from thread %lud"
1568
msgstr "Got signal %d from thread %ld"
1570
#: drizzled/drizzled.cc:799
1574
#: drizzled/drizzled.cc:995
1575
msgid "One can only use the --user switch if running as root\n"
1576
msgstr "One can only use the --user switch if running as root\n"
1578
#: drizzled/drizzled.cc:1003
1580
"Fatal error: Please read \"Security\" section of the manual to find out how "
1581
"to run mysqld as root!\n"
1583
"Fatal error: Please read \"Security\" section of the manual to find out how "
1584
"to run mysqld as root!\n"
1586
#: drizzled/drizzled.cc:1027
1589
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1592
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1595
#: drizzled/drizzled.cc:1202
1597
msgid "Retrying bind on TCP/IP port %u"
1598
msgstr "Retrying bind on TCP/IP port %u"
1600
#: drizzled/drizzled.cc:1208
1601
msgid "Can't start server: Bind on TCP/IP port"
1602
msgstr "Can't start server: Bind on TCP/IP port"
1604
#: drizzled/drizzled.cc:1209
1606
msgid "Do you already have another drizzled server running on port: %d ?"
1607
msgstr "Do you already have another drizzled server running on port: %d ?"
1609
#: drizzled/drizzled.cc:1215
1610
msgid "Can't start server: listen() on TCP/IP port"
1611
msgstr "Can't start server: listen() on TCP/IP port"
1613
#: drizzled/drizzled.cc:1216
1615
msgid "listen() on TCP/IP failed with error %d"
1616
msgstr "listen() on TCP/IP failed with error %d"
1618
#: drizzled/drizzled.cc:1434
1623
#: drizzled/drizzled.cc:1452
1626
"We will try our best to scrape up some info that will hopefully help "
1628
"the problem, but since we have already crashed, something is definitely "
1630
"and this may fail.\n"
1633
"We will try our best to scrape up some info that will hopefully help "
1635
"the problem, but since we have already crashed, something is definitely "
1637
"and this may fail.\n"
1640
#: drizzled/drizzled.cc:1463
1643
"It is possible that mysqld could use up to \n"
1644
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1646
"Hope that's ok; if not, decrease some variables in the equation.\n"
1649
"It is possible that mysqld could use up to \n"
1650
"key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = %lu K\n"
1652
"Hope that's ok; if not, decrease some variables in the equation.\n"
1655
#: drizzled/drizzled.cc:1481
1658
"Attempting backtrace. You can use the following information to find out\n"
1659
"where mysqld died. If you see no messages after this, something went\n"
1660
"terribly wrong...\n"
1662
"Attempting backtrace. You can use the following information to find out\n"
1663
"where mysqld died. If you see no messages after this, something went\n"
1664
"terribly wrong...\n"
1666
#: drizzled/drizzled.cc:1509
1669
"Trying to get some variables.\n"
1670
"Some pointers may be invalid and cause the dump to abort...\n"
1672
"Trying to get some variables.\n"
1673
"Some pointers may be invalid and cause the dump to abort...\n"
1675
#: drizzled/drizzled.cc:1521
1679
"This crash occured while the server was calling initgroups(). This is\n"
1680
"often due to the use of a drizzled that is statically linked against glibc\n"
1681
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1682
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1683
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1684
"drizzled that is not statically linked.\n"
1687
"This crash occurred while the server was calling initgroups(). This is\n"
1688
"often due to the use of a drizzled that is statically linked against glibc\n"
1689
"and configured to use LDAP in /etc/nsswitch.conf. You will need to either\n"
1690
"upgrade to a version of glibc that does not have this problem (2.3.4 or\n"
1691
"later when used with nscd), disable LDAP in your nsswitch.conf, or use a\n"
1692
"drizzled that is not statically linked.\n"
1694
#: drizzled/drizzled.cc:1536
1698
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1699
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1700
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1701
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1702
"the documentation for your distribution on how to do that.\n"
1705
"You are running a statically-linked LinuxThreads binary on an NPTL system.\n"
1706
"This can result in crashes on some distributions due to LT/NPTL conflicts.\n"
1707
"You should either build a dynamically-linked binary, or force LinuxThreads\n"
1708
"to be used with the LD_ASSUME_KERNEL environment variable. Please consult\n"
1709
"the documentation for your distribution on how to do that.\n"
1711
#: drizzled/drizzled.cc:1549
1715
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1716
"unreliable and unstable on some operating systems and operating-system\n"
1717
"versions (notably, some versions of Linux). This crash could be due to use\n"
1718
"of those buggy OS calls. You should consider whether you really need the\n"
1719
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1723
"The '--memlock' argument, which was enabled, uses system calls that are\n"
1724
"unreliable and unstable on some operating systems and operating-system\n"
1725
"versions (notably, some versions of Linux). This crash could be due to use\n"
1726
"of those buggy OS calls. You should consider whether you really need the\n"
1727
"'--memlock' parameter and/or consult the OS distributor about 'mlockall'\n"
1730
#: drizzled/drizzled.cc:1564
1732
msgid "Writing a core file\n"
1733
msgstr "Writing a core file\n"
1735
#: drizzled/drizzled.cc:1611
1737
"setrlimit could not change the size of core files to 'infinity'; We may not "
1738
"be able to generate a core file on signals"
1740
"setrlimit could not change the size of core files to 'infinity'; We may not "
1741
"be able to generate a core file on signals"
1743
#: drizzled/drizzled.cc:1679
1745
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1746
msgstr "Can't create interrupt-thread (error %d, errno: %d)"
1748
#: drizzled/drizzled.cc:1767
1750
msgid "Got signal %d to shutdown mysqld"
1751
msgstr "Got signal %d to shutdown mysqld"
1753
#: drizzled/drizzled.cc:1813
1755
msgid "Got signal: %d error: %d"
1756
msgstr "Got signal: %d error: %d"
1758
#: drizzled/drizzled.cc:1952
1760
msgid "Wrong date/time format specifier: %s\n"
1761
msgstr "Wrong date/time format specifier: %s\n"
1763
#: drizzled/drizzled.cc:2081
1765
msgid "gethostname failed, using '%s' as hostname"
1766
msgstr "gethostname failed, using '%s' as hostname"
1768
#: drizzled/drizzled.cc:2145
1771
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1773
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1775
#: drizzled/drizzled.cc:2150
1778
"Could not increase number of max_open_files to more than %u (request: %u)"
1780
"Could not increase number of max_open_files to more than %u (request: %u)"
1782
#: drizzled/drizzled.cc:2231
1784
msgid "Unknown locale: '%s'"
1785
msgstr "Unknown locale: '%s'"
1787
#: drizzled/drizzled.cc:2251
1789
"Although a path was specified for the --log option, log tables are used. To "
1790
"enable logging to files use the --log-output option."
1792
"Although a path was specified for the --log option, log tables are used. To "
1793
"enable logging to files use the --log-output option."
1795
#: drizzled/drizzled.cc:2258
1797
"Although a path was specified for the --log-slow-queries option, log tables "
1798
"are used. To enable logging to files use the --log-output=file option."
1800
"Although a path was specified for the --log-slow-queries option, log tables "
1801
"are used. To enable logging to files use the --log-output=file option."
1803
#: drizzled/drizzled.cc:2326
1804
msgid "Can't create thread-keys"
1805
msgstr "Can't create thread-keys"
1807
#: drizzled/drizzled.cc:2373
1808
msgid "Out of memory"
1809
msgstr "Out of memory"
1811
#: drizzled/drizzled.cc:2380
1812
msgid "You need to use --log-bin to make --binlog-format work."
1813
msgstr "You need to use --log-bin to make --binlog-format work."
1815
#: drizzled/drizzled.cc:2402
1817
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1818
"impossible, it would lead to infinite loops in this server."
1820
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1821
"impossible, it would lead to infinite loops in this server."
1823
#: drizzled/drizzled.cc:2422
1826
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1827
"replication may break when this Drizzle server acts as a master and has his "
1828
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1830
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1831
"replication may break when this Drizzle server acts as a master and has his "
1832
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1834
#: drizzled/drizzled.cc:2456
1835
msgid "Failed to initialize plugins."
1836
msgstr "Failed to initialise plugins."
1838
#: drizzled/drizzled.cc:2487
1841
"%s: Too many arguments (first extra is '%s').\n"
1842
"Use --verbose --help to get a list of available options\n"
1845
#: drizzled/drizzled.cc:2497
1846
msgid "Can't init databases"
1849
#: drizzled/drizzled.cc:2520
1851
msgid "Unknown/unsupported table type: %s"
1854
#: drizzled/drizzled.cc:2526
1856
msgid "Default storage engine (%s) is not available"
1859
#: drizzled/drizzled.cc:2549
1860
msgid "Can't initialize tc_log"
1861
msgstr "Can't initialise tc_log"
1863
#: drizzled/drizzled.cc:2580
1865
msgid "Failed to lock memory. Errno: %d\n"
1866
msgstr "Failed to lock memory. Error: %d\n"
1868
#: drizzled/drizzled.cc:2649
1870
msgid "Asked for %u thread stack, but got %llu"
1873
#: drizzled/drizzled.cc:2685
1875
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1876
"value: we force server id to 1; updates will be logged to the binary log, "
1877
"but connections from slaves will not be accepted."
1880
#: drizzled/drizzled.cc:2743
1881
msgid "Before Lock_thread_count"
1884
#: drizzled/drizzled.cc:2750
1885
msgid "After lock_thread_count"
1888
#: drizzled/drizzled.cc:2858
1890
msgid "drizzled: Got error %d from select"
1893
#: drizzled/drizzled.cc:3100 drizzled/drizzled.cc:3205
1894
#: drizzled/drizzled.cc:3364
1895
msgid "Option used by mysql-test for debugging and testing of replication."
1898
#: drizzled/drizzled.cc:3104
1899
msgid "Auto-increment columns are incremented by this"
1902
#: drizzled/drizzled.cc:3109
1904
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1908
#: drizzled/drizzled.cc:3115
1910
"Path to installation directory. All paths are usually resolved relative to "
1914
#: drizzled/drizzled.cc:3119
1915
msgid "IP address to bind to."
1918
#: drizzled/drizzled.cc:3123
1920
"Does not have any effect without '--log-bin'. Tell the master the form of "
1921
"binary logging to use: either 'row' for row-based binary logging, or "
1922
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1923
"statement-based binary logging except for those statements where only row-"
1924
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1925
"the UUID() function; for those, row-based binary logging is automatically "
1929
#: drizzled/drizzled.cc:3133
1931
"Tells the master it should log updates for the specified database, and "
1932
"exclude all others not explicitly mentioned."
1935
#: drizzled/drizzled.cc:3137
1937
"Tells the master that updates to the given database should not be logged "
1940
"Tells the master that updates to the given database should not be logged to "
1943
#: drizzled/drizzled.cc:3141
1945
"The maximum size of a row-based binary log event in bytes. Rows will be "
1946
"grouped into events smaller than this size if possible. The value has to be "
1947
"a multiple of 256."
1950
#: drizzled/drizzled.cc:3152
1951
msgid "Don't ignore client side character set value sent during handshake."
1954
#: drizzled/drizzled.cc:3157
1955
msgid "Set the filesystem character set."
1958
#: drizzled/drizzled.cc:3162
1959
msgid "Set the default character set."
1960
msgstr "Set the default character set."
1962
#: drizzled/drizzled.cc:3169
1963
msgid "Chroot mysqld daemon during startup."
1966
#: drizzled/drizzled.cc:3173
1967
msgid "Set the default collation."
1970
#: drizzled/drizzled.cc:3177
1971
msgid "Default completion type."
1974
#: drizzled/drizzled.cc:3182
1975
msgid "Write error output on screen."
1978
#: drizzled/drizzled.cc:3186
1979
msgid "Write core on errors."
1982
#: drizzled/drizzled.cc:3190
1983
msgid "Path to the database root."
1986
#: drizzled/drizzled.cc:3194
1987
msgid "Set the default storage engine (table type) for tables."
1990
#: drizzled/drizzled.cc:3198
1991
msgid "Set the default time zone."
1994
#: drizzled/drizzled.cc:3202
1995
msgid "Type of DELAY_KEY_WRITE."
1998
#: drizzled/drizzled.cc:3211
1999
msgid "Print a symbolic stack trace on failure."
2002
#: drizzled/drizzled.cc:3217
2003
msgid "Push supported query conditions to the storage engine."
2006
#: drizzled/drizzled.cc:3223
2007
msgid "Used for debugging; Use at your own risk!"
2010
#: drizzled/drizzled.cc:3226
2011
msgid "Flush tables to disk between SQL commands."
2014
#: drizzled/drizzled.cc:3231
2015
msgid "Set up signals usable for debugging"
2018
#: drizzled/drizzled.cc:3235
2019
msgid "Enable general query log"
2022
#: drizzled/drizzled.cc:3239
2023
msgid "Command(s) that are executed for each new connection"
2026
#: drizzled/drizzled.cc:3243
2027
msgid "Read SQL commands from this file at startup."
2030
#: drizzled/drizzled.cc:3247
2031
msgid "Command(s) that are executed when a slave connects to this master"
2034
#: drizzled/drizzled.cc:3251
2038
#: drizzled/drizzled.cc:3255
2039
msgid "Set the language used for the month names and the days of the week."
2042
#: drizzled/drizzled.cc:3260
2043
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
2046
#: drizzled/drizzled.cc:3265
2047
msgid "Log connections and queries to file."
2050
#: drizzled/drizzled.cc:3269
2052
"Log update queries in binary format. Optional argument is the location for "
2053
"the binary log files.(Strongly recommended to avoid replication problems if "
2054
"server's hostname changes)"
2057
#: drizzled/drizzled.cc:3276
2058
msgid "File that holds the names for last binary log files."
2061
#: drizzled/drizzled.cc:3284
2063
"If equal to 0 (the default), then when --log-bin is used, creation of a "
2064
"stored function (or trigger) is allowed only to users having the SUPER "
2065
"privilege and only if this stored function (trigger) may not break binary "
2066
"logging. Note that if ALL connections to this server ALWAYS use row-based "
2067
"binary logging, the security issues do not exist and the binary logging "
2068
"cannot break, so you can safely set this to 1."
2071
#: drizzled/drizzled.cc:3293
2072
msgid "Error log file."
2075
#: drizzled/drizzled.cc:3297
2076
msgid "Log all MyISAM changes to file."
2079
#: drizzled/drizzled.cc:3301
2081
"Log queries that are executed without benefit of any index to the slow log "
2085
#: drizzled/drizzled.cc:3307
2087
"Tells the slave to log the updates from the slave thread to the binary log. "
2088
"You will need to turn it on if you plan to daisy-chain the slaves."
2091
#: drizzled/drizzled.cc:3314
2094
"Log slow OPTIMIZE, ANALYZE, ALTER and other administrative statements to the "
2095
"slow log if it is open."
2097
"Log slow OPTIMISE, ANALYSE, ALTER and other administrative statements to the "
2098
"slow log if it is open."
2100
#: drizzled/drizzled.cc:3320
2102
"Log slow statements executed by slave thread to the slow log if it is open."
2105
#: drizzled/drizzled.cc:3326
2107
"Log slow queries to a table or log file. Defaults logging to table mysql."
2108
"slow_log or hostname-slow.log if --log-output=file is used. Must be enabled "
2109
"to activate other slow log options."
2112
#: drizzled/drizzled.cc:3332
2114
"Path to transaction coordinator log (used for transactions that affect more "
2115
"than one storage engine, when binary log is disabled)"
2118
#: drizzled/drizzled.cc:3338
2119
msgid "Size of transaction coordinator log."
2122
#: drizzled/drizzled.cc:3344
2123
msgid "Log some not critical warnings to the log file."
2126
#: drizzled/drizzled.cc:3349
2127
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
2130
#: drizzled/drizzled.cc:3354
2132
"The location and name of the file that remembers the master and where the I/"
2133
"O replication thread is in the master's binlogs."
2136
#: drizzled/drizzled.cc:3359
2138
"The number of tries the slave will make to connect to the master before "
2142
#: drizzled/drizzled.cc:3368
2143
msgid "Lock mysqld in memory."
2146
#: drizzled/drizzled.cc:3372
2148
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
2149
"BACKUP, FORCE or QUICK."
2152
#: drizzled/drizzled.cc:3377
2153
msgid "Use very new possible 'unsafe' functions."
2156
#: drizzled/drizzled.cc:3382
2157
msgid "Use old, non-optimized alter table."
2158
msgstr "Use old, non-optimised alter table."
2160
#: drizzled/drizzled.cc:3387
2162
"Enable old-style user limits (before 5.0.3 user resources were counted per "
2163
"each user+host vs. per account)"
2166
#: drizzled/drizzled.cc:3392
2167
msgid "Pid file used by safe_mysqld."
2170
#: drizzled/drizzled.cc:3402
2172
"Maximum time in seconds to wait for the port to become free. (Default: no "
2176
#: drizzled/drizzled.cc:3407
2177
msgid "The location and name to use for relay logs."
2180
#: drizzled/drizzled.cc:3411
2182
"The location and name to use for the file that keeps a list of the last "
2186
#: drizzled/drizzled.cc:3416
2188
"The location and name of the file that remembers where the SQL replication "
2189
"thread is in the relay logs."
2192
#: drizzled/drizzled.cc:3421
2194
"Tells the slave thread to restrict replication to the specified database. To "
2195
"specify more than one database, use the directive multiple times, once for "
2196
"each database. Note that this will only work if you do not use cross-"
2197
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
2198
"having selected a different or no database. If you need cross database "
2199
"updates to work, use replicate-wild-do-table=db_name.%."
2202
#: drizzled/drizzled.cc:3430
2204
"Tells the slave thread to restrict replication to the specified table. To "
2205
"specify more than one table, use the directive multiple times, once for each "
2206
"table. This will work for cross-database updates, in contrast to replicate-"
2210
#: drizzled/drizzled.cc:3436
2212
"Tells the slave thread to not replicate to the specified database. To "
2213
"specify more than one database to ignore, use the directive multiple times, "
2214
"once for each database. This option will not work if you use cross database "
2215
"updates. If you need cross database updates to work, use replicate-wild-"
2216
"ignore-table=db_name.%. "
2219
#: drizzled/drizzled.cc:3443
2221
"Tells the slave thread to not replicate to the specified table. To specify "
2222
"more than one table to ignore, use the directive multiple times, once for "
2223
"each table. This will work for cross-datbase updates, in contrast to "
2224
"replicate-ignore-db."
2226
"Tells the slave thread to not replicate to the specified table. To specify "
2227
"more than one table to ignore, use the directive multiple times, once for "
2228
"each table. This will work for cross-database updates, in contrast to "
2229
"replicate-ignore-db."
2231
#: drizzled/drizzled.cc:3449
2233
"Updates to a database with a different name than the original. Example: "
2234
"replicate-rewrite-db=master_db_name->slave_db_name."
2237
#: drizzled/drizzled.cc:3453
2239
"In replication, if set to 1, do not skip events having our server id. "
2240
"Default value is 0 (to break infinite loops in circular replication). Can't "
2241
"be set to 1 if --log-slave-updates is used."
2244
#: drizzled/drizzled.cc:3460
2246
"Tells the slave thread to restrict replication to the tables that match the "
2247
"specified wildcard pattern. To specify more than one table, use the "
2248
"directive multiple times, once for each table. This will work for cross-"
2249
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
2250
"only updates to tables in all databases that start with foo and whose table "
2251
"names start with bar."
2254
#: drizzled/drizzled.cc:3468
2256
"Tells the slave thread to not replicate to the tables that match the given "
2257
"wildcard pattern. To specify more than one table to ignore, use the "
2258
"directive multiple times, once for each table. This will work for cross-"
2259
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
2260
"updates to tables in databases that start with foo and whose table names "
2264
#: drizzled/drizzled.cc:3477
2266
"Hostname or IP of the slave to be reported to to the master during slave "
2267
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
2268
"you do not want the slave to register itself with the master. Note that it "
2269
"is not sufficient for the master to simply read the IP of the slave off the "
2270
"socket once the slave connects. Due to NAT and other routing issues, that IP "
2271
"may not be valid for connecting to the slave from the master or other hosts."
2274
#: drizzled/drizzled.cc:3490
2276
"Port for connecting to slave reported to the master during slave "
2277
"registration. Set it only if the slave is listening on a non-default port or "
2278
"if you have a special tunnel from the master or other clients to the slave. "
2279
"If not sure, leave this option unset."
2282
#: drizzled/drizzled.cc:3497
2283
msgid "Skip some optimize stages (for testing)."
2284
msgstr "Skip some optimise stages (for testing)."
2286
#: drizzled/drizzled.cc:3500
2288
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
2289
"specified directory"
2292
#: drizzled/drizzled.cc:3505
2294
"Uniquely identifies the server instance in the community of replication "
2298
#: drizzled/drizzled.cc:3510
2299
msgid "Don't use new, possible wrong routines."
2302
#: drizzled/drizzled.cc:3513
2303
msgid "If set, slave is not autostarted."
2306
#: drizzled/drizzled.cc:3517
2307
msgid "Don't print a stack trace on failure."
2310
#: drizzled/drizzled.cc:3521
2311
msgid "Don't give threads different priorities."
2314
#: drizzled/drizzled.cc:3525
2316
"The location where the slave should put its temporary files when replicating "
2317
"a LOAD DATA INFILE command."
2320
#: drizzled/drizzled.cc:3530
2322
"Tells the slave thread to continue replication when a query event returns an "
2323
"error from the provided list."
2326
#: drizzled/drizzled.cc:3534
2328
"Modes for how replication events should be executed. Legal values are "
2329
"STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not "
2330
"stop for operations that are idempotent. In STRICT mode, replication will "
2331
"stop on any unexpected difference between the master and the slave."
2334
#: drizzled/drizzled.cc:3542
2335
msgid "Enable|disable slow query log"
2338
#: drizzled/drizzled.cc:3546
2343
#: drizzled/drizzled.cc:3549
2344
msgid "Enable symbolic link support."
2347
#: drizzled/drizzled.cc:3558
2349
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
2352
#: drizzled/drizzled.cc:3563
2354
"Decision to use in heuristic recover process. Possible values are COMMIT or "
2358
#: drizzled/drizzled.cc:3568
2360
"Using this option will cause most temporary files created to use a small set "
2361
"of names, rather than a unique name for each new file."
2364
#: drizzled/drizzled.cc:3573
2366
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
2369
#: drizzled/drizzled.cc:3578
2371
"Path for temporary files. Several paths may be specified, separated by a "
2372
"colon (:), in this case they are used in a round-robin fashion."
2375
#: drizzled/drizzled.cc:3584
2376
msgid "Default transaction isolation level."
2379
#: drizzled/drizzled.cc:3588
2380
msgid "Run mysqld daemon as user."
2383
#: drizzled/drizzled.cc:3596
2385
"The number of outstanding connection requests MySQL can have. This comes "
2386
"into play when the main MySQL thread gets very many connection requests in a "
2390
#: drizzled/drizzled.cc:3602
2392
"The size of the cache to hold the SQL statements for the binary log during a "
2393
"transaction. If you often use big, multi-statement transactions you can "
2394
"increase this to get more performance."
2397
#: drizzled/drizzled.cc:3608
2399
"Size of tree cache used in bulk insert optimisation. Note that this is a "
2403
#: drizzled/drizzled.cc:3614
2405
"The number of seconds the mysqld server is waiting for a connect packet "
2406
"before responding with 'Bad handshake'."
2409
#: drizzled/drizzled.cc:3619
2410
msgid "The DATE format (For future)."
2413
#: drizzled/drizzled.cc:3624
2414
msgid "The DATETIME/TIMESTAMP format (for future)."
2417
#: drizzled/drizzled.cc:3629
2418
msgid "The default week format used by WEEK() functions."
2421
#: drizzled/drizzled.cc:3634
2423
"Precision of the result of '/' operator will be increased on that value."
2426
#: drizzled/drizzled.cc:3640
2428
"If non-zero, binary logs will be purged after expire_logs_days days; "
2429
"possible purges happen at startup and at binary log rotation."
2432
#: drizzled/drizzled.cc:3646
2433
msgid "The maximum length of the result of function group_concat."
2436
#: drizzled/drizzled.cc:3651
2438
"The number of seconds the server waits for activity on an interactive "
2439
"connection before closing it."
2442
#: drizzled/drizzled.cc:3657
2443
msgid "The size of the buffer that is used for full joins."
2446
#: drizzled/drizzled.cc:3663
2447
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
2450
#: drizzled/drizzled.cc:3668
2452
"The size of the buffer used for index blocks for MyISAM tables. Increase "
2453
"this to get better index handling (for all reads and multiple writes) to as "
2454
"much as you can afford;"
2457
#: drizzled/drizzled.cc:3677
2459
"This characterizes the number of hits a hot block has to be untouched until "
2460
"it is considered aged enough to be downgraded to a warm block. This "
2461
"specifies the percentage ratio of that number of hits to the total number of "
2462
"blocks in key cache"
2464
"This characterises the number of hits a hot block has to be untouched until "
2465
"it is considered aged enough to be downgraded to a warm block. This "
2466
"specifies the percentage ratio of that number of hits to the total number of "
2467
"blocks in key cache"
2469
#: drizzled/drizzled.cc:3686
2470
msgid "The default size of key cache blocks"
2473
#: drizzled/drizzled.cc:3692
2474
msgid "The minimum percentage of warm blocks in key cache"
2477
#: drizzled/drizzled.cc:3698
2479
"Log all queries that have taken more than long_query_time seconds to execute "
2480
"to file. The argument will be treated as a decimal value with microsecond "
2483
"Log all queries that have taken more than long_query_time seconds to execute "
2484
"to file. The argument will be treated as a decimal value with microsecond "
2487
#: drizzled/drizzled.cc:3704
2488
msgid "Max packetlength to send/receive from to server."
2491
#: drizzled/drizzled.cc:3709
2493
"Can be used to restrict the total size used to cache a multi-transaction "
2497
#: drizzled/drizzled.cc:3714
2499
"Binary log will be rotated automatically when the size exceeds this value. "
2500
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
2501
"for this variable is 4096."
2504
#: drizzled/drizzled.cc:3720
2506
"If there is more than this number of interrupted connections from a host "
2507
"this host will be blocked from further connections."
2510
#: drizzled/drizzled.cc:3727
2511
msgid "The number of simultaneous clients allowed."
2514
#: drizzled/drizzled.cc:3732
2515
msgid "Max number of errors/warnings to store for a statement."
2518
#: drizzled/drizzled.cc:3737
2519
msgid "Don't allow creation of heap tables bigger than this."
2522
#: drizzled/drizzled.cc:3743
2524
"Joins that are probably going to read more than max_join_size records return "
2528
#: drizzled/drizzled.cc:3749
2529
msgid "Max number of bytes in sorted records."
2532
#: drizzled/drizzled.cc:3754
2534
"If non-zero: relay log will be rotated automatically when the size exceeds "
2535
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
2536
"excepted, the minimum value for this variable is 4096."
2539
#: drizzled/drizzled.cc:3761
2540
msgid "Limit assumed max number of seeks when looking up rows based on a key"
2543
#: drizzled/drizzled.cc:3766
2545
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
2546
"max_sort_length bytes of each value are used; the rest are ignored)."
2549
#: drizzled/drizzled.cc:3773
2550
msgid "Maximum number of temporary tables a client can keep open at a time."
2553
#: drizzled/drizzled.cc:3778
2554
msgid "After this many write locks, allow some read locks to run in between."
2557
#: drizzled/drizzled.cc:3782
2559
"Don't log queries which examine less than min_examined_row_limit rows to "
2563
#: drizzled/drizzled.cc:3788
2564
msgid "Block size to be used for MyISAM index pages."
2567
#: drizzled/drizzled.cc:3794
2568
msgid "Default pointer size to be used for MyISAM tables."
2571
#: drizzled/drizzled.cc:3799
2573
"Don't use the fast sort index method to created index if the temporary file "
2574
"would get bigger than this."
2577
#: drizzled/drizzled.cc:3806
2579
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2580
"disables parallel repair."
2583
#: drizzled/drizzled.cc:3812
2585
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2586
"when creating indexes with CREATE INDEX or ALTER TABLE."
2589
#: drizzled/drizzled.cc:3818
2591
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2592
"Possible values of name are 'nulls_unequal' (default behavior), "
2593
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2595
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2596
"Possible values of name are 'nulls_unequal' (default behaviour), "
2597
"'nulls_equal' (emulate MySQL 4.0 behaviour), and 'nulls_ignored'."
2599
#: drizzled/drizzled.cc:3825
2600
msgid "Buffer length for TCP/IP and socket communication."
2603
#: drizzled/drizzled.cc:3830
2605
"Number of seconds to wait for more data from a connection before aborting "
2609
#: drizzled/drizzled.cc:3836
2611
"If a read on a communication port is interrupted, retry this many times "
2615
#: drizzled/drizzled.cc:3842
2617
"Number of seconds to wait for a block to be written to a connection before "
2618
"aborting the write."
2621
#: drizzled/drizzled.cc:3848
2622
msgid "Use compatible behavior."
2623
msgstr "Use compatible behaviour."
2625
#: drizzled/drizzled.cc:3853
2627
"If this is not 0, then mysqld will use this value to reserve file "
2628
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2629
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2630
"larger) number of files."
2633
#: drizzled/drizzled.cc:3860
2636
"Controls the heuristic(s) applied during query optimization to prune less-"
2637
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2638
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2639
"on number of retrieved rows."
2641
"Controls the heuristic(s) applied during query optimisation to prune less-"
2642
"promising partial plans from the optimiser search space. Meaning: 0 - do not "
2643
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2644
"on number of retrieved rows."
2646
#: drizzled/drizzled.cc:3868
2649
"Maximum depth of search performed by the query optimizer. Values larger than "
2650
"the number of relations in a query result in better query plans, but take "
2651
"longer to compile a query. Smaller values than the number of tables in a "
2652
"relation result in faster optimization, but may produce very bad query "
2653
"plans. If set to 0, the system will automatically pick a reasonable value; "
2654
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
2655
"(used for testing/comparison)."
2657
"Maximum depth of search performed by the query optimiser. Values larger than "
2658
"the number of relations in a query result in better query plans, but take "
2659
"longer to compile a query. Smaller values than the number of tables in a "
2660
"relation result in faster optimisation, but may produce very bad query "
2661
"plans. If set to 0, the system will automatically pick a reasonable value; "
2662
"if set to MAX_TABLES+2, the optimiser will switch to the original find_best "
2663
"(used for testing/comparison)."
2665
#: drizzled/drizzled.cc:3880
2666
msgid "Directory for plugins."
2669
#: drizzled/drizzled.cc:3884
2671
"Optional comma separated list of plugins to load, where each plugin is "
2672
"identified by the name of the shared library. [for example: --"
2673
"plugin_load=libmd5udf.so]"
2676
#: drizzled/drizzled.cc:3890
2677
msgid "The size of the buffer that is allocated when preloading indexes"
2680
#: drizzled/drizzled.cc:3895
2681
msgid "Allocation block size for query parsing and execution"
2684
#: drizzled/drizzled.cc:3900
2685
msgid "Persistent buffer for query parsing and execution"
2688
#: drizzled/drizzled.cc:3906
2689
msgid "Allocation block size for storing ranges during optimization"
2690
msgstr "Allocation block size for storing ranges during optimisation"
2692
#: drizzled/drizzled.cc:3912
2694
"Each thread that does a sequential scan allocates a buffer of this size for "
2695
"each table it scans. If you do many sequential scans, you may want to "
2696
"increase this value."
2699
#: drizzled/drizzled.cc:3920
2701
"Make all non-temporary tables read-only, with the exception for replication "
2702
"(slave) threads and users with the SUPER privilege"
2705
#: drizzled/drizzled.cc:3926
2707
"When reading rows in sorted order after a sort, the rows are read through "
2708
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2712
#: drizzled/drizzled.cc:3940
2714
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2718
#: drizzled/drizzled.cc:3946
2719
msgid "Maximum space to use for all relay logs."
2722
#: drizzled/drizzled.cc:3951
2723
msgid "Use compression on master/slave protocol."
2726
#: drizzled/drizzled.cc:3956
2728
"Number of seconds to wait for more data from a master/slave connection "
2729
"before aborting the read."
2732
#: drizzled/drizzled.cc:3961
2734
"Number of times the slave SQL thread will retry a transaction in case it "
2735
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2739
#: drizzled/drizzled.cc:3967
2740
msgid "Allow slave to batch requests."
2743
#: drizzled/drizzled.cc:3971
2745
"If creating the thread takes longer than this value (in seconds), the "
2746
"Slow_launch_threads counter will be incremented."
2749
#: drizzled/drizzled.cc:3976
2750
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2753
#: drizzled/drizzled.cc:3982
2755
"Synchronously flush binary log to disk after every #th event. Use 0 "
2756
"(default) to disable synchronous flushing."
2759
#: drizzled/drizzled.cc:3987
2760
msgid "The number of cached table definitions."
2763
#: drizzled/drizzled.cc:3991
2764
msgid "The number of cached open tables."
2767
#: drizzled/drizzled.cc:3995
2769
"Timeout in seconds to wait for a table level lock before returning an error. "
2770
"Used only if the connection has active cursors."
2773
#: drizzled/drizzled.cc:4000
2774
msgid "How many threads we should keep in a cache for reuse."
2777
#: drizzled/drizzled.cc:4004
2779
"How many threads we should create to handle query requests in case of "
2780
"'thread_handling=pool-of-threads'"
2783
#: drizzled/drizzled.cc:4009
2784
msgid "The stack size for each thread."
2787
#: drizzled/drizzled.cc:4015
2788
msgid "The TIME format (for future)."
2791
#: drizzled/drizzled.cc:4020
2793
"If an internal in-memory temporary table exceeds this size, MySQL will "
2794
"automatically convert it to an on-disk MyISAM table."
2797
#: drizzled/drizzled.cc:4026
2798
msgid "Allocation block size for transactions to be stored in binary log"
2801
#: drizzled/drizzled.cc:4031
2802
msgid "Persistent buffer for transactions to be stored in binary log"
2805
#: drizzled/drizzled.cc:4036
2807
"The number of seconds the server waits for activity on a connection before "
2811
#: drizzled/drizzled.cc:4284
2813
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2814
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
2815
"and you are welcome to modify and redistribute it under the GPL license\n"
2817
"Starts the Drizzle database server\n"
2820
#: drizzled/drizzled.cc:4291
2822
msgid "Usage: %s [OPTIONS]\n"
2825
#: drizzled/drizzled.cc:4302
2828
"To see what values a running Drizzle server is using, type\n"
2829
"'drizzleadmin variables' instead of 'drizzled --help'."
2832
#: drizzled/drizzled.cc:4486
2835
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
2839
#: drizzled/drizzled.cc:4538
2841
msgid "Bad syntax in replicate-rewrite-db - missing '->'!\n"
2844
#: drizzled/drizzled.cc:4547
2846
msgid "Bad syntax in replicate-rewrite-db - empty FROM db!\n"
2849
#: drizzled/drizzled.cc:4557
2851
msgid "Bad syntax in replicate-rewrite-db - empty TO db!\n"
2854
#: drizzled/drizzled.cc:4586 drizzled/drizzled.cc:4595
2856
msgid "Could not add do table rule '%s'!\n"
2859
#: drizzled/drizzled.cc:4604 drizzled/drizzled.cc:4613
2861
msgid "Could not add ignore table rule '%s'!\n"
2864
#: drizzled/drizzled.cc:4657
2865
msgid "Can't start server: cannot resolve hostname!"
2868
#: drizzled/drizzled.cc:4663
2869
msgid "Can't start server: bind-address refers to multiple interfaces!"
2872
#: drizzled/drizzled.cc:4838
2874
"options --log-slow-admin-statements, --log-queries-not-using-indexes and --"
2875
"log-slow-slave-statements have no effect if --log-slow-queries is not set"
2878
#: drizzled/drizzled.cc:5029
2880
msgid "No option given to %s\n"
2883
#: drizzled/drizzled.cc:5031
2885
msgid "Wrong option to %s. Option(s) given: %s\n"
2888
#: drizzled/drizzled.cc:5033
2890
msgid "Alternatives are: '%s'"
2893
#: drizzled/drizzled_error_messages.h:31
2897
#: drizzled/drizzled_error_messages.h:33
2901
#: drizzled/drizzled_error_messages.h:35
2905
#: drizzled/drizzled_error_messages.h:37
2909
#: drizzled/drizzled_error_messages.h:39
2911
msgid "Can't create file '%-.200s' (errno: %d)"
2914
#: drizzled/drizzled_error_messages.h:41
2916
msgid "Can't create table '%-.200s' (errno: %d)"
2919
#: drizzled/drizzled_error_messages.h:43
2921
msgid "Can't create database '%-.192s' (errno: %d)"
2924
#: drizzled/drizzled_error_messages.h:45
2926
msgid "Can't create database '%-.192s'; database exists"
2929
#: drizzled/drizzled_error_messages.h:47
2931
msgid "Can't drop database '%-.192s'; database doesn't exist"
2934
#: drizzled/drizzled_error_messages.h:49
2936
msgid "Error dropping database (can't delete '%-.192s', errno: %d)"
2939
#: drizzled/drizzled_error_messages.h:51
2941
msgid "Error dropping database (can't rmdir '%-.192s', errno: %d)"
2944
#: drizzled/drizzled_error_messages.h:53
2946
msgid "Error on delete of '%-.192s' (errno: %d)"
2949
#: drizzled/drizzled_error_messages.h:55
2950
msgid "Can't read record in system table"
2953
#: drizzled/drizzled_error_messages.h:57
2955
msgid "Can't get status of '%-.200s' (errno: %d)"
2958
#: drizzled/drizzled_error_messages.h:59
2960
msgid "Can't get working directory (errno: %d)"
2963
#: drizzled/drizzled_error_messages.h:61
2965
msgid "Can't lock file (errno: %d)"
2968
#: drizzled/drizzled_error_messages.h:63
2970
msgid "Can't open file: '%-.200s' (errno: %d)"
2973
#: drizzled/drizzled_error_messages.h:65
2975
msgid "Can't find file: '%-.200s' (errno: %d)"
2978
#: drizzled/drizzled_error_messages.h:67
2980
msgid "Can't read dir of '%-.192s' (errno: %d)"
2983
#: drizzled/drizzled_error_messages.h:69
2985
msgid "Can't change dir to '%-.192s' (errno: %d)"
2988
#: drizzled/drizzled_error_messages.h:71
2990
msgid "Record has changed since last read in table '%-.192s'"
2993
#: drizzled/drizzled_error_messages.h:73
2995
msgid "Disk full (%s); waiting for someone to free some space..."
2998
#: drizzled/drizzled_error_messages.h:75
3000
msgid "Can't write; duplicate key in table '%-.192s'"
3003
#: drizzled/drizzled_error_messages.h:77
3005
msgid "Error on close of '%-.192s' (errno: %d)"
3008
#: drizzled/drizzled_error_messages.h:79
3010
msgid "Error reading file '%-.200s' (errno: %d)"
3013
#: drizzled/drizzled_error_messages.h:81
3015
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
3018
#: drizzled/drizzled_error_messages.h:83
3020
msgid "Error writing file '%-.200s' (errno: %d)"
3023
#: drizzled/drizzled_error_messages.h:85
3025
msgid "'%-.192s' is locked against change"
3028
#: drizzled/drizzled_error_messages.h:87
3030
msgid "Sort aborted"
3033
#: drizzled/drizzled_error_messages.h:89
3035
msgid "View '%-.192s' doesn't exist for '%-.192s'"
3038
#: drizzled/drizzled_error_messages.h:91
3040
msgid "Got error %d from storage engine"
3043
#: drizzled/drizzled_error_messages.h:93
3045
msgid "Table storage engine for '%-.192s' doesn't have this option"
3048
#: drizzled/drizzled_error_messages.h:95
3050
msgid "Can't find record in '%-.192s'"
3053
#: drizzled/drizzled_error_messages.h:97
3055
msgid "Incorrect information in file: '%-.200s'"
3058
#: drizzled/drizzled_error_messages.h:99
3060
msgid "Incorrect key file for table '%-.200s'; try to repair it"
3063
#: drizzled/drizzled_error_messages.h:101
3065
msgid "Old key file for table '%-.192s'; repair it!"
3068
#: drizzled/drizzled_error_messages.h:103
3070
msgid "Table '%-.192s' is read only"
3073
#: drizzled/drizzled_error_messages.h:105
3075
msgid "Out of memory; restart server and try again (needed %d bytes)"
3078
#: drizzled/drizzled_error_messages.h:107
3079
msgid "Out of sort memory; increase server sort buffer size"
3082
#: drizzled/drizzled_error_messages.h:109
3084
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
3087
#: drizzled/drizzled_error_messages.h:111
3088
msgid "Too many connections"
3091
#: drizzled/drizzled_error_messages.h:113
3093
"Out of memory; check if mysqld or some other process uses all available "
3094
"memory; if not, you may have to use 'ulimit' to allow mysqld to use more "
3095
"memory or you can add more swap space"
3098
#: drizzled/drizzled_error_messages.h:115
3099
msgid "Can't get hostname for your address"
3102
#: drizzled/drizzled_error_messages.h:117
3103
msgid "Bad handshake"
3106
#: drizzled/drizzled_error_messages.h:119
3108
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
3111
#: drizzled/drizzled_error_messages.h:121
3113
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
3116
#: drizzled/drizzled_error_messages.h:123
3117
msgid "No database selected"
3120
#: drizzled/drizzled_error_messages.h:125
3121
msgid "Unknown command"
3124
#: drizzled/drizzled_error_messages.h:127
3126
msgid "Column '%-.192s' cannot be null"
3129
#: drizzled/drizzled_error_messages.h:129
3131
msgid "Unknown database '%-.192s'"
3134
#: drizzled/drizzled_error_messages.h:131
3136
msgid "Table '%-.192s' already exists"
3139
#: drizzled/drizzled_error_messages.h:133
3141
msgid "Unknown table '%-.100s'"
3144
#: drizzled/drizzled_error_messages.h:135
3146
msgid "Column '%-.192s' in %-.192s is ambiguous"
3149
#: drizzled/drizzled_error_messages.h:137
3150
msgid "Server shutdown in progress"
3153
#: drizzled/drizzled_error_messages.h:139
3155
msgid "Unknown column '%-.192s' in '%-.192s'"
3158
#: drizzled/drizzled_error_messages.h:141
3160
msgid "'%-.192s' isn't in GROUP BY"
3163
#: drizzled/drizzled_error_messages.h:143
3165
msgid "Can't group on '%-.192s'"
3168
#: drizzled/drizzled_error_messages.h:145
3169
msgid "Statement has sum functions and columns in same statement"
3172
#: drizzled/drizzled_error_messages.h:147
3173
msgid "Column count doesn't match value count"
3176
#: drizzled/drizzled_error_messages.h:149
3178
msgid "Identifier name '%-.100s' is too long"
3181
#: drizzled/drizzled_error_messages.h:151
3183
msgid "Duplicate column name '%-.192s'"
3186
#: drizzled/drizzled_error_messages.h:153
3188
msgid "Duplicate key name '%-.192s'"
3191
#: drizzled/drizzled_error_messages.h:155
3193
msgid "Duplicate entry '%-.192s' for key %d"
3196
#: drizzled/drizzled_error_messages.h:157
3198
msgid "Incorrect column specifier for column '%-.192s'"
3201
#: drizzled/drizzled_error_messages.h:159
3203
msgid "%s near '%-.80s' at line %d"
3206
#: drizzled/drizzled_error_messages.h:161
3207
msgid "Query was empty"
3210
#: drizzled/drizzled_error_messages.h:163
3212
msgid "Not unique table/alias: '%-.192s'"
3215
#: drizzled/drizzled_error_messages.h:165
3217
msgid "Invalid default value for '%-.192s'"
3220
#: drizzled/drizzled_error_messages.h:167
3221
msgid "Multiple primary key defined"
3224
#: drizzled/drizzled_error_messages.h:169
3226
msgid "Too many keys specified; max %d keys allowed"
3229
#: drizzled/drizzled_error_messages.h:171
3231
msgid "Too many key parts specified; max %d parts allowed"
3234
#: drizzled/drizzled_error_messages.h:173
3236
msgid "Specified key was too long; max key length is %d bytes"
3239
#: drizzled/drizzled_error_messages.h:175
3241
msgid "Key column '%-.192s' doesn't exist in table"
3244
#: drizzled/drizzled_error_messages.h:177
3247
"BLOB column '%-.192s' can't be used in key specification with the used table "
3251
#: drizzled/drizzled_error_messages.h:179
3254
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
3258
#: drizzled/drizzled_error_messages.h:181
3260
"Incorrect table definition; there can be only one auto column and it must be "
3264
#: drizzled/drizzled_error_messages.h:183
3267
"%s: ready for connections.\n"
3268
"Version: '%s' socket: '%s' port: %d"
3271
#: drizzled/drizzled_error_messages.h:185
3273
msgid "%s: Normal shutdown\n"
3276
#: drizzled/drizzled_error_messages.h:187
3278
msgid "%s: Got signal %d. Aborting!\n"
3281
#: drizzled/drizzled_error_messages.h:189
3283
msgid "%s: Shutdown complete\n"
3286
#: drizzled/drizzled_error_messages.h:191
3288
msgid "%s: Forcing close of thread %ld user: '%-.48s'\n"
3291
#: drizzled/drizzled_error_messages.h:193
3292
msgid "Can't create IP socket"
3295
#: drizzled/drizzled_error_messages.h:195
3298
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
3302
#: drizzled/drizzled_error_messages.h:197
3303
msgid "Field separator argument is not what is expected; check the manual"
3306
#: drizzled/drizzled_error_messages.h:199
3308
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
3311
#: drizzled/drizzled_error_messages.h:201
3314
"The file '%-.128s' must be in the database directory or be readable by all"
3317
#: drizzled/drizzled_error_messages.h:203
3319
msgid "File '%-.200s' already exists"
3322
#: drizzled/drizzled_error_messages.h:205
3324
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
3327
#: drizzled/drizzled_error_messages.h:207
3329
msgid "Records: %ld Duplicates: %ld"
3332
#: drizzled/drizzled_error_messages.h:209
3334
"Incorrect prefix key; the used key part isn't a string, the used length is "
3335
"longer than the key part, or the storage engine doesn't support unique "
3339
#: drizzled/drizzled_error_messages.h:211
3340
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
3343
#: drizzled/drizzled_error_messages.h:213
3345
msgid "Can't DROP '%-.192s'; check that column/key exists"
3348
#: drizzled/drizzled_error_messages.h:215
3350
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
3353
#: drizzled/drizzled_error_messages.h:217
3355
msgid "You can't specify target table '%-.192s' for update in FROM clause"
3358
#: drizzled/drizzled_error_messages.h:219
3360
msgid "Unknown thread id: %lu"
3363
#: drizzled/drizzled_error_messages.h:221
3365
msgid "You are not owner of thread %lu"
3368
#: drizzled/drizzled_error_messages.h:223
3369
msgid "No tables used"
3372
#: drizzled/drizzled_error_messages.h:225
3374
msgid "Too many strings for column %-.192s and SET"
3377
#: drizzled/drizzled_error_messages.h:227
3379
msgid "Can't generate a unique log-filename %-.200s.(1-999)\n"
3382
#: drizzled/drizzled_error_messages.h:229
3384
msgid "Table '%-.192s' was locked with a READ lock and can't be updated"
3387
#: drizzled/drizzled_error_messages.h:231
3389
msgid "Table '%-.192s' was not locked with LOCK TABLES"
3392
#: drizzled/drizzled_error_messages.h:233
3394
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
3397
#: drizzled/drizzled_error_messages.h:235
3399
msgid "Incorrect database name '%-.100s'"
3402
#: drizzled/drizzled_error_messages.h:237
3404
msgid "Incorrect table name '%-.100s'"
3407
#: drizzled/drizzled_error_messages.h:239
3409
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
3410
"use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
3413
#: drizzled/drizzled_error_messages.h:241
3414
msgid "Unknown error"
3417
#: drizzled/drizzled_error_messages.h:243
3419
msgid "Unknown procedure '%-.192s'"
3422
#: drizzled/drizzled_error_messages.h:245
3424
msgid "Incorrect parameter count to procedure '%-.192s'"
3427
#: drizzled/drizzled_error_messages.h:247
3429
msgid "Incorrect parameters to procedure '%-.192s'"
3432
#: drizzled/drizzled_error_messages.h:249
3434
msgid "Unknown table '%-.192s' in %-.32s"
3437
#: drizzled/drizzled_error_messages.h:251
3439
msgid "Column '%-.192s' specified twice"
3442
#: drizzled/drizzled_error_messages.h:253
3443
msgid "Invalid use of group function"
3446
#: drizzled/drizzled_error_messages.h:255
3449
"Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
3452
#: drizzled/drizzled_error_messages.h:257
3453
msgid "A table must have at least 1 column"
3456
#: drizzled/drizzled_error_messages.h:259
3458
msgid "The table '%-.192s' is full"
3461
#: drizzled/drizzled_error_messages.h:261
3463
msgid "Unknown character set: '%-.64s'"
3466
#: drizzled/drizzled_error_messages.h:263
3468
msgid "Too many tables; MySQL can only use %d tables in a join"
3471
#: drizzled/drizzled_error_messages.h:265
3472
msgid "Too many columns"
3475
#: drizzled/drizzled_error_messages.h:267
3478
"Row size too large. The maximum row size for the used table type, not "
3479
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
3482
#: drizzled/drizzled_error_messages.h:269
3485
"Thread stack overrun: Used: %ld of a %ld stack. Use 'mysqld -O "
3486
"thread_stack=#' to specify a bigger stack if needed"
3489
#: drizzled/drizzled_error_messages.h:271
3490
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
3493
#: drizzled/drizzled_error_messages.h:273
3496
"Table handler doesn't support NULL in given index. Please change column "
3497
"'%-.192s' to be NOT NULL or use another handler"
3500
#: drizzled/drizzled_error_messages.h:275
3502
msgid "Can't load function '%-.192s'"
3505
#: drizzled/drizzled_error_messages.h:277
3507
msgid "Can't initialize function '%-.192s'; %-.80s"
3508
msgstr "Can't initialise function '%-.192s'; %-.80s"
3510
#: drizzled/drizzled_error_messages.h:279
3511
msgid "No paths allowed for shared library"
3514
#: drizzled/drizzled_error_messages.h:281
3516
msgid "Function '%-.192s' already exists"
3519
#: drizzled/drizzled_error_messages.h:283
3521
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
3524
#: drizzled/drizzled_error_messages.h:285
3526
msgid "Can't find symbol '%-.128s' in library"
3529
#: drizzled/drizzled_error_messages.h:287
3531
msgid "Function '%-.192s' is not defined"
3534
#: drizzled/drizzled_error_messages.h:289
3537
"Host '%-.64s' is blocked because of many connection errors; unblock with "
3538
"'mysqladmin flush-hosts'"
3541
#: drizzled/drizzled_error_messages.h:291
3543
msgid "Host '%-.64s' is not allowed to connect to this MySQL server"
3546
#: drizzled/drizzled_error_messages.h:293
3548
"You are using MySQL as an anonymous user and anonymous users are not allowed "
3549
"to change passwords"
3552
#: drizzled/drizzled_error_messages.h:295
3554
"You must have privileges to update tables in the mysql database to be able "
3555
"to change passwords for others"
3558
#: drizzled/drizzled_error_messages.h:297
3559
msgid "Can't find any matching row in the user table"
3562
#: drizzled/drizzled_error_messages.h:299
3564
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
3567
#: drizzled/drizzled_error_messages.h:301
3570
"Can't create a new thread (errno %d); if you are not out of available "
3571
"memory, you can consult the manual for a possible OS-dependent bug"
3574
#: drizzled/drizzled_error_messages.h:303
3576
msgid "Column count doesn't match value count at row %ld"
3579
#: drizzled/drizzled_error_messages.h:305
3581
msgid "Can't reopen table: '%-.192s'"
3584
#: drizzled/drizzled_error_messages.h:307
3585
msgid "Invalid use of NULL value"
3588
#: drizzled/drizzled_error_messages.h:309
3590
msgid "Got error '%-.64s' from regexp"
3593
#: drizzled/drizzled_error_messages.h:311
3595
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
3596
"illegal if there is no GROUP BY clause"
3599
#: drizzled/drizzled_error_messages.h:313
3601
msgid "There is no such grant defined for user '%-.48s' on host '%-.64s'"
3604
#: drizzled/drizzled_error_messages.h:315
3606
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
3609
#: drizzled/drizzled_error_messages.h:317
3612
"%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in "
3616
#: drizzled/drizzled_error_messages.h:319
3618
"Illegal GRANT/REVOKE command; please consult the manual to see which "
3619
"privileges can be used"
3622
#: drizzled/drizzled_error_messages.h:321
3623
msgid "The host or user argument to GRANT is too long"
3626
#: drizzled/drizzled_error_messages.h:323
3628
msgid "Table '%-.192s.%-.192s' doesn't exist"
3631
#: drizzled/drizzled_error_messages.h:325
3634
"There is no such grant defined for user '%-.48s' on host '%-.64s' on table "
3638
#: drizzled/drizzled_error_messages.h:327
3639
msgid "The used command is not allowed with this MySQL version"
3642
#: drizzled/drizzled_error_messages.h:329
3644
"You have an error in your SQL syntax; check the manual that corresponds to "
3645
"your MySQL server version for the right syntax to use"
3648
#: drizzled/drizzled_error_messages.h:331
3650
msgid "Delayed insert thread couldn't get requested lock for table %-.192s"
3653
#: drizzled/drizzled_error_messages.h:333
3654
msgid "Too many delayed threads in use"
3657
#: drizzled/drizzled_error_messages.h:335
3659
msgid "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
3662
#: drizzled/drizzled_error_messages.h:337
3663
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
3666
#: drizzled/drizzled_error_messages.h:339
3667
msgid "Got a read error from the connection pipe"
3670
#: drizzled/drizzled_error_messages.h:341
3671
msgid "Got an error from fcntl()"
3674
#: drizzled/drizzled_error_messages.h:343
3675
msgid "Got packets out of order"
3678
#: drizzled/drizzled_error_messages.h:355
3679
msgid "Result string is longer than 'max_allowed_packet' bytes"
3682
#: drizzled/drizzled_error_messages.h:357
3683
msgid "The used table type doesn't support BLOB/TEXT columns"
3686
#: drizzled/drizzled_error_messages.h:359
3687
msgid "The used table type doesn't support AUTO_INCREMENT columns"
3690
#: drizzled/drizzled_error_messages.h:361
3693
"INSERT DELAYED can't be used with table '%-.192s' because it is locked with "
3697
#: drizzled/drizzled_error_messages.h:363
3699
msgid "Incorrect column name '%-.100s'"
3702
#: drizzled/drizzled_error_messages.h:365
3704
msgid "The used storage engine can't index column '%-.192s'"
3707
#: drizzled/drizzled_error_messages.h:367
3709
"Unable to open underlying table which is differently defined or of non-"
3710
"MyISAM type or doesn't exist"
3713
#: drizzled/drizzled_error_messages.h:369
3715
msgid "Can't write, because of unique constraint, to table '%-.192s'"
3718
#: drizzled/drizzled_error_messages.h:371
3721
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
3724
#: drizzled/drizzled_error_messages.h:373
3726
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
3730
#: drizzled/drizzled_error_messages.h:375
3731
msgid "Result consisted of more than one row"
3734
#: drizzled/drizzled_error_messages.h:377
3735
msgid "This table type requires a primary key"
3738
#: drizzled/drizzled_error_messages.h:379
3739
msgid "This version of MySQL is not compiled with RAID support"
3742
#: drizzled/drizzled_error_messages.h:381
3744
"You are using safe update mode and you tried to update a table without a "
3745
"WHERE that uses a KEY column"
3748
#: drizzled/drizzled_error_messages.h:383
3750
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
3753
#: drizzled/drizzled_error_messages.h:385
3754
msgid "Can't open table"
3757
#: drizzled/drizzled_error_messages.h:387
3759
msgid "The storage engine for the table doesn't support %s"
3762
#: drizzled/drizzled_error_messages.h:389
3763
msgid "You are not allowed to execute this command in a transaction"
3766
#: drizzled/drizzled_error_messages.h:391
3768
msgid "Got error %d during COMMIT"
3771
#: drizzled/drizzled_error_messages.h:393
3773
msgid "Got error %d during ROLLBACK"
3776
#: drizzled/drizzled_error_messages.h:395
3778
msgid "Got error %d during FLUSH_LOGS"
3781
#: drizzled/drizzled_error_messages.h:397
3783
msgid "Got error %d during CHECKPOINT"
3786
#: drizzled/drizzled_error_messages.h:399
3789
"Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: "
3793
#: drizzled/drizzled_error_messages.h:401
3794
msgid "The storage engine for the table does not support binary table dump"
3797
#: drizzled/drizzled_error_messages.h:403
3798
msgid "Binlog closed, cannot RESET MASTER"
3801
#: drizzled/drizzled_error_messages.h:405
3803
msgid "Failed rebuilding the index of dumped table '%-.192s'"
3806
#: drizzled/drizzled_error_messages.h:407
3808
msgid "Error from master: '%-.64s'"
3811
#: drizzled/drizzled_error_messages.h:409
3812
msgid "Net error reading from master"
3815
#: drizzled/drizzled_error_messages.h:411
3816
msgid "Net error writing to master"
3819
#: drizzled/drizzled_error_messages.h:413
3820
msgid "Can't find FULLTEXT index matching the column list"
3823
#: drizzled/drizzled_error_messages.h:415
3825
"Can't execute the given command because you have active locked tables or an "
3826
"active transaction"
3829
#: drizzled/drizzled_error_messages.h:417
3831
msgid "Unknown system variable '%-.64s'"
3834
#: drizzled/drizzled_error_messages.h:419
3836
msgid "Table '%-.192s' is marked as crashed and should be repaired"
3839
#: drizzled/drizzled_error_messages.h:421
3842
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
3845
#: drizzled/drizzled_error_messages.h:423
3846
msgid "Some non-transactional changed tables couldn't be rolled back"
3849
#: drizzled/drizzled_error_messages.h:425
3851
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes "
3852
"of storage; increase this mysqld variable and try again"
3855
#: drizzled/drizzled_error_messages.h:427
3857
"This operation cannot be performed with a running slave; run STOP SLAVE first"
3860
#: drizzled/drizzled_error_messages.h:429
3862
"This operation requires a running slave; configure slave and do START SLAVE"
3865
#: drizzled/drizzled_error_messages.h:431
3866
msgid "The server is not configured as slave; fix with CHANGE MASTER TO"
3869
#: drizzled/drizzled_error_messages.h:433
3871
"Could not initialize master info structure; more error messages can be found "
3872
"in the MySQL error log"
3874
"Could not initialise master info structure; more error messages can be found "
3875
"in the MySQL error log"
3877
#: drizzled/drizzled_error_messages.h:435
3878
msgid "Could not create slave thread; check system resources"
3881
#: drizzled/drizzled_error_messages.h:437
3884
"User %-.64s already has more than 'max_user_connections' active connections"
3887
#: drizzled/drizzled_error_messages.h:439
3888
msgid "You may only use constant expressions with SET"
3891
#: drizzled/drizzled_error_messages.h:441
3892
msgid "Lock wait timeout exceeded; try restarting transaction"
3895
#: drizzled/drizzled_error_messages.h:443
3896
msgid "The total number of locks exceeds the lock table size"
3899
#: drizzled/drizzled_error_messages.h:445
3900
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
3903
#: drizzled/drizzled_error_messages.h:447
3904
msgid "DROP DATABASE not allowed while thread is holding global read lock"
3907
#: drizzled/drizzled_error_messages.h:449
3908
msgid "CREATE DATABASE not allowed while thread is holding global read lock"
3911
#: drizzled/drizzled_error_messages.h:451
3913
msgid "Incorrect arguments to %s"
3916
#: drizzled/drizzled_error_messages.h:453
3918
msgid "'%-.48s'@'%-.64s' is not allowed to create new users"
3921
#: drizzled/drizzled_error_messages.h:455
3923
"Incorrect table definition; all MERGE tables must be in the same database"
3926
#: drizzled/drizzled_error_messages.h:457
3927
msgid "Deadlock found when trying to get lock; try restarting transaction"
3930
#: drizzled/drizzled_error_messages.h:459
3931
msgid "The used table type doesn't support FULLTEXT indexes"
3934
#: drizzled/drizzled_error_messages.h:461
3935
msgid "Cannot add foreign key constraint"
3938
#: drizzled/drizzled_error_messages.h:463
3939
msgid "Cannot add or update a child row: a foreign key constraint fails"
3942
#: drizzled/drizzled_error_messages.h:465
3943
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
3946
#: drizzled/drizzled_error_messages.h:467
3948
msgid "Error connecting to master: %-.128s"
3951
#: drizzled/drizzled_error_messages.h:469
3953
msgid "Error running query on master: %-.128s"
3956
#: drizzled/drizzled_error_messages.h:471
3958
msgid "Error when executing command %s: %-.128s"
3961
#: drizzled/drizzled_error_messages.h:473
3963
msgid "Incorrect usage of %s and %s"
3966
#: drizzled/drizzled_error_messages.h:475
3967
msgid "The used SELECT statements have a different number of columns"
3970
#: drizzled/drizzled_error_messages.h:477
3971
msgid "Can't execute the query because you have a conflicting read lock"
3974
#: drizzled/drizzled_error_messages.h:479
3975
msgid "Mixing of transactional and non-transactional tables is disabled"
3978
#: drizzled/drizzled_error_messages.h:481
3980
msgid "Option '%s' used twice in statement"
3983
#: drizzled/drizzled_error_messages.h:483
3985
msgid "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
3988
#: drizzled/drizzled_error_messages.h:485
3990
msgid "Access denied; you need the %-.128s privilege for this operation"
3993
#: drizzled/drizzled_error_messages.h:487
3996
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
3999
#: drizzled/drizzled_error_messages.h:489
4002
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
4005
#: drizzled/drizzled_error_messages.h:491
4007
msgid "Variable '%-.64s' doesn't have a default value"
4010
#: drizzled/drizzled_error_messages.h:493
4012
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
4015
#: drizzled/drizzled_error_messages.h:495
4017
msgid "Incorrect argument type to variable '%-.64s'"
4020
#: drizzled/drizzled_error_messages.h:497
4022
msgid "Variable '%-.64s' can only be set, not read"
4025
#: drizzled/drizzled_error_messages.h:499
4027
msgid "Incorrect usage/placement of '%s'"
4030
#: drizzled/drizzled_error_messages.h:501
4032
msgid "This version of MySQL doesn't yet support '%s'"
4035
#: drizzled/drizzled_error_messages.h:503
4038
"Got fatal error %d: '%-.128s' from master when reading data from binary log"
4041
#: drizzled/drizzled_error_messages.h:505
4042
msgid "Slave SQL thread ignored the query because of replicate-*-table rules"
4045
#: drizzled/drizzled_error_messages.h:507
4047
msgid "Variable '%-.192s' is a %s variable"
4050
#: drizzled/drizzled_error_messages.h:509
4052
msgid "Incorrect foreign key definition for '%-.192s': %s"
4055
#: drizzled/drizzled_error_messages.h:511
4056
msgid "Key reference and table reference don't match"
4059
#: drizzled/drizzled_error_messages.h:513
4061
msgid "Operand should contain %d column(s)"
4064
#: drizzled/drizzled_error_messages.h:515
4065
msgid "Subquery returns more than 1 row"
4068
#: drizzled/drizzled_error_messages.h:517
4070
msgid "Unknown prepared statement handler (%.*s) given to %s"
4073
#: drizzled/drizzled_error_messages.h:519
4074
msgid "Help database is corrupt or does not exist"
4077
#: drizzled/drizzled_error_messages.h:521
4078
msgid "Cyclic reference on subqueries"
4081
#: drizzled/drizzled_error_messages.h:523
4083
msgid "Converting column '%s' from %s to %s"
4086
#: drizzled/drizzled_error_messages.h:525
4088
msgid "Reference '%-.64s' not supported (%s)"
4091
#: drizzled/drizzled_error_messages.h:527
4092
msgid "Every derived table must have its own alias"
4095
#: drizzled/drizzled_error_messages.h:529
4097
msgid "Select %u was reduced during optimization"
4100
#: drizzled/drizzled_error_messages.h:531
4102
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
4105
#: drizzled/drizzled_error_messages.h:533
4107
"Client does not support authentication protocol requested by server; "
4108
"consider upgrading MySQL client"
4111
#: drizzled/drizzled_error_messages.h:535
4112
msgid "All parts of a SPATIAL index must be NOT NULL"
4115
#: drizzled/drizzled_error_messages.h:537
4117
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
4120
#: drizzled/drizzled_error_messages.h:539
4121
msgid "Slave is already running"
4124
#: drizzled/drizzled_error_messages.h:541
4125
msgid "Slave already has been stopped"
4128
#: drizzled/drizzled_error_messages.h:543
4131
"Uncompressed data size too large; the maximum size is %d (probably, length "
4132
"of uncompressed data was corrupted)"
4135
#: drizzled/drizzled_error_messages.h:545
4136
msgid "ZLIB: Not enough memory"
4139
#: drizzled/drizzled_error_messages.h:547
4141
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
4142
"data was corrupted)"
4145
#: drizzled/drizzled_error_messages.h:549
4146
msgid "ZLIB: Input data corrupted"
4149
#: drizzled/drizzled_error_messages.h:551
4151
msgid "%d line(s) were cut by GROUP_CONCAT()"
4154
#: drizzled/drizzled_error_messages.h:553
4156
msgid "Row %ld doesn't contain data for all columns"
4159
#: drizzled/drizzled_error_messages.h:555
4162
"Row %ld was truncated; it contained more data than there were input columns"
4165
#: drizzled/drizzled_error_messages.h:557
4168
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
4171
#: drizzled/drizzled_error_messages.h:559
4173
msgid "Out of range value for column '%s' at row %ld"
4176
#: drizzled/drizzled_error_messages.h:561
4178
msgid "Data truncated for column '%s' at row %ld"
4181
#: drizzled/drizzled_error_messages.h:563
4183
msgid "Using storage engine %s for table '%s'"
4186
#: drizzled/drizzled_error_messages.h:565
4188
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
4191
#: drizzled/drizzled_error_messages.h:567
4192
msgid "Cannot drop one or more of the requested users"
4195
#: drizzled/drizzled_error_messages.h:569
4196
msgid "Can't revoke all privileges for one or more of the requested users"
4199
#: drizzled/drizzled_error_messages.h:571
4201
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
4204
#: drizzled/drizzled_error_messages.h:573
4206
msgid "Illegal mix of collations for operation '%s'"
4209
#: drizzled/drizzled_error_messages.h:575
4212
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
4216
#: drizzled/drizzled_error_messages.h:577
4218
msgid "Unknown collation: '%-.64s'"
4221
#: drizzled/drizzled_error_messages.h:579
4223
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was "
4224
"compiled without SSL support; they can be used later if MySQL slave with SSL "
4228
#: drizzled/drizzled_error_messages.h:581
4231
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the "
4232
"old format; please change the password to the new format"
4235
#: drizzled/drizzled_error_messages.h:583
4238
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
4242
#: drizzled/drizzled_error_messages.h:585
4243
msgid "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
4246
#: drizzled/drizzled_error_messages.h:587
4248
"It is recommended to use --skip-slave-start when doing step-by-step "
4249
"replication with START SLAVE UNTIL; otherwise, you will get problems if you "
4250
"get an unexpected slave's mysqld restart"
4253
#: drizzled/drizzled_error_messages.h:589
4254
msgid "SQL thread is not to be started so UNTIL options are ignored"
4257
#: drizzled/drizzled_error_messages.h:591
4259
msgid "Incorrect index name '%-.100s'"
4262
#: drizzled/drizzled_error_messages.h:593
4264
msgid "Incorrect catalog name '%-.100s'"
4265
msgstr "Incorrect catalogue name '%-.100s'"
4267
#: drizzled/drizzled_error_messages.h:595
4269
msgid "Query cache failed to set size %lu; new query cache size is %lu"
4272
#: drizzled/drizzled_error_messages.h:597
4274
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
4277
#: drizzled/drizzled_error_messages.h:599
4279
msgid "Unknown key cache '%-.100s'"
4282
#: drizzled/drizzled_error_messages.h:601
4284
"MySQL is started in --skip-name-resolve mode; you must restart it without "
4285
"this switch for this grant to work"
4288
#: drizzled/drizzled_error_messages.h:603
4290
msgid "Unknown table engine '%s'"
4293
#: drizzled/drizzled_error_messages.h:605
4295
msgid "'%s' is deprecated; use '%s' instead"
4298
#: drizzled/drizzled_error_messages.h:607
4300
msgid "The target table %-.100s of the %s is not updatable"
4303
#: drizzled/drizzled_error_messages.h:609
4306
"The '%s' feature is disabled; you need MySQL built with '%s' to have it "
4310
#: drizzled/drizzled_error_messages.h:611
4313
"The MySQL server is running with the %s option so it cannot execute this "
4317
#: drizzled/drizzled_error_messages.h:613
4319
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
4322
#: drizzled/drizzled_error_messages.h:615
4324
msgid "Truncated incorrect %-.32s value: '%-.128s'"
4327
#: drizzled/drizzled_error_messages.h:617
4329
"Incorrect table definition; there can be only one TIMESTAMP column with "
4330
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
4333
#: drizzled/drizzled_error_messages.h:619
4335
msgid "Invalid ON UPDATE clause for '%-.192s' column"
4338
#: drizzled/drizzled_error_messages.h:621
4339
msgid "This command is not supported in the prepared statement protocol yet"
4342
#: drizzled/drizzled_error_messages.h:623
4344
msgid "Got error %d '%-.100s' from %s"
4347
#: drizzled/drizzled_error_messages.h:625
4349
msgid "Got temporary error %d '%-.100s' from %s"
4352
#: drizzled/drizzled_error_messages.h:627
4354
msgid "Unknown or incorrect time zone: '%-.64s'"
4357
#: drizzled/drizzled_error_messages.h:629
4359
msgid "Invalid TIMESTAMP value in column '%s' at row %ld"
4362
#: drizzled/drizzled_error_messages.h:631
4364
msgid "Invalid %s character string: '%.64s'"
4367
#: drizzled/drizzled_error_messages.h:633
4369
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
4372
#: drizzled/drizzled_error_messages.h:635
4374
msgid "Conflicting declarations: '%s%s' and '%s%s'"
4377
#: drizzled/drizzled_error_messages.h:637
4379
msgid "Can't create a %s from within another stored routine"
4382
#: drizzled/drizzled_error_messages.h:639
4384
msgid "%s %s already exists"
4387
#: drizzled/drizzled_error_messages.h:641
4389
msgid "%s %s does not exist"
4392
#: drizzled/drizzled_error_messages.h:643
4394
msgid "Failed to DROP %s %s"
4397
#: drizzled/drizzled_error_messages.h:645
4399
msgid "Failed to CREATE %s %s"
4402
#: drizzled/drizzled_error_messages.h:647
4404
msgid "%s with no matching label: %s"
4407
#: drizzled/drizzled_error_messages.h:649
4409
msgid "Redefining label %s"
4412
#: drizzled/drizzled_error_messages.h:651
4414
msgid "End-label %s without match"
4417
#: drizzled/drizzled_error_messages.h:653
4419
msgid "Referring to uninitialized variable %s"
4420
msgstr "Referring to uninitialised variable %s"
4422
#: drizzled/drizzled_error_messages.h:655
4424
msgid "PROCEDURE %s can't return a result set in the given context"
4427
#: drizzled/drizzled_error_messages.h:657
4428
msgid "RETURN is only allowed in a FUNCTION"
4431
#: drizzled/drizzled_error_messages.h:659
4433
msgid "%s is not allowed in stored procedures"
4436
#: drizzled/drizzled_error_messages.h:661
4438
"The update log is deprecated and replaced by the binary log; SET "
4439
"SQL_LOG_UPDATE has been ignored"
4442
#: drizzled/drizzled_error_messages.h:663
4444
"The update log is deprecated and replaced by the binary log; SET "
4445
"SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
4448
#: drizzled/drizzled_error_messages.h:665
4449
msgid "Query execution was interrupted"
4452
#: drizzled/drizzled_error_messages.h:667
4454
msgid "Incorrect number of arguments for %s %s; expected %u, got %u"
4457
#: drizzled/drizzled_error_messages.h:669
4459
msgid "Undefined CONDITION: %s"
4462
#: drizzled/drizzled_error_messages.h:671
4464
msgid "No RETURN found in FUNCTION %s"
4467
#: drizzled/drizzled_error_messages.h:673
4469
msgid "FUNCTION %s ended without RETURN"
4472
#: drizzled/drizzled_error_messages.h:675
4473
msgid "Cursor statement must be a SELECT"
4476
#: drizzled/drizzled_error_messages.h:677
4477
msgid "Cursor SELECT must not have INTO"
4480
#: drizzled/drizzled_error_messages.h:679
4482
msgid "Undefined CURSOR: %s"
4485
#: drizzled/drizzled_error_messages.h:681
4486
msgid "Cursor is already open"
4489
#: drizzled/drizzled_error_messages.h:683
4490
msgid "Cursor is not open"
4493
#: drizzled/drizzled_error_messages.h:685
4495
msgid "Undeclared variable: %s"
4498
#: drizzled/drizzled_error_messages.h:687
4499
msgid "Incorrect number of FETCH variables"
4502
#: drizzled/drizzled_error_messages.h:689
4503
msgid "No data - zero rows fetched, selected, or processed"
4506
#: drizzled/drizzled_error_messages.h:691
4508
msgid "Duplicate parameter: %s"
4511
#: drizzled/drizzled_error_messages.h:693
4513
msgid "Duplicate variable: %s"
4516
#: drizzled/drizzled_error_messages.h:695
4518
msgid "Duplicate condition: %s"
4521
#: drizzled/drizzled_error_messages.h:697
4523
msgid "Duplicate cursor: %s"
4526
#: drizzled/drizzled_error_messages.h:699
4528
msgid "Failed to ALTER %s %s"
4531
#: drizzled/drizzled_error_messages.h:701
4532
msgid "Subquery value not supported"
4535
#: drizzled/drizzled_error_messages.h:703
4537
msgid "%s is not allowed in stored function or trigger"
4540
#: drizzled/drizzled_error_messages.h:705
4541
msgid "Variable or condition declaration after cursor or handler declaration"
4544
#: drizzled/drizzled_error_messages.h:707
4545
msgid "Cursor declaration after handler declaration"
4548
#: drizzled/drizzled_error_messages.h:709
4549
msgid "Case not found for CASE statement"
4552
#: drizzled/drizzled_error_messages.h:711
4554
msgid "Configuration file '%-.192s' is too big"
4557
#: drizzled/drizzled_error_messages.h:713
4559
msgid "Malformed file type header in file '%-.192s'"
4562
#: drizzled/drizzled_error_messages.h:715
4564
msgid "Unexpected end of file while parsing comment '%-.200s'"
4567
#: drizzled/drizzled_error_messages.h:717
4569
msgid "Error while parsing parameter '%-.192s' (line: '%-.192s')"
4572
#: drizzled/drizzled_error_messages.h:719
4574
msgid "Unexpected end of file while skipping unknown parameter '%-.192s'"
4577
#: drizzled/drizzled_error_messages.h:721
4578
msgid "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
4581
#: drizzled/drizzled_error_messages.h:723
4583
msgid "File '%-.192s' has unknown type '%-.64s' in its header"
4586
#: drizzled/drizzled_error_messages.h:725
4588
msgid "'%-.192s.%-.192s' is not %s"
4591
#: drizzled/drizzled_error_messages.h:727
4593
msgid "Column '%-.192s' is not updatable"
4596
#: drizzled/drizzled_error_messages.h:729
4597
msgid "View's SELECT contains a subquery in the FROM clause"
4600
#: drizzled/drizzled_error_messages.h:731
4602
msgid "View's SELECT contains a '%s' clause"
4605
#: drizzled/drizzled_error_messages.h:733
4606
msgid "View's SELECT contains a variable or parameter"
4609
#: drizzled/drizzled_error_messages.h:735
4611
msgid "View's SELECT refers to a temporary table '%-.192s'"
4614
#: drizzled/drizzled_error_messages.h:737
4615
msgid "View's SELECT and view's field list have different column counts"
4618
#: drizzled/drizzled_error_messages.h:739
4620
"View merge algorithm can't be used here for now (assumed undefined algorithm)"
4623
#: drizzled/drizzled_error_messages.h:741
4624
msgid "View being updated does not have complete key of underlying table in it"
4627
#: drizzled/drizzled_error_messages.h:743
4630
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
4631
"(s) or definer/invoker of view lack rights to use them"
4634
#: drizzled/drizzled_error_messages.h:745
4636
msgid "Can't drop or alter a %s from within another stored routine"
4639
#: drizzled/drizzled_error_messages.h:747
4640
msgid "GOTO is not allowed in a stored procedure handler"
4643
#: drizzled/drizzled_error_messages.h:749
4644
msgid "Trigger already exists"
4647
#: drizzled/drizzled_error_messages.h:751
4648
msgid "Trigger does not exist"
4651
#: drizzled/drizzled_error_messages.h:753
4653
msgid "Trigger's '%-.192s' is view or temporary table"
4656
#: drizzled/drizzled_error_messages.h:755
4658
msgid "Updating of %s row is not allowed in %strigger"
4659
msgstr "Updating of %s row is not allowed in %s trigger"
4661
#: drizzled/drizzled_error_messages.h:757
4663
msgid "There is no %s row in %s trigger"
4666
#: drizzled/drizzled_error_messages.h:759
4668
msgid "Field '%-.192s' doesn't have a default value"
4671
#: drizzled/drizzled_error_messages.h:761
4672
msgid "Division by 0"
4675
#: drizzled/drizzled_error_messages.h:763
4677
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
4680
#: drizzled/drizzled_error_messages.h:765
4682
msgid "Illegal %s '%-.192s' value found during parsing"
4685
#: drizzled/drizzled_error_messages.h:767
4687
msgid "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
4690
#: drizzled/drizzled_error_messages.h:769
4692
msgid "CHECK OPTION failed '%-.192s.%-.192s'"
4695
#: drizzled/drizzled_error_messages.h:771
4697
msgid "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
4700
#: drizzled/drizzled_error_messages.h:773
4702
msgid "Failed purging old relay logs: %s"
4705
#: drizzled/drizzled_error_messages.h:775
4707
msgid "Password hash should be a %d-digit hexadecimal number"
4710
#: drizzled/drizzled_error_messages.h:777
4711
msgid "Target log not found in binlog index"
4714
#: drizzled/drizzled_error_messages.h:779
4715
msgid "I/O error reading log index file"
4718
#: drizzled/drizzled_error_messages.h:781
4719
msgid "Server configuration does not permit binlog purge"
4722
#: drizzled/drizzled_error_messages.h:783
4723
msgid "Failed on fseek()"
4726
#: drizzled/drizzled_error_messages.h:785
4727
msgid "Fatal error during log purge"
4730
#: drizzled/drizzled_error_messages.h:787
4731
msgid "A purgeable log is in use, will not purge"
4734
#: drizzled/drizzled_error_messages.h:789
4735
msgid "Unknown error during log purge"
4738
#: drizzled/drizzled_error_messages.h:791
4740
msgid "Failed initializing relay log position: %s"
4741
msgstr "Failed initialising relay log position: %s"
4743
#: drizzled/drizzled_error_messages.h:793
4744
msgid "You are not using binary logging"
4747
#: drizzled/drizzled_error_messages.h:795
4750
"The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
4753
#: drizzled/drizzled_error_messages.h:797
4754
msgid "WSAStartup Failed"
4757
#: drizzled/drizzled_error_messages.h:799
4758
msgid "Can't handle procedures with different groups yet"
4761
#: drizzled/drizzled_error_messages.h:801
4762
msgid "Select must have a group with this procedure"
4765
#: drizzled/drizzled_error_messages.h:803
4766
msgid "Can't use ORDER clause with this procedure"
4769
#: drizzled/drizzled_error_messages.h:805
4771
msgid "Binary logging and replication forbid changing the global server %s"
4774
#: drizzled/drizzled_error_messages.h:807
4776
msgid "Can't map file: %-.200s, errno: %d"
4779
#: drizzled/drizzled_error_messages.h:809
4781
msgid "Wrong magic in %-.64s"
4784
#: drizzled/drizzled_error_messages.h:811
4785
msgid "Prepared statement contains too many placeholders"
4788
#: drizzled/drizzled_error_messages.h:813
4790
msgid "Key part '%-.192s' length cannot be 0"
4793
#: drizzled/drizzled_error_messages.h:815
4794
msgid "View text checksum failed"
4797
#: drizzled/drizzled_error_messages.h:817
4800
"Can not modify more than one base table through a join view '%-.192s.%-.192s'"
4803
#: drizzled/drizzled_error_messages.h:819
4805
msgid "Can not insert into join view '%-.192s.%-.192s' without fields list"
4808
#: drizzled/drizzled_error_messages.h:821
4810
msgid "Can not delete from join view '%-.192s.%-.192s'"
4813
#: drizzled/drizzled_error_messages.h:823
4815
msgid "Operation %s failed for %.256s"
4818
#: drizzled/drizzled_error_messages.h:825
4819
msgid "XAER_NOTA: Unknown XID"
4822
#: drizzled/drizzled_error_messages.h:827
4823
msgid "XAER_INVAL: Invalid arguments (or unsupported command)"
4826
#: drizzled/drizzled_error_messages.h:829
4829
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
4833
#: drizzled/drizzled_error_messages.h:831
4834
msgid "XAER_OUTSIDE: Some work is done outside global transaction"
4837
#: drizzled/drizzled_error_messages.h:833
4839
"XAER_RMERR: Fatal error occurred in the transaction branch - check your data "
4843
#: drizzled/drizzled_error_messages.h:835
4844
msgid "XA_RBROLLBACK: Transaction branch was rolled back"
4847
#: drizzled/drizzled_error_messages.h:837
4850
"There is no such grant defined for user '%-.48s' on host '%-.64s' on routine "
4854
#: drizzled/drizzled_error_messages.h:839
4855
msgid "Failed to grant EXECUTE and ALTER ROUTINE privileges"
4858
#: drizzled/drizzled_error_messages.h:841
4859
msgid "Failed to revoke all privileges to dropped routine"
4862
#: drizzled/drizzled_error_messages.h:843
4864
msgid "Data too long for column '%s' at row %ld"
4867
#: drizzled/drizzled_error_messages.h:845
4869
msgid "Bad SQLSTATE: '%s'"
4872
#: drizzled/drizzled_error_messages.h:847
4875
"%s: ready for connections.\n"
4876
"Version: '%s' socket: '%s' port: %d %s"
4879
#: drizzled/drizzled_error_messages.h:849
4880
msgid "Can't load value from file with fixed size rows to variable"
4883
#: drizzled/drizzled_error_messages.h:851
4884
msgid "You are not allowed to create a user with GRANT"
4887
#: drizzled/drizzled_error_messages.h:853
4889
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
4892
#: drizzled/drizzled_error_messages.h:855
4893
msgid "Table definition has changed, please retry transaction"
4896
#: drizzled/drizzled_error_messages.h:857
4897
msgid "Duplicate handler declared in the same block"
4900
#: drizzled/drizzled_error_messages.h:859
4903
"OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-"
4904
"variable in BEFORE trigger"
4907
#: drizzled/drizzled_error_messages.h:861
4909
msgid "Not allowed to return a result set from a %s"
4912
#: drizzled/drizzled_error_messages.h:863
4913
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
4916
#: drizzled/drizzled_error_messages.h:865
4918
"A routine failed and has neither NO SQL nor READS SQL DATA in its "
4919
"declaration and binary logging is enabled; if non-transactional tables were "
4920
"updated, the binary log will miss their changes"
4923
#: drizzled/drizzled_error_messages.h:867
4925
"This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its "
4926
"declaration and binary logging is enabled (you *might* want to use the less "
4927
"safe log_bin_trust_function_creators variable)"
4930
#: drizzled/drizzled_error_messages.h:869
4932
"You do not have the SUPER privilege and binary logging is enabled (you "
4933
"*might* want to use the less safe log_bin_trust_function_creators variable)"
4936
#: drizzled/drizzled_error_messages.h:871
4938
"You can't execute a prepared statement which has an open cursor associated "
4939
"with it. Reset the statement to re-execute it."
4942
#: drizzled/drizzled_error_messages.h:873
4944
msgid "The statement (%lu) has no open cursor."
4947
#: drizzled/drizzled_error_messages.h:875
4949
"Explicit or implicit commit is not allowed in stored function or trigger."
4952
#: drizzled/drizzled_error_messages.h:877
4955
"Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
4958
#: drizzled/drizzled_error_messages.h:879
4959
msgid "Recursive stored functions and triggers are not allowed."
4962
#: drizzled/drizzled_error_messages.h:881
4964
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
4967
#: drizzled/drizzled_error_messages.h:883
4969
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
4972
#: drizzled/drizzled_error_messages.h:885
4975
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
4979
#: drizzled/drizzled_error_messages.h:887
4981
"You can't combine write-locking of system tables with other tables or lock "
4985
#: drizzled/drizzled_error_messages.h:889
4987
msgid "Unable to connect to foreign data source: %.64s"
4990
#: drizzled/drizzled_error_messages.h:891
4993
"There was a problem processing the query on the foreign data source. Data "
4994
"source error: %-.64s"
4997
#: drizzled/drizzled_error_messages.h:893
5000
"The foreign data source you are trying to reference does not exist. Data "
5001
"source error: %-.64s"
5004
#: drizzled/drizzled_error_messages.h:895
5007
"Can't create federated table. The data source connection string '%-.64s' is "
5008
"not in the correct format"
5011
#: drizzled/drizzled_error_messages.h:897
5013
msgid "The data source connection string '%-.64s' is not in the correct format"
5016
#: drizzled/drizzled_error_messages.h:899
5018
msgid "Can't create federated table. Foreign data src error: %-.64s"
5021
#: drizzled/drizzled_error_messages.h:901
5022
msgid "Trigger in wrong schema"
5025
#: drizzled/drizzled_error_messages.h:903
5028
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
5029
"needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack."
5032
#: drizzled/drizzled_error_messages.h:905
5034
msgid "Routine body for '%-.100s' is too long"
5037
#: drizzled/drizzled_error_messages.h:907
5038
msgid "Cannot drop default keycache"
5041
#: drizzled/drizzled_error_messages.h:909
5043
msgid "Display width out of range for column '%-.192s' (max = %d)"
5046
#: drizzled/drizzled_error_messages.h:911
5047
msgid "XAER_DUPID: The XID already exists"
5050
#: drizzled/drizzled_error_messages.h:913
5052
msgid "Datetime function: %-.32s field overflow"
5055
#: drizzled/drizzled_error_messages.h:915
5058
"Can't update table '%-.192s' in stored function/trigger because it is "
5059
"already used by statement which invoked this stored function/trigger."
5062
#: drizzled/drizzled_error_messages.h:917
5065
"The definition of table '%-.192s' prevents operation %.192s on table "
5069
#: drizzled/drizzled_error_messages.h:919
5071
"The prepared statement contains a stored routine call that refers to that "
5072
"same statement. It's not allowed to execute a prepared statement in such a "
5076
#: drizzled/drizzled_error_messages.h:921
5077
msgid "Not allowed to set autocommit from a stored function or trigger"
5080
#: drizzled/drizzled_error_messages.h:923
5081
msgid "Definer is not fully qualified"
5084
#: drizzled/drizzled_error_messages.h:925
5087
"View '%-.192s'.'%-.192s' has no definer information (old table format). "
5088
"Current user is used as definer. Please recreate the view!"
5091
#: drizzled/drizzled_error_messages.h:927
5094
"You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' "
5098
#: drizzled/drizzled_error_messages.h:929
5100
msgid "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
5103
#: drizzled/drizzled_error_messages.h:931
5105
msgid "Changing schema from '%-.192s' to '%-.192s' is not allowed."
5108
#: drizzled/drizzled_error_messages.h:933
5111
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
5114
#: drizzled/drizzled_error_messages.h:935
5117
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
5120
#: drizzled/drizzled_error_messages.h:937
5122
msgid "Variable '%-.64s' must be quoted with `...`, or renamed"
5125
#: drizzled/drizzled_error_messages.h:939
5128
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
5129
"activated under the authorization of the invoker, which may have "
5130
"insufficient privileges. Please recreate the trigger."
5132
"No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be "
5133
"activated under the authorisation of the invoker, which may have "
5134
"insufficient privileges. Please recreate the trigger."
5136
#: drizzled/drizzled_error_messages.h:941
5138
msgid "'%-.192s' has an old format, you should re-create the '%s' object(s)"
5141
#: drizzled/drizzled_error_messages.h:943
5144
"Recursive limit %d (as set by the max_sp_recursion_depth variable) was "
5145
"exceeded for routine %.192s"
5148
#: drizzled/drizzled_error_messages.h:945
5151
"Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or "
5152
"contains bad data (internal code %d)"
5155
#: drizzled/drizzled_error_messages.h:947
5157
msgid "Incorrect routine name '%-.192s'"
5160
#: drizzled/drizzled_error_messages.h:949
5162
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
5165
#: drizzled/drizzled_error_messages.h:951
5166
msgid "AGGREGATE is not supported for stored functions"
5169
#: drizzled/drizzled_error_messages.h:953
5172
"Can't create more than max_prepared_stmt_count statements (current value: %"
5176
#: drizzled/drizzled_error_messages.h:955
5178
msgid "`%-.192s`.`%-.192s` contains view recursion"
5181
#: drizzled/drizzled_error_messages.h:957
5183
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
5186
#: drizzled/drizzled_error_messages.h:959
5187
msgid "The used table type doesn't support SPATIAL indexes"
5190
#: drizzled/drizzled_error_messages.h:961
5191
msgid "Triggers can not be created on system tables"
5194
#: drizzled/drizzled_error_messages.h:963
5196
msgid "Leading spaces are removed from name '%s'"
5199
#: drizzled/drizzled_error_messages.h:965
5200
msgid "Failed to read auto-increment value from storage engine"
5203
#: drizzled/drizzled_error_messages.h:967
5207
#: drizzled/drizzled_error_messages.h:969
5211
#: drizzled/drizzled_error_messages.h:971
5213
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
5216
#: drizzled/drizzled_error_messages.h:973
5218
msgid "The target table %-.100s of the %s is not insertable-into"
5221
#: drizzled/drizzled_error_messages.h:975
5224
"Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
5227
#: drizzled/drizzled_error_messages.h:977
5228
msgid "Too high level of nesting for select"
5231
#: drizzled/drizzled_error_messages.h:979
5233
msgid "Name '%-.64s' has become ''"
5236
#: drizzled/drizzled_error_messages.h:981
5238
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
5239
"optional and non-empty FIELDS ENCLOSED BY"
5242
#: drizzled/drizzled_error_messages.h:983
5244
msgid "The foreign server, %s, you are trying to create already exists."
5247
#: drizzled/drizzled_error_messages.h:985
5250
"The foreign server name you are trying to reference does not exist. Data "
5251
"source error: %-.64s"
5254
#: drizzled/drizzled_error_messages.h:987
5257
"Table storage engine '%-.64s' does not support the create option '%.64s'"
5260
#: drizzled/drizzled_error_messages.h:989
5263
"Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for "
5267
#: drizzled/drizzled_error_messages.h:991
5269
msgid "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
5272
#: drizzled/drizzled_error_messages.h:993
5273
msgid "MAXVALUE can only be used in last partition definition"
5276
#: drizzled/drizzled_error_messages.h:995
5277
msgid "Subpartitions can only be hash partitions and by key"
5280
#: drizzled/drizzled_error_messages.h:997
5281
msgid "Must define subpartitions on all partitions if on one partition"
5284
#: drizzled/drizzled_error_messages.h:999
5285
msgid "Wrong number of partitions defined, mismatch with previous setting"
5288
#: drizzled/drizzled_error_messages.h:1001
5289
msgid "Wrong number of subpartitions defined, mismatch with previous setting"
5292
#: drizzled/drizzled_error_messages.h:1003
5293
msgid "Constant/Random expression in (sub)partitioning function is not allowed"
5296
#: drizzled/drizzled_error_messages.h:1005
5297
msgid "Expression in RANGE/LIST VALUES must be constant"
5300
#: drizzled/drizzled_error_messages.h:1007
5301
msgid "Field in list of fields for partition function not found in table"
5304
#: drizzled/drizzled_error_messages.h:1009
5305
msgid "List of fields is only allowed in KEY partitions"
5308
#: drizzled/drizzled_error_messages.h:1011
5310
"The partition info in the frm file is not consistent with what can be "
5311
"written into the frm file"
5314
#: drizzled/drizzled_error_messages.h:1013
5316
msgid "The %-.192s function returns the wrong type"
5319
#: drizzled/drizzled_error_messages.h:1015
5321
msgid "For %-.64s partitions each partition must be defined"
5324
#: drizzled/drizzled_error_messages.h:1017
5325
msgid "VALUES LESS THAN value must be strictly increasing for each partition"
5328
#: drizzled/drizzled_error_messages.h:1019
5329
msgid "VALUES value must be of same type as partition function"
5332
#: drizzled/drizzled_error_messages.h:1021
5333
msgid "Multiple definition of same constant in list partitioning"
5336
#: drizzled/drizzled_error_messages.h:1023
5337
msgid "Partitioning can not be used stand-alone in query"
5340
#: drizzled/drizzled_error_messages.h:1025
5342
"The mix of handlers in the partitions is not allowed in this version of MySQL"
5345
#: drizzled/drizzled_error_messages.h:1027
5347
msgid "For the partitioned engine it is necessary to define all %-.64s"
5350
#: drizzled/drizzled_error_messages.h:1029
5351
msgid "Too many partitions (including subpartitions) were defined"
5354
#: drizzled/drizzled_error_messages.h:1031
5356
"It is only possible to mix RANGE/LIST partitioning with HASH/KEY "
5357
"partitioning for subpartitioning"
5360
#: drizzled/drizzled_error_messages.h:1033
5361
msgid "Failed to create specific handler file"
5364
#: drizzled/drizzled_error_messages.h:1035
5365
msgid "A BLOB field is not allowed in partition function"
5368
#: drizzled/drizzled_error_messages.h:1037
5370
msgid "A %-.192s must include all columns in the table's partitioning function"
5373
#: drizzled/drizzled_error_messages.h:1039
5375
msgid "Number of %-.64s = 0 is not an allowed value"
5378
#: drizzled/drizzled_error_messages.h:1041
5379
msgid "Partition management on a not partitioned table is not possible"
5382
#: drizzled/drizzled_error_messages.h:1043
5384
"Foreign key condition is not yet supported in conjunction with partitioning"
5387
#: drizzled/drizzled_error_messages.h:1045
5389
msgid "Error in list of partitions to %-.64s"
5392
#: drizzled/drizzled_error_messages.h:1047
5393
msgid "Cannot remove all partitions, use DROP TABLE instead"
5396
#: drizzled/drizzled_error_messages.h:1049
5397
msgid "COALESCE PARTITION can only be used on HASH/KEY partitions"
5400
#: drizzled/drizzled_error_messages.h:1051
5402
"REORGANISE PARTITION can only be used to reorganise partitions not to change "
5406
#: drizzled/drizzled_error_messages.h:1053
5408
"REORGANISE PARTITION without parameters can only be used on auto-partitioned "
5409
"tables using HASH PARTITIONs"
5412
#: drizzled/drizzled_error_messages.h:1055
5414
msgid "%-.64s PARTITION can only be used on RANGE/LIST partitions"
5417
#: drizzled/drizzled_error_messages.h:1057
5418
msgid "Trying to Add partition(s) with wrong number of subpartitions"
5421
#: drizzled/drizzled_error_messages.h:1059
5422
msgid "At least one partition must be added"
5425
#: drizzled/drizzled_error_messages.h:1061
5426
msgid "At least one partition must be coalesced"
5429
#: drizzled/drizzled_error_messages.h:1063
5430
msgid "More partitions to reorganise than there are partitions"
5433
#: drizzled/drizzled_error_messages.h:1065
5435
msgid "Duplicate partition name %-.192s"
5438
#: drizzled/drizzled_error_messages.h:1067
5439
msgid "It is not allowed to shut off binlog on this command"
5442
#: drizzled/drizzled_error_messages.h:1069
5443
msgid "When reorganising a set of partitions they must be in consecutive order"
5446
#: drizzled/drizzled_error_messages.h:1071
5448
"Reorganize of range partitions cannot change total ranges except for last "
5449
"partition where it can extend the range"
5452
#: drizzled/drizzled_error_messages.h:1073
5453
msgid "Partition function not supported in this version for this handler"
5456
#: drizzled/drizzled_error_messages.h:1075
5457
msgid "Partition state cannot be defined from CREATE/ALTER TABLE"
5460
#: drizzled/drizzled_error_messages.h:1077
5462
msgid "The %-.64s handler only supports 32 bit integers in VALUES"
5465
#: drizzled/drizzled_error_messages.h:1079
5467
msgid "Plugin '%-.192s' is not loaded"
5470
#: drizzled/drizzled_error_messages.h:1081
5472
msgid "Incorrect %-.32s value: '%-.128s'"
5475
#: drizzled/drizzled_error_messages.h:1083
5477
msgid "Table has no partition for value %-.64s"
5480
#: drizzled/drizzled_error_messages.h:1085
5482
msgid "It is not allowed to specify %s more than once"
5485
#: drizzled/drizzled_error_messages.h:1087
5486
#: drizzled/drizzled_error_messages.h:1223
5488
msgid "Failed to create %s"
5491
#: drizzled/drizzled_error_messages.h:1089
5492
#: drizzled/drizzled_error_messages.h:1113
5494
msgid "Failed to drop %s"
5497
#: drizzled/drizzled_error_messages.h:1091
5498
msgid "The handler doesn't support autoextend of tablespaces"
5501
#: drizzled/drizzled_error_messages.h:1093
5503
"A size parameter was incorrectly specified, either number or on the form 10M"
5506
#: drizzled/drizzled_error_messages.h:1095
5508
"The size number was correct but we don't allow the digit part to be more "
5512
#: drizzled/drizzled_error_messages.h:1097
5514
msgid "Failed to alter: %s"
5517
#: drizzled/drizzled_error_messages.h:1099
5518
msgid "Writing one row to the row-based binary log failed"
5521
#: drizzled/drizzled_error_messages.h:1101
5523
msgid "Table definition on master and slave does not match: %s"
5526
#: drizzled/drizzled_error_messages.h:1103
5528
"Slave running with --log-slave-updates must use row-based binary logging to "
5529
"be able to replicate row-based binary log events"
5532
#: drizzled/drizzled_error_messages.h:1105
5534
msgid "Event '%-.192s' already exists"
5537
#: drizzled/drizzled_error_messages.h:1107
5539
msgid "Failed to store event %s. Error code %d from storage engine."
5542
#: drizzled/drizzled_error_messages.h:1109
5544
msgid "Unknown event '%-.192s'"
5547
#: drizzled/drizzled_error_messages.h:1111
5549
msgid "Failed to alter event '%-.192s'"
5552
#: drizzled/drizzled_error_messages.h:1115
5553
msgid "INTERVAL is either not positive or too big"
5556
#: drizzled/drizzled_error_messages.h:1117
5557
msgid "ENDS is either invalid or before STARTS"
5560
#: drizzled/drizzled_error_messages.h:1119
5561
msgid "Event execution time is in the past. Event has been disabled"
5564
#: drizzled/drizzled_error_messages.h:1121
5565
msgid "Failed to open mysql.event"
5568
#: drizzled/drizzled_error_messages.h:1123
5569
msgid "No datetime expression provided"
5572
#: drizzled/drizzled_error_messages.h:1125
5575
"Column count of mysql.%s is wrong. Expected %d, found %d. The table is "
5576
"probably corrupted"
5579
#: drizzled/drizzled_error_messages.h:1127
5581
msgid "Cannot load from mysql.%s. The table is probably corrupted"
5584
#: drizzled/drizzled_error_messages.h:1129
5585
msgid "Failed to delete the event from mysql.event"
5588
#: drizzled/drizzled_error_messages.h:1131
5589
msgid "Error during compilation of event's body"
5592
#: drizzled/drizzled_error_messages.h:1133
5593
msgid "Same old and new event name"
5596
#: drizzled/drizzled_error_messages.h:1135
5598
msgid "Data for column '%s' too long"
5601
#: drizzled/drizzled_error_messages.h:1137
5603
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
5606
#: drizzled/drizzled_error_messages.h:1139
5609
"The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s "
5613
#: drizzled/drizzled_error_messages.h:1141
5614
msgid "You can't write-lock a log table. Only read access is possible"
5617
#: drizzled/drizzled_error_messages.h:1143
5618
msgid "You can't use locks with log tables."
5621
#: drizzled/drizzled_error_messages.h:1145
5624
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
5625
"d would lead to a duplicate entry"
5628
#: drizzled/drizzled_error_messages.h:1147
5631
"Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL "
5632
"%d, now running %d. Please use mysql_upgrade to fix this error."
5635
#: drizzled/drizzled_error_messages.h:1149
5637
"Cannot switch out of the row-based binary log format when the session has "
5638
"open temporary tables"
5641
#: drizzled/drizzled_error_messages.h:1151
5643
"Cannot change the binary logging format inside a stored function or trigger"
5646
#: drizzled/drizzled_error_messages.h:1153
5648
"The NDB cluster engine does not support changing the binlog format on the "
5652
#: drizzled/drizzled_error_messages.h:1155
5653
msgid "Cannot create temporary table with partitions"
5656
#: drizzled/drizzled_error_messages.h:1157
5657
msgid "Partition constant is out of partition function domain"
5660
#: drizzled/drizzled_error_messages.h:1159
5661
msgid "This partition function is not allowed"
5664
#: drizzled/drizzled_error_messages.h:1161
5665
msgid "Error in DDL log"
5668
#: drizzled/drizzled_error_messages.h:1163
5669
msgid "Not allowed to use NULL value in VALUES LESS THAN"
5672
#: drizzled/drizzled_error_messages.h:1165
5673
msgid "Incorrect partition name"
5676
#: drizzled/drizzled_error_messages.h:1167
5678
"Transaction isolation level can't be changed while a transaction is in "
5682
#: drizzled/drizzled_error_messages.h:1169
5685
"ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry "
5686
"'%-.192s' for key '%-.192s'"
5689
#: drizzled/drizzled_error_messages.h:1171
5691
msgid "Internal scheduler error %d"
5694
#: drizzled/drizzled_error_messages.h:1173
5696
msgid "Error during starting/stopping of the scheduler. Error code %u"
5699
#: drizzled/drizzled_error_messages.h:1175
5700
msgid "Engine cannot be used in partitioned tables"
5703
#: drizzled/drizzled_error_messages.h:1177
5705
msgid "Cannot activate '%-.64s' log"
5708
#: drizzled/drizzled_error_messages.h:1179
5709
msgid "The server was not built with row-based replication"
5712
#: drizzled/drizzled_error_messages.h:1181
5713
msgid "Decoding of base64 string failed"
5716
#: drizzled/drizzled_error_messages.h:1183
5717
msgid "Recursion of EVENT DDL statements is forbidden when body is present"
5720
#: drizzled/drizzled_error_messages.h:1185
5722
"Cannot proceed because system tables used by Event Scheduler were found "
5723
"damaged at server start"
5726
#: drizzled/drizzled_error_messages.h:1187
5727
msgid "Only integers allowed as number here"
5730
#: drizzled/drizzled_error_messages.h:1189
5731
msgid "This storage engine cannot be used for log tables"
5734
#: drizzled/drizzled_error_messages.h:1191
5736
msgid "You cannot '%s' a log table if logging is enabled"
5739
#: drizzled/drizzled_error_messages.h:1193
5742
"Cannot rename '%s'. When logging enabled, rename to/from log table must "
5743
"rename two tables: the log table to an archive table and another table back "
5747
#: drizzled/drizzled_error_messages.h:1195
5749
msgid "Incorrect parameter count in the call to native function '%-.192s'"
5752
#: drizzled/drizzled_error_messages.h:1197
5754
msgid "Incorrect parameters in the call to native function '%-.192s'"
5757
#: drizzled/drizzled_error_messages.h:1199
5759
msgid "Incorrect parameters in the call to stored function '%-.192s'"
5762
#: drizzled/drizzled_error_messages.h:1201
5764
msgid "This function '%-.192s' has the same name as a native function"
5767
#: drizzled/drizzled_error_messages.h:1203
5769
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
5772
#: drizzled/drizzled_error_messages.h:1205
5773
msgid "Too many files opened, please execute the command again"
5776
#: drizzled/drizzled_error_messages.h:1207
5777
#: drizzled/drizzled_error_messages.h:1209
5779
"Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. "
5780
"The event was dropped immediately after creation."
5783
#: drizzled/drizzled_error_messages.h:1211
5785
msgid "The incident %s occured on the master. Message: %-.64s"
5788
#: drizzled/drizzled_error_messages.h:1213
5789
msgid "Table has no partition for some existing values"
5792
#: drizzled/drizzled_error_messages.h:1215
5793
msgid "Statement is not safe to log in statement format."
5796
#: drizzled/drizzled_error_messages.h:1217
5798
msgid "Fatal error: %s"
5801
#: drizzled/drizzled_error_messages.h:1219
5803
msgid "Relay log read failure: %s"
5806
#: drizzled/drizzled_error_messages.h:1221
5808
msgid "Relay log write failure: %s"
5811
#: drizzled/drizzled_error_messages.h:1225
5813
msgid "Master command %s failed: %s"
5816
#: drizzled/drizzled_error_messages.h:1227
5818
msgid "Binary logging not possible. Message: %s"
5821
#: drizzled/drizzled_error_messages.h:1229
5823
msgid "View `%-.64s`.`%-.64s` has no creation context"
5826
#: drizzled/drizzled_error_messages.h:1231
5828
msgid "Creation context of view `%-.64s`.`%-.64s' is invalid"
5831
#: drizzled/drizzled_error_messages.h:1233
5833
msgid "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
5836
#: drizzled/drizzled_error_messages.h:1235
5838
msgid "Corrupted TRG file for table `%-.64s`.`%-.64s`"
5841
#: drizzled/drizzled_error_messages.h:1237
5843
msgid "Triggers for table `%-.64s`.`%-.64s` have no creation context"
5846
#: drizzled/drizzled_error_messages.h:1239
5848
msgid "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
5851
#: drizzled/drizzled_error_messages.h:1241
5853
msgid "Creation context of event `%-.64s`.`%-.64s` is invalid"
5856
#: drizzled/drizzled_error_messages.h:1243
5858
msgid "Cannot open table for trigger `%-.64s`.`%-.64s`"
5861
#: drizzled/drizzled_error_messages.h:1245
5863
msgid "Cannot create stored routine `%-.64s`. Check warnings"
5866
#: drizzled/drizzled_error_messages.h:1247
5868
msgid "Ambiguous slave modes combination. %s"
5871
#: drizzled/drizzled_error_messages.h:1249
5874
"The BINLOG statement of type `%s` was not preceded by a format description "
5878
#: drizzled/drizzled_error_messages.h:1251
5879
msgid "Corrupted replication event was detected"
5882
#: drizzled/drizzled_error_messages.h:1253
5884
msgid "Invalid column reference (%-.64s) in LOAD DATA"
5887
#: drizzled/drizzled_error_messages.h:1255
5889
msgid "Being purged log %s was not found"
5892
#: drizzled/drizzled_error_messages.h:1257
5894
msgid "Converted to non-transactional lock on '%-.64s'"
5897
#: drizzled/drizzled_error_messages.h:1259
5899
msgid "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
5902
#: drizzled/drizzled_error_messages.h:1261
5905
"Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
5908
#: drizzled/drizzled_error_messages.h:1263
5910
msgid "Can't access storage engine of table %-.64s"
5913
#: drizzled/drizzled_error_messages.h:1265
5914
msgid "Starting backup process"
5917
#: drizzled/drizzled_error_messages.h:1267
5918
msgid "Backup completed"
5921
#: drizzled/drizzled_error_messages.h:1269
5922
msgid "Starting restore process"
5925
#: drizzled/drizzled_error_messages.h:1271
5926
msgid "Restore completed"
5929
#: drizzled/drizzled_error_messages.h:1273
5930
msgid "Nothing to backup"
5933
#: drizzled/drizzled_error_messages.h:1275
5935
msgid "Database '%-.64s' cannot be included in a backup"
5938
#: drizzled/drizzled_error_messages.h:1277
5940
"Error during backup operation - server's error log contains more information "
5944
#: drizzled/drizzled_error_messages.h:1279
5946
"Error during restore operation - server's error log contains more "
5947
"information about the error"
5950
#: drizzled/drizzled_error_messages.h:1281
5952
"Can't execute this command because another BACKUP/RESTORE operation is in "
5956
#: drizzled/drizzled_error_messages.h:1283
5957
msgid "Error when preparing for backup operation"
5960
#: drizzled/drizzled_error_messages.h:1285
5961
msgid "Error when preparing for restore operation"
5964
#: drizzled/drizzled_error_messages.h:1287
5966
msgid "Invalid backup location '%-.64s'"
5969
#: drizzled/drizzled_error_messages.h:1289
5971
msgid "Can't read backup location '%-.64s'"
5974
#: drizzled/drizzled_error_messages.h:1291
5976
msgid "Can't write to backup location '%-.64s' (file already exists?)"
5979
#: drizzled/drizzled_error_messages.h:1293
5980
msgid "Can't enumerate server databases"
5983
#: drizzled/drizzled_error_messages.h:1295
5984
msgid "Can't enumerate server tables"
5987
#: drizzled/drizzled_error_messages.h:1297
5989
msgid "Can't enumerate tables in database %-.64s"
5992
#: drizzled/drizzled_error_messages.h:1299
5994
msgid "Skipping view %-.64s in database %-.64s"
5997
#: drizzled/drizzled_error_messages.h:1301
5999
msgid "Skipping table %-.64s since it has no valid storage engine"
6002
#: drizzled/drizzled_error_messages.h:1303
6004
msgid "Can't open table %-.64s"
6007
#: drizzled/drizzled_error_messages.h:1305
6008
msgid "Can't read backup archive preamble"
6011
#: drizzled/drizzled_error_messages.h:1307
6012
msgid "Can't write backup archive preamble"
6015
#: drizzled/drizzled_error_messages.h:1309
6017
msgid "Can't find backup driver for table %-.64s"
6020
#: drizzled/drizzled_error_messages.h:1311
6023
"%-.64s backup driver was selected for table %-.64s but it rejects to handle "
6027
#: drizzled/drizzled_error_messages.h:1313
6029
msgid "Can't create %-.64s backup driver"
6032
#: drizzled/drizzled_error_messages.h:1315
6034
msgid "Can't create %-.64s restore driver"
6037
#: drizzled/drizzled_error_messages.h:1317
6039
msgid "Found %d images in backup archive but maximum %d are supported"
6042
#: drizzled/drizzled_error_messages.h:1319
6044
msgid "Error when saving meta-data of %-.64s"
6047
#: drizzled/drizzled_error_messages.h:1321
6048
msgid "Error when reading meta-data list"
6051
#: drizzled/drizzled_error_messages.h:1323
6053
msgid "Can't create %-.64s"
6056
#: drizzled/drizzled_error_messages.h:1325
6057
msgid "Can't allocate buffer for image data transfer"
6060
#: drizzled/drizzled_error_messages.h:1327
6062
msgid "Error when writing %-.64s backup image data (for table #%d)"
6065
#: drizzled/drizzled_error_messages.h:1329
6066
msgid "Error when reading data from backup stream"
6069
#: drizzled/drizzled_error_messages.h:1331
6070
msgid "Can't go to the next chunk in backup stream"
6073
#: drizzled/drizzled_error_messages.h:1333
6075
msgid "Can't initialize %-.64s backup driver"
6078
#: drizzled/drizzled_error_messages.h:1335
6080
msgid "Can't initialize %-.64s restore driver"
6083
#: drizzled/drizzled_error_messages.h:1337
6085
msgid "Can't shut down %-.64s backup driver"
6088
#: drizzled/drizzled_error_messages.h:1339
6090
msgid "Can't shut down %-.64s backup driver(s)"
6093
#: drizzled/drizzled_error_messages.h:1341
6095
msgid "%-.64s backup driver can't prepare for synchronization"
6098
#: drizzled/drizzled_error_messages.h:1343
6100
msgid "%-.64s backup driver can't create its image validity point"
6103
#: drizzled/drizzled_error_messages.h:1345
6105
msgid "Can't unlock %-.64s backup driver after creating the validity point"
6108
#: drizzled/drizzled_error_messages.h:1347
6110
msgid "%-.64s backup driver can't cancel its backup operation"
6113
#: drizzled/drizzled_error_messages.h:1349
6115
msgid "%-.64s restore driver can't cancel its restore operation"
6118
#: drizzled/drizzled_error_messages.h:1351
6120
msgid "Error when polling %-.64s backup driver for its image data"
6123
#: drizzled/drizzled_error_messages.h:1353
6125
msgid "Error when sending image data (for table #%d) to %-.64s restore driver"
6128
#: drizzled/drizzled_error_messages.h:1355
6131
"After %d attempts %-.64s restore driver still can't accept next block of data"
6134
#: drizzled/drizzled_error_messages.h:1357
6136
msgid "Open and lock tables failed in %-.64s"
6139
#: drizzled/drizzled_error_messages.h:1359
6140
msgid "Backup driver's table locking thread can not be initialized."
6143
#: drizzled/drizzled_error_messages.h:1361
6145
"Can't open the online backup progress tables. Check 'mysql.online_backup' "
6146
"and 'mysql.online_backup_progress'."
6149
#: drizzled/drizzled_error_messages.h:1363
6151
msgid "Tablespace '%-.192s' already exists"
6154
#: drizzled/drizzled_error_messages.h:1365
6156
msgid "Tablespace '%-.192s' doesn't exist"
6159
#: drizzled/drizzled_error_messages.h:1367
6161
msgid "Unexpected master's heartbeat data: %s"
6164
#: drizzled/drizzled_error_messages.h:1369
6166
msgid "The requested value for the heartbeat period %s %s"
6169
#: drizzled/drizzled_error_messages.h:1371
6171
msgid "Can't write to the online backup progress log %-.64s."
6174
#: drizzled/drizzled_error_messages.h:1373
6176
msgid "Tablespace '%-.192s' not empty"
6179
#: drizzled/drizzled_error_messages.h:1375
6182
"Tablespace `%-.64s` needed by tables being restored has changed on the "
6183
"server. The original definition of the required tablespace is '%-.256s' "
6184
"while the same tablespace is defined on the server as '%-.256s'"
6187
#: drizzled/handler.cc:383
6188
msgid "Too many storage engines!"
6191
#: drizzled/handler.cc:387
6193
msgid "Storage engine '%s' has conflicting typecode. Assigning value %d."
6196
#: drizzled/handler.cc:1266
6198
msgid "Found %d prepared transaction(s) in %s"
6201
#: drizzled/handler.cc:1318
6202
msgid "Starting crash recovery..."
6205
#: drizzled/handler.cc:1350
6207
msgid "Found %d prepared XA transactions"
6210
#: drizzled/handler.cc:1354
6213
"Found %d prepared transactions! It means that drizzled was not shut down "
6214
"properly last time and critical recovery information (last binlog or %s "
6215
"file) was manually deleted after a crash. You have to start drizzled with "
6216
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
6219
#: drizzled/handler.cc:1364
6220
msgid "Crash recovery finished."
6223
#: drizzled/log.cc:1071
6224
msgid "I/O error reading the header from the binary log"
6227
#: drizzled/log.cc:1078
6229
"Binlog has bad magic number; It's not a binary log file that can be used by "
6230
"this version of Drizzle"
6233
#: drizzled/log.cc:1093
6235
msgid "Failed to open log (file '%s', errno %d)"
6238
#: drizzled/log.cc:1095 drizzled/log.cc:1103
6239
msgid "Could not open log file"
6242
#: drizzled/log.cc:1101
6244
msgid "Failed to create a cache on log (file '%s')"
6247
#: drizzled/log.cc:1255 drizzled/log.cc:1903
6250
"Could not use %s for logging (error %d). Turning logging off for the whole "
6251
"duration of the Drizzle server process. To turn it on again: fix the cause, "
6252
"shutdown the Drizzle server and restart it."
6255
#: drizzled/log.cc:2172 drizzled/log.cc:2203 drizzled/log.cc:2455
6256
#: drizzled/log.cc:2579
6258
msgid "Failed to delete file '%s'"
6261
#: drizzled/log.cc:2181 drizzled/log.cc:2463 drizzled/log.cc:2587
6264
"a problem with deleting %s; consider examining correspondence of your binlog "
6265
"index file to the actual binlog files"
6268
#: drizzled/log.cc:2309
6270
msgid "next log error: %d offset: %s log: %s included: %d"
6273
#: drizzled/log.cc:2421 drizzled/log.cc:2547
6275
msgid "Failed to execute stat() on file '%s'"
6278
#: drizzled/log.cc:2432 drizzled/log.cc:2558
6281
"a problem with getting info on being purged %s; consider examining "
6282
"correspondence of your binlog index file to the actual binlog files"
6285
#: drizzled/log.cc:4054 drizzled/log.cc:4547
6287
msgid "Recovering after a crash using %s"
6290
#: drizzled/log.cc:4057
6292
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
6295
#: drizzled/log.cc:4394
6296
msgid "Bad magic header in tc log"
6299
#: drizzled/log.cc:4404
6302
"Recovery failed! You must enable exactly %d storage engines that support two-"
6303
"phase commit protocol"
6306
#: drizzled/log.cc:4432
6308
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6309
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
6310
"heuristic-recover={commit|rollback}"
6313
#: drizzled/log.cc:4462
6314
msgid "Heuristic crash recovery mode"
6317
#: drizzled/log.cc:4464
6318
msgid "Heuristic crash recovery failed"
6321
#: drizzled/log.cc:4465
6322
msgid "Please restart mysqld without --tc-heuristic-recover"
6325
#: drizzled/log.cc:4509 drizzled/log.cc:4533
6327
msgid "find_log_pos() failed (error: %d)"
6330
#: drizzled/log.cc:4646
6332
"Crash recovery failed. Either correct the problem (if it's, for example, out "
6333
"of memory error) and restart, or delete (or rename) binary log and start "
6334
"mysqld with --tc-heuristic-recover={commit|rollback}"
6337
#: drizzled/log_event.cc:140
6339
msgid " %s, Error_code: %d;"
6342
#: drizzled/log_event.cc:144
6345
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
6346
"master log %s, end_log_pos %lu"
6349
#: drizzled/log_event.cc:150
6353
#: drizzled/log_event.cc:992
6356
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
6359
#: drizzled/log_event.cc:2282
6362
"Query partially completed on the master (error on master: %d) and was "
6363
"aborted. There is a chance that your master is inconsistent at this point. "
6364
"If you are sure that your master is ok, run this query manually on the slave "
6365
"and then restart the slave with SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1; START "
6366
"SLAVE; . Query: '%s'"
6369
#: drizzled/log_event.cc:2312
6372
"Query caused differenxt errors on master and slave.\n"
6373
"Error on master: '%s' (%d), Error on slave: '%s' (%d).\n"
6374
"Default database: '%s'. Query: '%s'"
6377
#: drizzled/log_event.cc:2317
6380
msgstr "Unknown error %d"
6382
#: drizzled/log_event.cc:2337
6384
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
6387
#: drizzled/log_event.cc:2339 drizzled/log_event.cc:6208
6388
#: drizzled/log_event.cc:6253 drizzled/log_event.cc:7061
6389
msgid "unexpected success or fatal error"
6392
#: drizzled/log_event.cc:2917
6394
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
6395
"probable cause is that the master died while writing the transaction to its "
6396
"binary log, thus rolled back too."
6399
#: drizzled/log_event.cc:3696
6402
"Slave: load data infile on table '%s' at log position %s in log '%s' "
6403
"produced %ld warning(s). Default database: '%s'"
6406
#: drizzled/log_event.cc:3746
6409
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
6412
#: drizzled/log_event.cc:3758
6414
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
6417
#: drizzled/log_event.cc:4735
6419
msgid "Out of memory while recording slave event"
6420
msgstr "Out of memory in engine"
6422
#: drizzled/log_event.cc:5093 drizzled/log_event.cc:5119
6424
msgid "Error in Create_file event: could not open file '%s'"
6427
#: drizzled/log_event.cc:5105
6429
msgid "Error in Create_file event: could not write to file '%s'"
6432
#: drizzled/log_event.cc:5126
6434
msgid "Error in Create_file event: write to '%s' failed"
6437
#: drizzled/log_event.cc:5265
6439
msgid "Error in %s event: could not create file '%s'"
6442
#: drizzled/log_event.cc:5274
6444
msgid "Error in %s event: could not open file '%s'"
6447
#: drizzled/log_event.cc:5281
6449
msgid "Error in %s event: write to '%s' failed"
6452
#: drizzled/log_event.cc:5492
6454
msgid "Error in Exec_load event: could not open file '%s'"
6457
#: drizzled/log_event.cc:5502
6459
msgid "Error in Exec_load event: file '%s' appears corrupted"
6462
#: drizzled/log_event.cc:5532
6464
msgid "%s. Failed executing load from '%s'"
6467
#: drizzled/log_event.cc:5760
6469
msgid "Not enough memory"
6470
msgstr "Out of memory"
6472
#: drizzled/log_event.cc:6205
6474
msgid "Error '%s' in %s event: when locking tables"
6477
#: drizzled/log_event.cc:6215
6479
msgid "Error in %s event: when locking tables"
6482
#: drizzled/log_event.cc:6250
6484
msgid "Error '%s' on reopening tables"
6487
#: drizzled/log_event.cc:6606
6489
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
6492
#: drizzled/log_event.cc:7058
6494
msgid "Error '%s' on opening table `%s`.`%s`"
6497
#: drizzled/rpl_mi.cc:148
6499
msgid "Failed to create a new master info file (file '%s', errno %d)"
6502
#: drizzled/rpl_mi.cc:154 drizzled/rpl_mi.cc:176
6504
msgid "Failed to create a cache on master info file (file '%s')"
6507
#: drizzled/rpl_mi.cc:170
6509
msgid "Failed to open the existing master info file (file '%s', errno %d)"
6512
#: drizzled/rpl_mi.cc:276
6515
"SSL information in the master info file ('%s') are ignored because this "
6516
"MySQL slave was compiled without SSL support."
6519
#: drizzled/rpl_mi.cc:300 drizzled/slave.cc:1079 drizzled/slave.cc:2148
6520
msgid "Failed to flush master info file"
6523
#: drizzled/rpl_mi.cc:305
6524
msgid "Error reading master configuration"
6527
#: drizzled/rpl_reporting.cc:43
6529
msgid "Slave %s: %s%s Error_code: %d"
6532
#: drizzled/rpl_rli.cc:134
6535
"Neither --relay-log nor --relay-log-index were used; so replication may "
6536
"break when this MySQL server acts as a slave and has his hostname changed!! "
6537
"Please use '--relay-log=%s' to avoid this problem."
6539
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
6540
"replication may break when this Drizzle server acts as a master and has his "
6541
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
6543
#: drizzled/rpl_rli.cc:151
6544
msgid "Failed in open_log() called from init_relay_log_info()"
6547
#: drizzled/rpl_rli.cc:168
6549
msgid "Failed to create a new relay log info file ( file '%s', errno %d)"
6552
#: drizzled/rpl_rli.cc:176 drizzled/rpl_rli.cc:210
6554
msgid "Failed to create a cache on relay log info file '%s'"
6557
#: drizzled/rpl_rli.cc:186
6558
msgid "Failed to open the relay log 'FIRST' (relay_log_pos 4)"
6561
#: drizzled/rpl_rli.cc:202
6563
msgid "Failed to open the existing relay log info file '%s' (errno %d)"
6564
msgstr "Unexpected eof found when reading file '%s' (Errcode: %d)"
6566
#: drizzled/rpl_rli.cc:253
6568
msgid "Failed to open the relay log '%s' (relay_log_pos %s)"
6571
#: drizzled/rpl_rli.cc:268
6572
msgid "Failed to flush relay log info file"
6575
#: drizzled/rpl_rli.cc:271
6577
msgid "Error counting relay log space"
6578
msgstr "Error connecting to slave:"
6580
#: drizzled/rpl_rli.cc:295
6582
msgid "log %s listed in the index, but failed to stat"
6585
#: drizzled/rpl_rli.cc:310
6586
msgid "Could not find first log while counting relay log space"
6589
#: drizzled/rpl_rli.cc:967
6590
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6593
#: drizzled/rpl_utility.cc:119
6595
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6598
#: drizzled/rpl_utility.cc:134
6601
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6602
"Master's column size should be <= the slave's column size."
6605
#: drizzled/scheduler.cc:122
6606
msgid "Memory allocation error in thd_scheduler::init\n"
6609
#: drizzled/scheduler.cc:213
6610
msgid "init_pipe(thd_add_pipe) error in libevent_init\n"
6613
#: drizzled/scheduler.cc:219
6614
msgid "init_pipe(thd_kill_pipe) error in libevent_init\n"
6617
#: drizzled/scheduler.cc:231
6618
msgid "thd_add_event event_add error in libevent_init\n"
6621
#: drizzled/scheduler.cc:247
6623
msgid "Can't create completion port thread (error %d)"
6626
#: drizzled/scheduler.cc:360
6627
msgid "event_add error in libevent_add_thd_callback\n"
6630
#: drizzled/scheduler.cc:386
6631
msgid "Scheduler init error in libevent_add_new_connection\n"
6634
#: drizzled/scheduler.cc:467
6635
msgid "libevent_thread_proc: my_thread_init() failed\n"
6638
#: drizzled/set_var.cc:898
6639
msgid "Ambiguous slave modes combination. STRICT will be used"
6642
#: drizzled/slave.cc:89
6643
msgid "Waiting to reconnect after a failed registration on master"
6646
#: drizzled/slave.cc:90
6648
"Slave I/O thread killed while waitnig to reconnect after a failed "
6649
"registration on master"
6652
#: drizzled/slave.cc:92
6653
msgid "Reconnecting after a failed registration on master"
6656
#: drizzled/slave.cc:93
6659
"failed registering on master, reconnecting to try again, log '%s' at postion "
6663
#: drizzled/slave.cc:96 drizzled/slave.cc:105
6664
msgid "Slave I/O thread killed during or after reconnect"
6667
#: drizzled/slave.cc:99
6668
msgid "Waiting to reconnect after a failed binlog dump request"
6671
#: drizzled/slave.cc:100
6672
msgid "Slave I/O thread killed while retrying master dump"
6675
#: drizzled/slave.cc:101
6676
msgid "Reconnecting after a failed binlog dump request"
6679
#: drizzled/slave.cc:102
6681
msgid "failed dump request, reconnecting to try again, log '%s' at postion %s"
6684
#: drizzled/slave.cc:108
6685
msgid "Waiting to reconnect after a failed master event read"
6688
#: drizzled/slave.cc:109
6689
msgid "Slave I/O thread killed while waiting to reconnect after a failed read"
6692
#: drizzled/slave.cc:111
6693
msgid "Reconnecting after a failed master event read"
6696
#: drizzled/slave.cc:112
6699
"Slave I/O thread: Failed reading log event, reconnecting to retry, log '%s' "
6703
#: drizzled/slave.cc:115
6705
"Slave I/O thread killed during or after a reconnect done to recover from "
6709
#: drizzled/slave.cc:229
6710
msgid "Failed to allocate memory for the master info structure"
6713
#: drizzled/slave.cc:236 drizzled/slave.cc:1820
6714
msgid "Failed to initialize the master info structure"
6717
#: drizzled/slave.cc:251
6718
msgid "Failed to create slave threads"
6721
#: drizzled/slave.cc:448
6722
msgid "Server id not set, will not start slave"
6725
#: drizzled/slave.cc:616
6727
"SQL thread had to stop in an unsafe situation, in the middle of applying "
6728
"updates to a non-transactional table without any primary key. There is a "
6729
"risk of duplicate updates when the slave SQL thread is restarted. Please "
6730
"check your tables' contents after restart."
6733
#: drizzled/slave.cc:777 drizzled/slave.cc:792
6734
msgid "Master reported unrecognized DRIZZLE version"
6735
msgstr "Master reported unrecognised DRIZZLE version"
6737
#: drizzled/slave.cc:833
6738
msgid "default Format_description_log_event"
6741
#: drizzled/slave.cc:855
6744
"\"SELECT UNIX_TIMESTAMP()\" failed on master, do not trust column "
6745
"Seconds_Behind_Master of SHOW SLAVE STATUS. Error: %s (%d)"
6748
#: drizzled/slave.cc:882
6750
"The slave I/O thread stops because master and slave have equal DRIZZLE "
6751
"server ids; these ids must be different for replication to work (or the --"
6752
"replicate-same-server-id option must be used on slave but this doesnot "
6753
"always make sense; please check the manual before using it)."
6756
#: drizzled/slave.cc:927
6758
"The slave I/O thread stops because master and slave have different values "
6759
"for the COLLATION_SERVER global variable. The values must be equal for "
6760
"replication to work"
6763
#: drizzled/slave.cc:963
6765
"The slave I/O thread stops because master and slave have different values "
6766
"for the TIME_ZONE global variable. The values must be equal for replication "
6770
#: drizzled/slave.cc:1028
6771
msgid "Waiting for the slave SQL thread to free enough relay log space"
6774
#: drizzled/slave.cc:1074
6776
"failed to write a Rotate event to the relay log, SHOW SLAVE STATUS may be "
6780
#: drizzled/slave.cc:1085
6781
msgid "Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurate"
6784
#: drizzled/slave.cc:1476
6786
msgid "Error on COM_BINLOG_DUMP: %d %s, will retry in %d secs"
6789
#: drizzled/slave.cc:1529
6791
msgid "Error reading packet from server: %s ( server_errno=%d)"
6794
#: drizzled/slave.cc:1537
6796
msgid "Slave: received end packet from server, apparent master shutdown: %s"
6799
#: drizzled/slave.cc:1691
6802
"It was not possible to update the positions of the relay log information: "
6803
"the slave may be in an inconsistent state. Stopped in %s position %s"
6806
#: drizzled/slave.cc:1766 drizzled/slave.cc:2360
6808
msgid "Slave SQL thread stopped because it reached its UNTIL position %s"
6811
#: drizzled/slave.cc:1825 drizzled/slave.cc:2309
6813
msgid "Error initializing relay log position: %s"
6816
#: drizzled/slave.cc:1841
6819
"Slave SQL thread retried transaction %lu time(s) in vain, giving up. "
6820
"Consider raising the value of the slave_transaction_retries variable."
6823
#: drizzled/slave.cc:1864
6825
"Could not parse relay log event entry. The possible reasons are: the "
6826
"master's binary log is corrupted (you can check this by running "
6827
"'mysqlbinlog' on the binary log), the slave's relay log is corrupted (you "
6828
"can check this by running 'mysqlbinlog' on the relay log), a network "
6829
"problem, or a bug in the master's or slave's DRIZZLE code. If you want to "
6830
"check the master's binary log or slave's relay log, you will be able to know "
6831
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6834
#: drizzled/slave.cc:1985
6835
msgid "Failed during slave I/O thread initialization"
6838
#: drizzled/slave.cc:1999
6839
msgid "error in drizzle_create()"
6842
#: drizzled/slave.cc:2007
6845
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6846
"'%s' at position %s"
6849
#: drizzled/slave.cc:2021
6850
msgid "Slave I/O thread killed while connecting to master"
6853
#: drizzled/slave.cc:2045
6854
msgid "Slave I/O thread couldn't register on master"
6857
#: drizzled/slave.cc:2057 drizzled/slave.cc:2081 drizzled/slave.cc:2105
6858
msgid "Forcing to reconnect slave I/O thread"
6861
#: drizzled/slave.cc:2070
6862
msgid "Failed on request_dump()"
6865
#: drizzled/slave.cc:2071
6866
msgid "Slave I/O thread killed while requesting master dump"
6869
#: drizzled/slave.cc:2097
6870
msgid "Waiting for master to send event"
6873
#: drizzled/slave.cc:2099
6874
msgid "Slave I/O thread killed while reading event"
6877
#: drizzled/slave.cc:2117
6880
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6881
"entry is correct, restart the server with a higher value of "
6882
"max_allowed_packet"
6885
#: drizzled/slave.cc:2131
6886
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6889
#: drizzled/slave.cc:2141
6890
msgid "Queueing master event to the relay log"
6893
#: drizzled/slave.cc:2168
6894
msgid "Slave I/O thread aborted while waiting for relay log space"
6897
#: drizzled/slave.cc:2178
6899
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6902
#: drizzled/slave.cc:2199
6903
msgid "Waiting for slave mutex on exit"
6906
#: drizzled/slave.cc:2265
6907
msgid "Failed during slave thread initialization"
6910
#: drizzled/slave.cc:2331
6913
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6914
"s, relay log '%s' position: %s"
6917
#: drizzled/slave.cc:2345
6918
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6921
#: drizzled/slave.cc:2371
6922
msgid "Reading event from the relay log"
6925
#: drizzled/slave.cc:2396
6927
msgid "Slave (additional info): %s Error_code: %d"
6930
#: drizzled/slave.cc:2413
6932
msgid "Slave: %s Error_code: %d"
6935
#: drizzled/slave.cc:2416
6938
"Error loading user-defined library, slave SQL thread aborted. Install the "
6939
"missing library, and restart the slave SQL thread with \"SLAVE START\". We "
6940
"stopped at log '%s' position %s"
6943
#: drizzled/slave.cc:2424
6946
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6947
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6950
#: drizzled/slave.cc:2436
6953
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6956
#: drizzled/slave.cc:2532
6958
msgid "Slave I/O: failed requesting download of '%s'"
6961
#: drizzled/slave.cc:2549
6963
msgid "Network read error downloading '%s' from master"
6966
#: drizzled/slave.cc:2571
6967
msgid "error writing Exec_load event to relay log"
6970
#: drizzled/slave.cc:2585
6971
msgid "error writing Create_file event to relay log"
6974
#: drizzled/slave.cc:2600
6975
msgid "error writing Append_block event to relay log"
6978
#: drizzled/slave.cc:2696
6979
msgid "Memory allocation failed"
6982
#: drizzled/slave.cc:2721 drizzled/slave.cc:2807
6985
"Read invalid event from master: '%s', master could be corrupt but a more "
6986
"likely cause of this is a bug"
6989
#: drizzled/slave.cc:3080
6990
msgid "could not queue event from master"
6993
#: drizzled/slave.cc:3170
6995
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6998
#: drizzled/slave.cc:3172
6999
msgid "reconnecting"
7002
#: drizzled/slave.cc:3172
7006
#: drizzled/slave.cc:3198
7009
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
7013
#: drizzled/slave.cc:3585
7015
msgid "next log '%s' is currently active"
7018
#: drizzled/slave.cc:3615
7020
msgid "next log '%s' is not active"
7023
#: drizzled/slave.cc:3631
7026
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
7029
#: drizzled/slave.cc:3637
7030
msgid "Aborting slave SQL thread because of partial event read"
7033
#: drizzled/slave.cc:3643 drizzled/slave.cc:3650
7035
msgid "Error reading relay log event: %s"
7038
#: drizzled/slave.cc:3644
7039
msgid "slave SQL thread was killed"
7042
#: drizzled/slave.cc:3742
7045
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
7046
"check error log on slave for more info"
7049
#: drizzled/slave.cc:3748
7052
"According to the master's version ('%s'), it is probable that master suffers "
7053
"from this bug: http://bugs.mysql.com/bug.php?id=%u and thus replicating the "
7054
"current binary log event may make the slave's data become different from the "
7055
"master's data. To take no risk, slave refuses to replicate this event and "
7056
"stops. We recommend that all updates be stopped on the master and slave, "
7057
"that the data of both be manually synchronized, that master's binary logs be "
7058
"deleted, that master be upgraded to a version at least equal to '%d.%d.%d'. "
7059
"Then replication can be restarted."
7062
#: drizzled/sql_base.cc:2527
7064
msgid "Table %s had a open data handler in reopen_table"
7067
#: drizzled/sql_base.cc:3178
7069
msgid "Couldn't repair table: %s.%s"
7072
#: drizzled/sql_base.cc:3221
7075
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
7076
"s`.`%s`' to the binary log"
7079
#: drizzled/sql_base.cc:3950
7081
msgid "Could not remove temporary table: '%s', error: %d"
7084
#: drizzled/sql_db.cc:396 drizzled/sql_db.cc:404
7086
msgid "Error while loading database options: '%s':"
7089
#: drizzled/sql_plugin.cc:647
7091
msgid "Plugin '%s' of type %s failed deinitialization"
7094
#: drizzled/sql_plugin.cc:661
7096
msgid "Plugin '%s' has ref_count=%d after deinitialization."
7099
#: drizzled/sql_plugin.cc:781
7101
msgid "Plugin '%s' registration as a %s failed."
7104
#: drizzled/sql_plugin.cc:1035
7105
msgid "plugin-load parameter too long"
7108
#: drizzled/sql_plugin.cc:1095
7110
msgid "Couldn't load plugin named '%s' with soname '%s'."
7113
#: drizzled/sql_plugin.cc:1146
7115
msgid "Forcing shutdown of %d plugins"
7118
#: drizzled/sql_plugin.cc:1168
7120
msgid "Plugin '%s' will be forced to shutdown"
7123
#: drizzled/sql_plugin.cc:1184
7125
msgid "Plugin '%s' has ref_count=%d after shutdown."
7128
#: drizzled/sql_plugin.cc:2433 drizzled/sql_plugin.cc:2496
7130
msgid "Unknown variable type code 0x%x in plugin '%s'."
7133
#: drizzled/sql_plugin.cc:2476
7136
"Server variable %s of plugin %s was forced to be read-only: string variable "
7137
"without update_func and PLUGIN_VAR_MEMALLOC flag"
7140
#: drizzled/sql_plugin.cc:2507
7142
msgid "Missing variable name in plugin '%s'."
7145
#: drizzled/sql_plugin.cc:2524
7147
msgid "Thread local variable '%s' not allocated in plugin '%s'."
7150
#: drizzled/sql_plugin.cc:2643
7152
msgid "Out of memory for plugin '%s'."
7155
#: drizzled/sql_plugin.cc:2650
7157
msgid "Bad options for plugin '%s'."
7160
#: drizzled/sql_plugin.cc:2659
7162
msgid "Parsing options for plugin '%s' failed."
7165
#: drizzled/sql_plugin.cc:2702
7167
msgid "Plugin '%s' has conflicting system variables"
7170
#: drizzled/sql_plugin.cc:2712
7172
msgid "Plugin '%s' disabled by command line option"
7175
#: drizzled/sql_repl.cc:101
7176
msgid "Failed in send_file() while reading file name"
7179
#: drizzled/sql_repl.cc:114
7180
msgid "Failed in send_file() on open of file"
7183
#: drizzled/sql_repl.cc:122
7184
msgid "Failed in send_file() while writing data to client"
7187
#: drizzled/sql_repl.cc:131
7188
msgid "Failed in send_file() while negotiating file transfer close"
7191
#: drizzled/sql_table.cc:81
7193
msgid "Invalid (old?) table or database name '%s'"
7196
#: drizzled/sql_table.cc:2716
7198
msgid "Unknown - internal error %d during operation"
7201
#: drizzled/sql_table.cc:4990
7203
msgid "Could not open table %s.%s after rename\n"
7206
#: drizzled/sql_table.cc:5157
7209
"order_st BY ignored because there is a user-defined clustered index in the "
7213
#: drizzled/sql_udf.cc:39
7214
msgid "Can't allocate memory for udf structures"
7217
#: drizzled/table.cc:488
7220
"'%s' had no or invalid character set, and default character set is multi-"
7221
"byte, so character column sizes may have changed"
7224
#: drizzled/table.cc:1692
7226
msgid "Unknown collation '%s' in table '%-.64s' definition"
7229
#: drizzled/table.cc:1699
7232
"Table '%-.64s' was created with a different version of MySQL and cannot be "
7236
#: drizzled/table.cc:2310
7239
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
7243
#: drizzled/table.cc:2336
7246
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7247
"have type %s, found type %s."
7250
#: drizzled/table.cc:2345
7253
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7254
"position %d to have character set '%s' but the type has no character set."
7257
#: drizzled/table.cc:2355
7260
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
7261
"position %d to have character set '%s' but found character set '%s'."
7264
#: drizzled/table.cc:2366
7267
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
7268
"have type %s but the column is not found."
7271
#: drizzled/table.cc:4749
7273
msgid "Got error %d when reading table '%s'"
7276
#: drizzled/tztime.cc:1063
7278
msgid "Fatal error: Illegal or unknown default time zone '%s'"
7281
#: drizzled/definitions.h:52
7282
msgid "Invalid error code"
7286
#~ "Switch to another charset. Might be needed for processing binlog with "
7287
#~ "multi-byte charsets."
7289
#~ "Switch to another charset. Might be needed for processing binlog with "
7290
#~ "multi-byte charsets."
7292
#~ msgid "Usage: \\C char_setname | charset charset_name"
7293
#~ msgstr "Usage: \\C char_setname | charset charset_name"
7295
#~ msgid "Charset changed"
7296
#~ msgstr "Charset changed"
7298
#~ msgid "Charset is not found"
7299
#~ msgstr "Charset is not found"
7301
#~ msgid "Unknown option to protocol: %s\n"
7302
#~ msgstr "Unknown option to protocol: %s\n"
7304
#~ msgid "COLLATION %s is not valid for CHARACTER SET %s"
7305
#~ msgstr "COLLATION %s is not valid for CHARACTER SET %s"