1
# Greek 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: \n"
10
"POT-Creation-Date: 2010-09-14 16:22-0400\n"
11
"PO-Revision-Date: 2008-12-04 19:32+0000\n"
12
"Last-Translator: fokis...ftw <fotis.koutoulakis@gmail.com>\n"
13
"Language-Team: Greek <el@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: 2010-03-12 17:32+0000\n"
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: ../client/drizzle.cc:465
22
msgid "Synonym for `help'."
23
msgstr "Συνώνυμο για την λέξη \"Βοήθεια\""
25
#: ../client/drizzle.cc:466
26
msgid "Clear command."
29
#: ../client/drizzle.cc:468
30
msgid "Reconnect to the server. Optional arguments are db and host."
33
#: ../client/drizzle.cc:470
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
38
#: ../client/drizzle.cc:472
39
msgid "Send command to drizzle server, display result vertically."
42
#: ../client/drizzle.cc:473
43
msgid "Exit drizzle. Same as quit."
46
#: ../client/drizzle.cc:474
47
msgid "Send command to drizzle server."
50
#: ../client/drizzle.cc:475
51
msgid "Display this help."
52
msgstr "Εμφάνησε αυτή την βοήθεια."
54
#: ../client/drizzle.cc:476
55
msgid "Disable pager, print to stdout."
56
msgstr "Προβολή βοήθειας."
58
#: ../client/drizzle.cc:477
59
msgid "Don't write into outfile."
62
#: ../client/drizzle.cc:479
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
#: ../client/drizzle.cc:480
67
msgid "Print current command."
68
msgstr "Τύπωσε αυτήν την εντολή."
70
#: ../client/drizzle.cc:481
71
msgid "Change your drizzle prompt."
74
#: ../client/drizzle.cc:482
76
msgstr "Έξοδος από το drizzle."
78
#: ../client/drizzle.cc:483
79
msgid "Rebuild completion hash."
82
#: ../client/drizzle.cc:485
83
msgid "Execute an SQL script file. Takes a file name as an argument."
86
#: ../client/drizzle.cc:486
87
msgid "Get status information from the server."
88
msgstr "Μεταφόρτωση πληροφοριών κατάστασης από τον διακομιστή."
90
#: ../client/drizzle.cc:488
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
94
#: ../client/drizzle.cc:490
95
msgid "Use another database. Takes database name as argument."
98
#: ../client/drizzle.cc:492 ../client/drizzle.cc:1325
99
msgid "Show warnings after every statement."
102
#: ../client/drizzle.cc:494
103
msgid "Don't show warnings after every statement."
106
#: ../client/drizzle.cc:1144
108
msgid "shutting down drizzled"
111
#: ../client/drizzle.cc:1146
116
#: ../client/drizzle.cc:1155 ../client/drizzle.cc:1161
118
msgid "shutdown failed; error: '%s'"
121
#: ../client/drizzle.cc:1170
126
#: ../client/drizzle.cc:1191
128
msgid "drizzled is alive\n"
131
#: ../client/drizzle.cc:1197
133
msgid "ping failed; error: '%s'"
136
#: ../client/drizzle.cc:1203
138
msgid "drizzled won't answer to ping, error: '%s'"
141
#: ../client/drizzle.cc:1252
142
msgid "Error: Invalid Value for connect_timeout"
145
#: ../client/drizzle.cc:1263
146
msgid "Error: Invalid Value for max_input_line"
149
#: ../client/drizzle.cc:1282 ../client/drizzledump.cc:2396
150
msgid "Options used only in command line"
153
#: ../client/drizzle.cc:1284
155
msgid "Displays this help and exit."
156
msgstr "Εμφάνησε αυτή την βοήθεια."
158
#: ../client/drizzle.cc:1285
160
"Don't use history file. Disable interactive behavior. (Enables --silent)"
163
#: ../client/drizzle.cc:1287
164
msgid "Display column type information."
167
#: ../client/drizzle.cc:1289
169
"Preserve comments. Send comments to the server. The default is --skip-"
170
"comments (discard comments), enable with --comments"
173
#: ../client/drizzle.cc:1291 ../client/drizzledump.cc:2405
174
msgid "Use compression in server/client protocol."
177
#: ../client/drizzle.cc:1293
178
msgid "Print the output of a query (rows) vertically."
181
#: ../client/drizzle.cc:1295
182
msgid "Continue even if we get an sql error."
185
#: ../client/drizzle.cc:1297
187
"Enable named commands. Named commands mean this program's internal commands; "
188
"see drizzle> help . When enabled, the named commands can be used from any "
189
"line of the query, otherwise only from the first line, before an enter. "
190
"Disable with --disable-named-commands. This option is disabled by default."
193
#: ../client/drizzle.cc:1299
195
"Named commands are disabled. Use \\* form only, or use named commands only "
196
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
197
"the client now starts with this option ENABLED by default! Disable with '-"
198
"G'. Long format commands still work from the first line. WARNING: option "
199
"deprecated; use --disable-named-commands instead."
202
#: ../client/drizzle.cc:1300
203
msgid "Ignore space after function names."
206
#: ../client/drizzle.cc:1302
207
msgid "Turn off beep on error."
210
#: ../client/drizzle.cc:1304
211
msgid "Write line numbers for errors."
214
#: ../client/drizzle.cc:1306
216
"Don't write line number for errors. WARNING: -L is deprecated, use long "
217
"version of this option instead."
220
#: ../client/drizzle.cc:1308
221
msgid "Write column names in results."
224
#: ../client/drizzle.cc:1310
226
"Don't write column names in results. WARNING: -N is deprecated, use long "
227
"version of this options instead."
230
#: ../client/drizzle.cc:1312
232
"Change the value of a variable. Please note that this option is deprecated; "
233
"you can set variables directly with --variable-name=value."
236
#: ../client/drizzle.cc:1314
237
msgid "Output in table format."
240
#: ../client/drizzle.cc:1316
241
msgid "Only allow UPDATE and DELETE that uses keys."
244
#: ../client/drizzle.cc:1318
245
msgid "Synonym for option --safe-updates, -U."
248
#: ../client/drizzle.cc:1320
249
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
252
#: ../client/drizzle.cc:1321 ../client/drizzledump.cc:2425
253
#: ../drizzled/drizzled.cc:1174
254
msgid "Output version information and exit."
257
#: ../client/drizzle.cc:1323
258
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
261
#: ../client/drizzle.cc:1327
262
msgid "Number of lines before each import progress report."
265
#: ../client/drizzle.cc:1329
266
msgid "Ping the server to check if it's alive."
269
#: ../client/drizzle.cc:1331
270
msgid "Configuration file defaults are not used if no-defaults is set"
273
#: ../client/drizzle.cc:1334 ../client/drizzledump.cc:2434
274
msgid "Options specific to the drizzle client"
277
#: ../client/drizzle.cc:1337
279
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
280
"and field completion, but startup and reconnecting may take a longer time. "
281
"Disable with --disable-auto-rehash."
284
#: ../client/drizzle.cc:1338
286
"No automatic rehashing. One has to use 'rehash' to get table and field "
287
"completion. This gives a quicker start of drizzle_st and disables rehashing "
288
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
291
#: ../client/drizzle.cc:1340
293
"Automatically switch to vertical output mode if the result is wider than the "
297
#: ../client/drizzle.cc:1342
298
msgid "Database to use."
301
#: ../client/drizzle.cc:1344
305
#: ../client/drizzle.cc:1346
306
msgid "Delimiter to be used."
309
#: ../client/drizzle.cc:1348
310
msgid "Execute command and quit. (Disables --force and history file)"
313
#: ../client/drizzle.cc:1350
314
msgid "Enable/disable LOAD DATA LOCAL INFILE."
317
#: ../client/drizzle.cc:1352
318
msgid "Flush buffer after each query."
321
#: ../client/drizzle.cc:1354
322
msgid "Ignore SIGINT (CTRL-C)"
325
#: ../client/drizzle.cc:1356
327
"Only update the default database. This is useful for skipping updates to "
328
"other database in the update log."
331
#: ../client/drizzle.cc:1358
333
"Pager to use to display results. If you don't supply an option the default "
334
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
335
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
336
"work in batch mode. Disable with --disable-pager. This option is disabled by "
340
#: ../client/drizzle.cc:1360
342
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
343
msgstr "Προβολή βοήθειας."
345
#: ../client/drizzle.cc:1362
346
msgid "Set the drizzle prompt to this value."
349
#: ../client/drizzle.cc:1364
351
"Don't cache result, print it row by row. This may slow down the server if "
352
"the output is suspended. Doesn't use history file."
355
#: ../client/drizzle.cc:1366
356
msgid "Write fields without conversion. Used with --batch."
359
#: ../client/drizzle.cc:1368
361
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
362
"option is enabled by default."
365
#: ../client/drizzle.cc:1370
366
msgid "Shutdown the server"
369
#: ../client/drizzle.cc:1371
371
"Be more silent. Print results with a tab as separator, each row on new line."
374
#: ../client/drizzle.cc:1373
376
"Append everything into outfile. See interactive help (\\h) also. Does not "
377
"work in batch mode. Disable with --disable-tee. This option is disabled by "
381
#: ../client/drizzle.cc:1375
382
msgid "Disable outfile. See interactive help (\\h) also."
385
#: ../client/drizzle.cc:1376
386
msgid "Wait and retry if connection is down."
389
#: ../client/drizzle.cc:1378
390
msgid "Number of seconds before connection timeout."
393
#: ../client/drizzle.cc:1380
394
msgid "Max length of input line"
397
#: ../client/drizzle.cc:1382
398
msgid "Automatic limit for SELECT when using --safe-updates"
401
#: ../client/drizzle.cc:1384
402
msgid "Automatic limit for rows in a join when using --safe-updates"
405
#: ../client/drizzle.cc:1387 ../client/drizzledump.cc:2499
406
msgid "Options specific to the client"
409
#: ../client/drizzle.cc:1390
410
msgid "Connect to host"
413
#: ../client/drizzle.cc:1392
415
"Password to use when connecting to server. If password is not given it's "
416
"asked from the tty."
419
#: ../client/drizzle.cc:1394
421
"Port number to use for connection or 0 for default to, in order of "
422
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
425
#: ../client/drizzle.cc:1396 ../client/drizzledump.cc:2508
426
msgid "User for login if not current user."
429
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:2510
430
msgid "The protocol of connection (mysql or drizzle)."
433
#: ../client/drizzle.cc:1401 ../client/drizzledump.cc:2522
434
msgid "Allowed Options"
437
#: ../client/drizzle.cc:1448 ../client/drizzle.cc:1455
439
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
442
#: ../client/drizzle.cc:1506 ../client/drizzle.cc:3789
443
msgid "DELIMITER cannot contain a backslash character"
446
#: ../client/drizzle.cc:1585 ../client/drizzledump.cc:2600
447
#: ../client/drizzleimport.cc:460 ../client/drizzleslap.cc:1006
448
#: ../client/drizzletest.cc:5599
449
msgid "Error: Unknown protocol"
452
#: ../client/drizzle.cc:1599
454
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
457
#: ../client/drizzle.cc:1645 ../client/drizzle.cc:4035
459
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
462
#: ../client/drizzle.cc:1651
465
"Copyright (C) 2008 Sun Microsystems\n"
466
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
467
"and you are welcome to modify and redistribute it under the GPL license\n"
470
#: ../client/drizzle.cc:1656
472
msgid "Usage: drizzle [OPTIONS] [database]\n"
475
#: ../client/drizzle.cc:1710
477
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
480
#: ../client/drizzle.cc:1719
483
"Your Drizzle connection id is %u\n"
484
"Connection protocol: %s\n"
485
"Server version: %s\n"
488
#: ../client/drizzle.cc:1753
490
msgid "Reading history-file %s\n"
493
#: ../client/drizzle.cc:1757
495
msgid "Couldn't allocate memory for temp histfile!\n"
498
#: ../client/drizzle.cc:1764
499
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
502
#: ../client/drizzle.cc:1774
506
#: ../client/drizzle.cc:1787
508
msgid "Writing history-file %s\n"
511
#: ../client/drizzle.cc:1795
515
#: ../client/drizzle.cc:1795
519
#: ../client/drizzle.cc:1847
520
msgid "Query aborted by Ctrl+C\n"
523
#: ../client/drizzle.cc:1931
525
msgid "Processing line: %<PRIu32>\n"
528
#: ../client/drizzle.cc:2149
529
msgid "Unknown command: "
532
#: ../client/drizzle.cc:2563
534
"Reading table information for completion of table and column names\n"
535
"You can turn off this feature to get a quicker startup with -A\n"
539
#: ../client/drizzle.cc:2629
540
msgid "No connection. Trying to reconnect..."
543
#: ../client/drizzle.cc:2635
544
msgid "Can't connect to the server\n"
547
#: ../client/drizzle.cc:2719
548
msgid "List of all Drizzle commands:"
551
#: ../client/drizzle.cc:2723
554
"Note that all text commands must be first on line and end with '%s' or \\g"
557
#: ../client/drizzle.cc:2781
558
msgid "No query specified\n"
561
#: ../client/drizzle.cc:2796
562
msgid "Ignoring query to other database"
565
#: ../client/drizzle.cc:2846
569
#: ../client/drizzle.cc:2859
571
msgid "%ld row in set"
572
msgid_plural "%ld rows in set"
576
#: ../client/drizzle.cc:2868
580
#: ../client/drizzle.cc:2870
582
msgid "Query OK, %ld row affected"
583
msgid_plural "Query OK, %ld rows affected"
587
#: ../client/drizzle.cc:2942
588
msgid "popen() failed! defaulting PAGER to stdout!\n"
591
#: ../client/drizzle.cc:2964
593
msgid "Error logging to file '%s'\n"
596
#: ../client/drizzle.cc:2969
598
msgid "Logging to file '%s'\n"
601
#: ../client/drizzle.cc:3053
610
"Collation: %s (%u)\n"
618
#: ../client/drizzle.cc:3520
620
msgid "No previous outfile available, you must give a filename!\n"
623
#: ../client/drizzle.cc:3525
625
msgid "Currently logging to file '%s'\n"
628
#: ../client/drizzle.cc:3545
630
msgid "No outfile specified!\n"
633
#: ../client/drizzle.cc:3558
634
msgid "Outfile disabled.\n"
637
#: ../client/drizzle.cc:3585
639
msgid "Default pager wasn't set, using stdout.\n"
640
msgstr "Προβολή βοήθειας."
642
#: ../client/drizzle.cc:3605
644
msgid "PAGER set to '%s'\n"
647
#: ../client/drizzle.cc:3616
648
msgid "PAGER set to stdout\n"
651
#: ../client/drizzle.cc:3699
653
msgid "Connection id: %u"
656
#: ../client/drizzle.cc:3701
658
msgid "Current database: %.128s\n"
661
#: ../client/drizzle.cc:3702
666
#: ../client/drizzle.cc:3722
667
msgid "Usage: \\. <filename> | source <filename>"
670
#: ../client/drizzle.cc:3737
672
msgid "Failed to open file '%s', error: %d"
675
#: ../client/drizzle.cc:3745
676
msgid "Can't initialize LineBuffer"
679
#: ../client/drizzle.cc:3781
680
msgid "DELIMITER must be followed by a 'delimiter' character or string"
683
#: ../client/drizzle.cc:3814
684
msgid "USE must be followed by a database name"
687
#: ../client/drizzle.cc:3882
688
msgid "Database changed"
691
#: ../client/drizzle.cc:3890
692
msgid "Show warnings enabled."
695
#: ../client/drizzle.cc:3898
696
msgid "Show warnings disabled."
699
#: ../client/drizzle.cc:4042
703
"Connection id:\t\t%lu\n"
706
#: ../client/drizzle.cc:4054
708
msgid "Current database:\t%s\n"
711
#: ../client/drizzle.cc:4055
713
msgid "Current user:\t\t%s\n"
716
#: ../client/drizzle.cc:4061
717
msgid "SSL:\t\t\tNot in use"
720
#: ../client/drizzle.cc:4066
726
#: ../client/drizzle.cc:4073
729
"All updates ignored to this database\n"
732
#: ../client/drizzle.cc:4076
734
msgid "Current pager:\t\t%s\n"
737
#: ../client/drizzle.cc:4077
739
msgid "Using outfile:\t\t'%s'\n"
742
#: ../client/drizzle.cc:4078
744
msgid "Using delimiter:\t%s\n"
747
#: ../client/drizzle.cc:4079
749
msgid "Server version:\t\t%s\n"
752
#: ../client/drizzle.cc:4080
754
msgid "Protocol:\t\t%s\n"
757
#: ../client/drizzle.cc:4081
759
msgid "Protocol version:\t%d\n"
762
#: ../client/drizzle.cc:4082
764
msgid "Connection:\t\t%s\n"
767
#: ../client/drizzle.cc:4089
769
msgid "UNIX socket:\t\t%s\n"
772
#: ../client/drizzle.cc:4091
774
msgid "TCP port:\t\t%d\n"
777
#: ../client/drizzle.cc:4096
780
"Note that you are running in safe_update_mode:\n"
783
#: ../client/drizzle.cc:4098
786
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
788
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
790
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
791
" Max number of examined row combination in a join is set to: %"
796
#: ../client/drizzle.cc:4160 ../drizzled/option.cc:339
801
#: ../client/drizzle.cc:4203
803
msgid "ERROR %d (%s): "
806
#: ../client/drizzle.cc:4205
811
#: ../client/drizzle.cc:4208
815
#: ../client/drizzle.cc:4341
819
#: ../client/drizzle.cc:4343
823
#: ../client/drizzle.cc:4349
827
#: ../client/drizzle.cc:4355
831
#: ../client/drizzle.cc:4456
835
#: ../client/drizzle.cc:4576
837
msgid "Returning to default PROMPT of %s\n"
840
#: ../client/drizzle.cc:4581
841
msgid "Memory allocation error. Not changing prompt\n"
844
#: ../client/drizzle.cc:4586
846
msgid "PROMPT set to '%s'\n"
849
#: ../client/drizzledump.cc:199
851
msgid "Got errno %d on write"
854
#: ../client/drizzledump.cc:283
856
msgid "%s: You must use option --tab with --fields-...\n"
859
#: ../client/drizzledump.cc:289
862
"%s: You can't use --single-transaction and --lock-all-tables at the same "
866
#: ../client/drizzledump.cc:295
869
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
873
#: ../client/drizzledump.cc:301
875
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
878
#: ../client/drizzledump.cc:320
880
msgid "Got error: %s (%d) %s"
883
#: ../client/drizzledump.cc:327
885
msgid "Got error: %d %s"
888
#: ../client/drizzledump.cc:425 ../client/drizzledump.cc:432
889
#: ../client/drizzledump.cc:445
891
msgid "Couldn't execute '%s': %s (%d)"
894
#: ../client/drizzledump.cc:505
896
msgid "-- Connecting to %s, using protocol %s...\n"
899
#: ../client/drizzledump.cc:527
901
msgid "-- Disconnecting from %s...\n"
904
#: ../client/drizzledump.cc:538
905
msgid "Couldn't allocate memory"
908
#: ../client/drizzledump.cc:882
911
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
915
#: ../client/drizzledump.cc:896
917
msgid "-- Retrieving table structure for table %s...\n"
920
#: ../client/drizzledump.cc:1010
922
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
925
#: ../client/drizzledump.cc:1117
927
msgid "%s: Can't get keys for table %s\n"
930
#: ../client/drizzledump.cc:1195 ../client/drizzledump.cc:2248
932
msgid "Error: Couldn't read status information for table %s\n"
935
#: ../client/drizzledump.cc:1339
937
msgid "Error retrieving table structure for table: \"%s\""
940
#: ../client/drizzledump.cc:1346
942
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
945
#: ../client/drizzledump.cc:1357
947
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
950
#: ../client/drizzledump.cc:1364
952
msgid "-- Skipping dump data for table '%s', it has no fields\n"
955
#: ../client/drizzledump.cc:1372
956
msgid "-- Sending SELECT query...\n"
959
#: ../client/drizzledump.cc:1426 ../client/drizzledump.cc:1915
960
msgid "when executing 'SELECT INTO OUTFILE'"
963
#: ../client/drizzledump.cc:1437
968
"-- Dumping data for table %s\n"
972
#: ../client/drizzledump.cc:1478
973
msgid "-- Retrieving rows...\n"
976
#: ../client/drizzledump.cc:1481
978
msgid "%s: Error in field count for table: %s ! Aborting.\n"
981
#: ../client/drizzledump.cc:1525
983
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
986
#: ../client/drizzledump.cc:1542
988
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
991
#: ../client/drizzledump.cc:1564
993
msgid "Not enough fields from table %s! Aborting.\n"
996
#: ../client/drizzledump.cc:1979 ../client/drizzledump.cc:2095
997
msgid "when doing refresh"
1000
#: ../client/drizzledump.cc:2066
1001
msgid "alloc_root failure."
1004
#: ../client/drizzledump.cc:2082
1006
msgid "Couldn't find table: \"%s\""
1009
#: ../client/drizzledump.cc:2319 ../client/drizzledump.cc:2326
1010
#: ../client/drizzledump.cc:2336
1013
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
1016
#: ../client/drizzledump.cc:2368
1018
msgid "Error: Not enough memory to store ORDER BY clause\n"
1021
#: ../client/drizzledump.cc:2399
1023
"Dump all the databases. This will be same as --databases with all databases "
1027
#: ../client/drizzledump.cc:2401
1028
msgid "Dump all the tablespaces."
1031
#: ../client/drizzledump.cc:2403
1032
msgid "Use complete insert statements."
1035
#: ../client/drizzledump.cc:2407
1037
"Flush logs file in server before starting dump. Note that if you dump many "
1038
"databases at once (using the option --databases= or --all-databases), the "
1039
"logs will be flushed for each database dumped. The exception is when using --"
1040
"lock-all-tables in this case the logs will be flushed only once, "
1041
"corresponding to the moment all tables are locked. So if you want your dump "
1042
"and the log flush to happen at the same exact moment you should use --lock-"
1043
"all-tables or --flush-logs"
1046
#: ../client/drizzledump.cc:2409
1047
msgid "Continue even if we get an sql-error."
1050
#: ../client/drizzledump.cc:2410
1052
msgid "Display this help message and exit."
1053
msgstr "Εμφάνησε αυτή την βοήθεια."
1055
#: ../client/drizzledump.cc:2412
1057
"Locks all tables across all databases. This is achieved by taking a global "
1058
"read lock for the duration of the whole dump. Automatically turns --single-"
1059
"transaction and --lock-tables off."
1062
#: ../client/drizzledump.cc:2414
1064
"Sorts each table's rows by primary key, or first unique key, if such a key "
1065
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1066
"table, but will make the dump itself take considerably longer."
1069
#: ../client/drizzledump.cc:2416
1071
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1072
"Works ONLY for tables stored in storage engines which support "
1073
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1074
"be consistent for other storage engines. While a --single-transaction dump "
1075
"is in process, to ensure a valid dump file (correct table contents), no "
1076
"other connection should use the following statements: ALTER TABLE, DROP "
1077
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1078
"from them. Option automatically turns off --lock-tables."
1081
#: ../client/drizzledump.cc:2417
1083
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1084
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1085
"default, disable with --skip-opt."
1088
#: ../client/drizzledump.cc:2419
1090
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1091
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1094
#: ../client/drizzledump.cc:2420
1095
msgid "Overrides option --databases (-B)."
1098
#: ../client/drizzledump.cc:2422
1099
msgid "Number of rows before each output progress report (requires --verbose)."
1102
#: ../client/drizzledump.cc:2424
1103
msgid "Print info about the various stages."
1106
#: ../client/drizzledump.cc:2426
1107
msgid "Dump a database as well formed XML."
1110
#: ../client/drizzledump.cc:2427
1111
msgid "Turn off Comments"
1114
#: ../client/drizzledump.cc:2428
1115
msgid "Turn off create-options"
1118
#: ../client/drizzledump.cc:2429
1119
msgid "Turn off extended-insert"
1122
#: ../client/drizzledump.cc:2430
1123
msgid "Turn off dump-date"
1126
#: ../client/drizzledump.cc:2431
1127
msgid "Do not read from the configuration files"
1130
#: ../client/drizzledump.cc:2437
1131
msgid "Add a 'DROP DATABASE' before each create."
1134
#: ../client/drizzledump.cc:2439
1135
msgid "Add a 'drop table' before each create."
1138
#: ../client/drizzledump.cc:2441
1139
msgid "Allow creation of column names that are keywords."
1142
#: ../client/drizzledump.cc:2443
1143
msgid "Write additional information."
1146
#: ../client/drizzledump.cc:2445
1148
"Give less verbose output (useful for debugging). Disables structure comments "
1149
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1150
"set-names --skip-disable-keys --skip-add-locks"
1153
#: ../client/drizzledump.cc:2447
1154
msgid "Include all DRIZZLE specific create options."
1157
#: ../client/drizzledump.cc:2449
1158
msgid "Put a dump date to the end of the output."
1161
#: ../client/drizzledump.cc:2451
1163
"To dump several databases. Note the difference in usage; In this case no "
1164
"tables are given. All name arguments are regarded as databasenames. 'USE "
1165
"db_name;' will be included in the output."
1168
#: ../client/drizzledump.cc:2453
1169
msgid "Insert rows with INSERT DELAYED;"
1172
#: ../client/drizzledump.cc:2455
1174
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1175
"will be put in the output."
1178
#: ../client/drizzledump.cc:2457
1179
msgid "Allows utilization of the new, much faster INSERT syntax."
1182
#: ../client/drizzledump.cc:2459
1183
msgid "Fields in the textfile are terminated by ..."
1186
#: ../client/drizzledump.cc:2461
1187
msgid "Fields in the importfile are enclosed by ..."
1190
#: ../client/drizzledump.cc:2463
1191
msgid "Fields in the i.file are opt. enclosed by ..."
1194
#: ../client/drizzledump.cc:2465
1195
msgid "Fields in the i.file are escaped by ..."
1198
#: ../client/drizzledump.cc:2469
1200
"Do not dump the specified table. To specify more than one table to ignore, "
1201
"use the directive multiple times, once for each table. Each table must be "
1202
"specified with both database and table names, e.g. --ignore-table=database."
1206
#: ../client/drizzledump.cc:2471
1207
msgid "Insert rows with INSERT IGNORE."
1210
#: ../client/drizzledump.cc:2473
1211
msgid "Lines in the i.file are terminated by ..."
1214
#: ../client/drizzledump.cc:2475
1215
msgid "Wrap tables with autocommit/commit statements."
1218
#: ../client/drizzledump.cc:2477
1220
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1221
"above line will be added otherwise, if --databases or --all-databases option "
1225
#: ../client/drizzledump.cc:2479
1226
msgid "Don't write table creation info."
1229
#: ../client/drizzledump.cc:2481
1230
msgid "No row information."
1233
#: ../client/drizzledump.cc:2482
1234
msgid "Deprecated. Use --skip-set-charset instead."
1237
#: ../client/drizzledump.cc:2484
1238
msgid "Enable set-name"
1241
#: ../client/drizzledump.cc:2486
1242
msgid "Don't buffer query, dump directly to stdout."
1245
#: ../client/drizzledump.cc:2488
1246
msgid "Quote table and column names with backticks (`)."
1249
#: ../client/drizzledump.cc:2490
1250
msgid "Use REPLACE INTO instead of INSERT INTO."
1253
#: ../client/drizzledump.cc:2492
1255
"Direct output to a given file. This option should be used in MSDOS, because "
1256
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1260
#: ../client/drizzledump.cc:2494
1262
"Creates tab separated textfile for each table to given path. (creates .sql "
1263
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1264
"machine as the drizzled daemon."
1267
#: ../client/drizzledump.cc:2496
1268
msgid "Dump only selected records; QUOTES mandatory!"
1271
#: ../client/drizzledump.cc:2502
1272
msgid "Connect to host."
1275
#: ../client/drizzledump.cc:2504
1277
"Password to use when connecting to server. If password is not given it's "
1278
"solicited on the tty."
1281
#: ../client/drizzledump.cc:2506
1282
msgid "Port number to use for connection."
1285
#: ../client/drizzledump.cc:2513
1286
msgid "Hidden Options"
1289
#: ../client/drizzledump.cc:2515
1290
msgid "Used to select the database"
1293
#: ../client/drizzledump.cc:2516
1294
msgid "Used to select the tables"
1297
#: ../client/drizzledump.cc:2519
1298
msgid "Allowed Options + Hidden Options"
1301
#: ../client/drizzledump.cc:2571
1303
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1306
#: ../client/drizzledump.cc:2576
1308
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1309
"and you are welcome to modify and redistribute it under the GPL license\n"
1312
#: ../client/drizzledump.cc:2577
1313
msgid "Dumps definitions and data from a Drizzle database server"
1316
#: ../client/drizzledump.cc:2578
1318
msgid "Usage: %s [OPTIONS] database [tables]\n"
1321
#: ../client/drizzledump.cc:2579
1323
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1326
#: ../client/drizzledump.cc:2581
1328
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1331
#: ../client/drizzledump.cc:2613 ../client/drizzleimport.cc:473
1332
#: ../client/drizzleslap.cc:1016 ../client/drizzletest.cc:5611
1334
msgid "Value supplied for port is not valid.\n"
1338
#. This check is made because the some the file functions below
1339
#. have FN_REFLEN sized stack allocated buffers and will cause
1340
#. a crash even if the input destination buffer is large enough
1341
#. to hold the output.
1343
#: ../client/drizzledump.cc:2660
1345
msgid "Input filename too long: %s"
1348
#: ../client/drizzledump.cc:2698
1350
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1353
#: ../client/drizzleslap.cc:2870
1355
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1358
#: ../client/drizzletest.cc:5364
1359
msgid "Error: Invalid Value for opt_max_connect_retries"
1362
#: ../client/drizzletest.cc:5374
1363
msgid "Error: Invalid Value for opt_tail_lines"
1366
#: ../client/drizzletest.cc:5384
1367
msgid "Error: Invalid Value for opt_sleep"
1370
#: ../client/drizzletest.cc:5563
1372
msgid "Could not open '%s' for reading: errno = %d"
1375
#: ../client/drizzletest.cc:5568
1377
msgid "Out of memory"
1380
#: ../drizzled/drizzled.cc:482
1384
#: ../drizzled/drizzled.cc:546
1385
msgid "One can only use the --user switch if running as root\n"
1388
#: ../drizzled/drizzled.cc:553
1390
"Fatal error: Please read \"Security\" section of the manual to find out how "
1391
"to run drizzled as root!\n"
1394
#: ../drizzled/drizzled.cc:573
1397
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1401
#: ../drizzled/drizzled.cc:598
1402
msgid "Set process group ID failed"
1405
#: ../drizzled/drizzled.cc:603
1406
msgid "Set process user ID failed"
1409
#: ../drizzled/drizzled.cc:615
1410
msgid "Process chroot failed"
1413
#: ../drizzled/drizzled.cc:704
1415
msgid "gethostname failed, using '%s' as hostname"
1418
#: ../drizzled/drizzled.cc:739
1419
msgid "Error getting default charset"
1422
#: ../drizzled/drizzled.cc:766
1423
msgid "Error setting collation"
1426
#: ../drizzled/drizzled.cc:774
1428
msgid "Unknown locale: '%s'"
1431
#: ../drizzled/drizzled.cc:791
1432
msgid "Can't create thread-keys"
1435
#: ../drizzled/drizzled.cc:861
1436
msgid "Could not initialize table cache\n"
1439
#: ../drizzled/drizzled.cc:872
1440
msgid "XA cache initialization failed: Out of memory\n"
1443
#: ../drizzled/drizzled.cc:881
1444
msgid "Failed to initialize plugins\n"
1447
#: ../drizzled/drizzled.cc:903
1450
"%s: Unknown options give (first unknown is '%s').\n"
1451
"Use --verbose --help to get a list of available options\n"
1454
#: ../drizzled/drizzled.cc:928
1455
msgid "No scheduler found, cannot continue!\n"
1458
#: ../drizzled/drizzled.cc:952
1460
msgid "Unknown/unsupported storage engine: %s\n"
1463
#: ../drizzled/drizzled.cc:1044
1464
msgid "Display this help and exit."
1467
#: ../drizzled/drizzled.cc:1048
1468
msgid "Display this help and exit after initializing plugins."
1471
#: ../drizzled/drizzled.cc:1052
1472
msgid "Print the default settings and exit"
1475
#: ../drizzled/drizzled.cc:1056
1476
msgid "Auto-increment columns are incremented by this"
1479
#: ../drizzled/drizzled.cc:1061
1481
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1485
#: ../drizzled/drizzled.cc:1067
1487
"Path to installation directory. All paths are usually resolved relative to "
1491
#: ../drizzled/drizzled.cc:1072
1492
msgid "Chroot drizzled daemon during startup."
1495
#: ../drizzled/drizzled.cc:1076
1496
msgid "Set the default collation."
1499
#: ../drizzled/drizzled.cc:1080
1500
msgid "Default completion type."
1503
#: ../drizzled/drizzled.cc:1085
1504
msgid "Write core on errors."
1507
#: ../drizzled/drizzled.cc:1089
1508
msgid "Path to the database root."
1511
#: ../drizzled/drizzled.cc:1093
1512
msgid "Set the default storage engine (table type) for tables."
1515
#: ../drizzled/drizzled.cc:1097
1516
msgid "Set the default time zone."
1519
#: ../drizzled/drizzled.cc:1102
1520
msgid "Used for debugging; Use at your own risk!"
1523
#: ../drizzled/drizzled.cc:1107
1524
msgid "Set up signals usable for debugging"
1527
#: ../drizzled/drizzled.cc:1111
1531
#: ../drizzled/drizzled.cc:1115
1532
msgid "Set the language used for the month names and the days of the week."
1535
#: ../drizzled/drizzled.cc:1120
1536
msgid "Log some not critical warnings to the log file."
1539
#: ../drizzled/drizzled.cc:1125
1540
msgid "Pid file used by safe_mysqld."
1543
#: ../drizzled/drizzled.cc:1129
1545
"Maximum time in seconds to wait for the port to become free. (Default: no "
1549
#: ../drizzled/drizzled.cc:1134
1551
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1552
"specified directory"
1555
#: ../drizzled/drizzled.cc:1139
1557
"Uniquely identifies the server instance in the community of replication "
1561
#: ../drizzled/drizzled.cc:1144
1562
msgid "Don't print a stack trace on failure."
1565
#: ../drizzled/drizzled.cc:1148
1566
msgid "Enable symbolic link support."
1569
#: ../drizzled/drizzled.cc:1157
1571
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1574
#: ../drizzled/drizzled.cc:1162
1575
msgid "Path for temporary files."
1578
#: ../drizzled/drizzled.cc:1166
1579
msgid "Default transaction isolation level."
1582
#: ../drizzled/drizzled.cc:1170
1583
msgid "Run drizzled daemon as user."
1586
#: ../drizzled/drizzled.cc:1178
1588
"The number of outstanding connection requests Drizzle can have. This comes "
1589
"into play when the main Drizzle thread gets very many connection requests in "
1590
"a very short time."
1593
#: ../drizzled/drizzled.cc:1184
1595
"Size of tree cache used in bulk insert optimization. Note that this is a "
1599
#: ../drizzled/drizzled.cc:1190
1601
"Precision of the result of '/' operator will be increased on that value."
1604
#: ../drizzled/drizzled.cc:1196
1605
msgid "The maximum length of the result of function group_concat."
1608
#: ../drizzled/drizzled.cc:1201
1609
msgid "The size of the buffer that is used for full joins."
1612
#: ../drizzled/drizzled.cc:1207
1613
msgid "Max packetlength to send/receive from to server."
1616
#: ../drizzled/drizzled.cc:1212
1618
"If there is more than this number of interrupted connections from a host "
1619
"this host will be blocked from further connections."
1622
#: ../drizzled/drizzled.cc:1217
1623
msgid "Max number of errors/warnings to store for a statement."
1626
#: ../drizzled/drizzled.cc:1222
1627
msgid "Don't allow creation of heap tables bigger than this."
1630
#: ../drizzled/drizzled.cc:1228
1632
"Joins that are probably going to read more than max_join_size records return "
1636
#: ../drizzled/drizzled.cc:1234
1637
msgid "Max number of bytes in sorted records."
1640
#: ../drizzled/drizzled.cc:1239
1641
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1644
#: ../drizzled/drizzled.cc:1244
1646
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1647
"max_sort_length bytes of each value are used; the rest are ignored)."
1650
#: ../drizzled/drizzled.cc:1251
1651
msgid "After this many write locks, allow some read locks to run in between."
1654
#: ../drizzled/drizzled.cc:1255
1656
"Don't log queries which examine less than min_examined_row_limit rows to "
1660
#: ../drizzled/drizzled.cc:1261
1662
"Controls the heuristic(s) applied during query optimization to prune less-"
1663
"promising partial plans from the optimizer search space. Meaning: false - do "
1664
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1665
"based on number of retrieved rows."
1668
#: ../drizzled/drizzled.cc:1269
1670
"Maximum depth of search performed by the query optimizer. Values larger than "
1671
"the number of relations in a query result in better query plans, but take "
1672
"longer to compile a query. Smaller values than the number of tables in a "
1673
"relation result in faster optimization, but may produce very bad query "
1674
"plans. If set to 0, the system will automatically pick a reasonable value; "
1675
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1676
"(used for testing/comparison)."
1679
#: ../drizzled/drizzled.cc:1281
1680
msgid "Directory for plugins."
1683
#: ../drizzled/drizzled.cc:1285
1685
"Optional comma separated list of plugins to load at startup in addition to "
1686
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1689
#: ../drizzled/drizzled.cc:1291
1691
"Optional comma separated list of plugins to not load at startup. Effectively "
1692
"removes a plugin from the list of plugins to be loaded. [for example: --"
1693
"plugin_remove=crc32,logger_gearman]"
1696
#: ../drizzled/drizzled.cc:1297
1698
"Optional comma separated list of plugins to load at starup instead of the "
1699
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1702
#: ../drizzled/drizzled.cc:1303
1703
msgid "The size of the buffer that is allocated when preloading indexes"
1706
#: ../drizzled/drizzled.cc:1308
1707
msgid "Allocation block size for query parsing and execution"
1710
#: ../drizzled/drizzled.cc:1313
1711
msgid "Persistent buffer for query parsing and execution"
1714
#: ../drizzled/drizzled.cc:1319
1715
msgid "Allocation block size for storing ranges during optimization"
1718
#: ../drizzled/drizzled.cc:1325
1720
"Each thread that does a sequential scan allocates a buffer of this size for "
1721
"each table it scans. If you do many sequential scans, you may want to "
1722
"increase this value."
1725
#: ../drizzled/drizzled.cc:1333
1727
"When reading rows in sorted order after a sort, the rows are read through "
1728
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1732
#: ../drizzled/drizzled.cc:1341
1733
msgid "Select scheduler to be used (by default multi-thread)."
1736
#: ../drizzled/drizzled.cc:1346
1737
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1740
#: ../drizzled/drizzled.cc:1352
1741
msgid "The number of cached table definitions."
1744
#: ../drizzled/drizzled.cc:1356
1745
msgid "The number of cached open tables."
1748
#: ../drizzled/drizzled.cc:1360
1750
"Timeout in seconds to wait for a table level lock before returning an error. "
1751
"Used only if the connection has active cursors."
1754
#: ../drizzled/drizzled.cc:1365
1755
msgid "The stack size for each thread."
1758
#: ../drizzled/drizzled.cc:1371
1760
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1761
"automatically convert it to an on-disk MyISAM table."
1764
#: ../drizzled/drizzled.cc:1397
1766
"Copyright (C) 2008 Sun Microsystems\n"
1767
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1768
"and you are welcome to modify and redistribute it under the GPL license\n"
1772
#: ../drizzled/drizzled.cc:1405
1774
msgid "Usage: %s [OPTIONS]\n"
1777
#: ../drizzled/drizzled.cc:1529
1780
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1784
#: ../drizzled/drizzled.cc:1572
1785
msgid "Can't start server: cannot resolve hostname!"
1788
#: ../drizzled/drizzled.cc:1578
1789
msgid "Can't start server: bind-address refers to multiple interfaces!"
1792
#: ../drizzled/error.cc:138
1794
msgid "Unknown error %d"
1797
#: ../drizzled/error.cc:214
1801
#: ../drizzled/error.cc:215
1805
#: ../drizzled/error.cc:216
1807
msgid "Can't create file '%-.200s' (errno: %d)"
1810
#: ../drizzled/error.cc:217
1812
msgid "Can't create table '%-.200s' (errno: %d)"
1815
#: ../drizzled/error.cc:218
1817
msgid "Can't create database '%-.192s' (errno: %d)"
1820
#: ../drizzled/error.cc:219
1822
msgid "Can't create database '%-.192s'; database exists"
1825
#: ../drizzled/error.cc:220
1827
msgid "Can't drop database '%-.192s'; database doesn't exist"
1830
#: ../drizzled/error.cc:221
1832
msgid "Error on delete of '%-.192s' (errno: %d)"
1835
#: ../drizzled/error.cc:222
1837
msgid "Can't get status of '%-.200s' (errno: %d)"
1840
#: ../drizzled/error.cc:223
1842
msgid "Can't lock file (errno: %d)"
1845
#: ../drizzled/error.cc:224
1847
msgid "Can't open file: '%-.200s' (errno: %d)"
1850
#: ../drizzled/error.cc:225
1852
msgid "Can't find file: '%-.200s' (errno: %d)"
1855
#: ../drizzled/error.cc:226
1857
msgid "Can't read dir of '%-.192s' (errno: %d)"
1860
#: ../drizzled/error.cc:227
1862
msgid "Record has changed since last read in table '%-.192s'"
1865
#: ../drizzled/error.cc:228
1867
msgid "Disk full (%s); waiting for someone to free some space..."
1870
#: ../drizzled/error.cc:229
1872
msgid "Can't write; duplicate key in table '%-.192s'"
1875
#: ../drizzled/error.cc:230
1877
msgid "Error on close of '%-.192s' (errno: %d)"
1880
#: ../drizzled/error.cc:231
1882
msgid "Error reading file '%-.200s' (errno: %d)"
1885
#: ../drizzled/error.cc:232
1887
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1890
#: ../drizzled/error.cc:233
1892
msgid "Error writing file '%-.200s' (errno: %d)"
1895
#: ../drizzled/error.cc:234
1897
msgid "'%-.192s' is locked against change"
1900
#: ../drizzled/error.cc:235
1901
msgid "Sort aborted"
1904
#: ../drizzled/error.cc:236
1906
msgid "Got error %d from storage engine"
1909
#: ../drizzled/error.cc:237
1911
msgid "Table storage engine for '%-.192s' doesn't have this option"
1914
#: ../drizzled/error.cc:238
1916
msgid "Can't find record in '%-.192s'"
1919
#: ../drizzled/error.cc:239
1921
msgid "Incorrect information in file: '%-.200s'"
1924
#: ../drizzled/error.cc:240
1926
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1929
#: ../drizzled/error.cc:241
1931
msgid "Old key file for table '%-.192s'; repair it!"
1934
#: ../drizzled/error.cc:242
1936
msgid "Table '%-.192s' is read only"
1939
#: ../drizzled/error.cc:243
1941
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1944
#: ../drizzled/error.cc:244
1945
msgid "Out of sort memory; increase server sort buffer size"
1948
#: ../drizzled/error.cc:245
1950
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1953
#: ../drizzled/error.cc:246
1954
msgid "Too many connections"
1957
#: ../drizzled/error.cc:247
1959
"Out of memory; check if drizzled or some other process uses all available "
1960
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1961
"memory or you can add more swap space"
1964
#: ../drizzled/error.cc:248
1965
msgid "Can't get hostname for your address"
1968
#: ../drizzled/error.cc:249
1969
msgid "Bad handshake"
1972
#: ../drizzled/error.cc:250
1974
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1977
#: ../drizzled/error.cc:251
1979
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1982
#: ../drizzled/error.cc:252
1983
msgid "No database selected"
1986
#: ../drizzled/error.cc:253
1987
msgid "Unknown command"
1990
#: ../drizzled/error.cc:254
1992
msgid "Column '%-.192s' cannot be null"
1995
#: ../drizzled/error.cc:255
1997
msgid "Unknown database '%-.192s'"
2000
#: ../drizzled/error.cc:256
2002
msgid "Table '%-.192s' already exists"
2005
#: ../drizzled/error.cc:257
2007
msgid "Unknown table '%-.100s'"
2010
#: ../drizzled/error.cc:258
2012
msgid "Column '%-.192s' in %-.192s is ambiguous"
2015
#: ../drizzled/error.cc:259
2016
msgid "Server shutdown in progress"
2019
#: ../drizzled/error.cc:260
2021
msgid "Unknown column '%-.192s' in '%-.192s'"
2024
#: ../drizzled/error.cc:261
2026
msgid "'%-.192s' isn't in GROUP BY"
2029
#: ../drizzled/error.cc:262
2031
msgid "Can't group on '%-.192s'"
2034
#: ../drizzled/error.cc:263
2035
msgid "Statement has sum functions and columns in same statement"
2038
#: ../drizzled/error.cc:264
2039
msgid "Column count doesn't match value count"
2042
#: ../drizzled/error.cc:265
2044
msgid "Identifier name '%-.100s' is too long"
2047
#: ../drizzled/error.cc:266
2049
msgid "Duplicate column name '%-.192s'"
2052
#: ../drizzled/error.cc:267
2054
msgid "Duplicate key name '%-.192s'"
2057
#: ../drizzled/error.cc:268
2059
msgid "Duplicate entry '%-.192s' for key %d"
2062
#: ../drizzled/error.cc:269
2064
msgid "Incorrect column specifier for column '%-.192s'"
2067
#: ../drizzled/error.cc:270
2069
msgid "%s near '%-.80s' at line %d"
2072
#: ../drizzled/error.cc:271
2073
msgid "Query was empty"
2076
#: ../drizzled/error.cc:272
2078
msgid "Not unique table/alias: '%-.192s'"
2081
#: ../drizzled/error.cc:273
2083
msgid "Invalid default value for '%-.192s'"
2086
#: ../drizzled/error.cc:274
2087
msgid "Multiple primary key defined"
2090
#: ../drizzled/error.cc:275
2092
msgid "Too many keys specified; max %d keys allowed"
2095
#: ../drizzled/error.cc:276
2097
msgid "Too many key parts specified; max %d parts allowed"
2100
#: ../drizzled/error.cc:277
2102
msgid "Specified key was too long; max key length is %d bytes"
2105
#: ../drizzled/error.cc:278
2107
msgid "Key column '%-.192s' doesn't exist in table"
2110
#: ../drizzled/error.cc:279
2113
"BLOB column '%-.192s' can't be used in key specification with the used table "
2117
#: ../drizzled/error.cc:280
2120
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2124
#: ../drizzled/error.cc:281
2126
"Incorrect table definition; there can be only one auto column and it must be "
2130
#: ../drizzled/error.cc:282
2132
msgid "%s: Normal shutdown\n"
2135
#: ../drizzled/error.cc:283
2137
msgid "%s: Got signal %d. Aborting!\n"
2140
#: ../drizzled/error.cc:284
2142
msgid "%s: Shutdown complete\n"
2145
#: ../drizzled/error.cc:285
2147
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2150
#: ../drizzled/error.cc:286
2151
msgid "Can't create IP socket"
2154
#: ../drizzled/error.cc:287
2157
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2161
#: ../drizzled/error.cc:288
2164
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2168
#: ../drizzled/error.cc:289
2170
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2173
#: ../drizzled/error.cc:290
2176
"The file '%-.128s' must be in the database directory or be readable by all"
2179
#: ../drizzled/error.cc:291
2181
msgid "File '%-.200s' already exists"
2184
#: ../drizzled/error.cc:292
2186
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2189
#: ../drizzled/error.cc:293
2191
"Incorrect prefix key; the used key part isn't a string, the used length is "
2192
"longer than the key part, or the storage engine doesn't support unique "
2196
#: ../drizzled/error.cc:294
2197
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2200
#: ../drizzled/error.cc:295
2202
msgid "Can't DROP '%-.192s'; check that column/key exists"
2205
#: ../drizzled/error.cc:296
2207
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2210
#: ../drizzled/error.cc:297
2212
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2215
#: ../drizzled/error.cc:298
2217
msgid "Unknown thread id: %lu"
2220
#: ../drizzled/error.cc:299
2222
msgid "You are not owner of thread %lu"
2225
#: ../drizzled/error.cc:300
2226
msgid "No tables used"
2229
#: ../drizzled/error.cc:301
2231
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2234
#: ../drizzled/error.cc:302
2236
msgid "Incorrect database name '%-.100s'"
2239
#: ../drizzled/error.cc:303
2241
msgid "Incorrect table name '%-.100s'"
2244
#: ../drizzled/error.cc:304
2246
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2247
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2250
#: ../drizzled/error.cc:305
2251
msgid "Unknown error"
2254
#: ../drizzled/error.cc:306
2256
msgid "Unknown procedure '%-.192s'"
2259
#: ../drizzled/error.cc:307
2261
msgid "Incorrect parameter count to procedure '%-.192s'"
2264
#: ../drizzled/error.cc:308
2266
msgid "Unknown table '%-.192s' in %-.32s"
2269
#: ../drizzled/error.cc:309
2271
msgid "Column '%-.192s' specified twice"
2274
#: ../drizzled/error.cc:310
2275
msgid "Invalid use of group function"
2278
#: ../drizzled/error.cc:311
2281
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2284
#: ../drizzled/error.cc:312
2285
msgid "A table must have at least 1 column"
2288
#: ../drizzled/error.cc:313
2290
msgid "The table '%-.192s' is full"
2293
#: ../drizzled/error.cc:314
2295
msgid "Too many tables; Drizzle can only use %d tables in a join"
2298
#: ../drizzled/error.cc:315
2299
msgid "Too many columns"
2302
#: ../drizzled/error.cc:316
2305
"Row size too large. The maximum row size for the used table type, not "
2306
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2309
#: ../drizzled/error.cc:317
2310
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2313
#: ../drizzled/error.cc:318
2316
"Table handler doesn't support NULL in given index. Please change column "
2317
"'%-.192s' to be NOT NULL or use another handler"
2320
#: ../drizzled/error.cc:319
2321
msgid "No paths allowed for plugin library"
2324
#: ../drizzled/error.cc:320
2326
msgid "Plugin '%-.192s' already exists"
2329
#: ../drizzled/error.cc:321
2331
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2334
#: ../drizzled/error.cc:322
2336
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2339
#: ../drizzled/error.cc:323
2341
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2344
#: ../drizzled/error.cc:324
2347
"Can't create a new thread (errno %d); if you are not out of available "
2348
"memory, you can consult the manual for a possible OS-dependent bug"
2351
#: ../drizzled/error.cc:325
2353
msgid "Column count doesn't match value count at row %ld"
2356
#: ../drizzled/error.cc:326
2358
msgid "Can't reopen table: '%-.192s'"
2361
#: ../drizzled/error.cc:327
2363
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2364
"illegal if there is no GROUP BY clause"
2367
#: ../drizzled/error.cc:328
2369
msgid "Table '%-.192s.%-.192s' doesn't exist"
2372
#: ../drizzled/error.cc:329
2374
"You have an error in your SQL syntax; check the manual that corresponds to "
2375
"your Drizzle server version for the right syntax to use"
2378
#: ../drizzled/error.cc:330
2379
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2382
#: ../drizzled/error.cc:331
2383
msgid "Got packets out of order"
2386
#: ../drizzled/error.cc:332
2387
msgid "The used table type doesn't support BLOB/TEXT columns"
2390
#: ../drizzled/error.cc:333
2391
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2394
#: ../drizzled/error.cc:334
2396
msgid "Incorrect column name '%-.100s'"
2399
#: ../drizzled/error.cc:335
2401
msgid "The used storage engine can't index column '%-.192s'"
2404
#: ../drizzled/error.cc:336
2406
"Unable to open underlying table which is differently defined or of non-"
2407
"MyISAM type or doesn't exist"
2410
#: ../drizzled/error.cc:337
2412
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2415
#: ../drizzled/error.cc:338
2418
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2421
#: ../drizzled/error.cc:339
2423
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2427
#: ../drizzled/error.cc:340
2428
msgid "Result consisted of more than one row"
2431
#: ../drizzled/error.cc:341
2432
msgid "This table type requires a primary key"
2435
#: ../drizzled/error.cc:342
2437
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2440
#: ../drizzled/error.cc:343
2441
msgid "Can't open table"
2444
#: ../drizzled/error.cc:344
2446
msgid "The storage engine for the table doesn't support %s"
2449
#: ../drizzled/error.cc:345
2451
msgid "Got error %d during COMMIT"
2454
#: ../drizzled/error.cc:346
2456
msgid "Got error %d during ROLLBACK"
2459
#. This is a very incorrect place to use the PRIi64 macro as the
2460
#. program that looks over the source for the N_() macros does not
2461
#. (obviously) do macro expansion, so the string is entirely wrong for
2462
#. what it is trying to output for every language except english.
2463
#: ../drizzled/error.cc:351
2466
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2470
#: ../drizzled/error.cc:352
2472
"Can't execute the given command because you have active locked tables or an "
2473
"active transaction"
2476
#: ../drizzled/error.cc:353
2478
msgid "Unknown system variable '%-.64s'"
2481
#: ../drizzled/error.cc:354
2483
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2486
#: ../drizzled/error.cc:355
2489
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2492
#: ../drizzled/error.cc:356
2493
msgid "Some non-transactional changed tables couldn't be rolled back"
2496
#: ../drizzled/error.cc:357
2497
msgid "You may only use constant expressions with SET"
2500
#: ../drizzled/error.cc:358
2501
msgid "Lock wait timeout exceeded; try restarting transaction"
2504
#: ../drizzled/error.cc:359
2505
msgid "The total number of locks exceeds the lock table size"
2508
#: ../drizzled/error.cc:360
2509
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2512
#: ../drizzled/error.cc:361
2513
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2516
#: ../drizzled/error.cc:362
2518
msgid "Incorrect arguments to %s"
2521
#: ../drizzled/error.cc:363
2522
msgid "Deadlock found when trying to get lock; try restarting transaction"
2525
#: ../drizzled/error.cc:364
2526
msgid "The used table type doesn't support FULLTEXT indexes"
2529
#: ../drizzled/error.cc:365
2530
msgid "Cannot add foreign key constraint"
2533
#: ../drizzled/error.cc:366
2534
msgid "Cannot add or update a child row: a foreign key constraint fails"
2537
#: ../drizzled/error.cc:367
2538
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2541
#: ../drizzled/error.cc:368
2543
msgid "Incorrect usage of %s and %s"
2546
#: ../drizzled/error.cc:369
2547
msgid "The used SELECT statements have a different number of columns"
2550
#: ../drizzled/error.cc:370
2551
msgid "Can't execute the query because you have a conflicting read lock"
2554
#: ../drizzled/error.cc:371
2557
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2560
#: ../drizzled/error.cc:372
2563
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2566
#: ../drizzled/error.cc:373
2568
msgid "Variable '%-.64s' doesn't have a default value"
2571
#: ../drizzled/error.cc:374
2573
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2576
#: ../drizzled/error.cc:375
2578
msgid "Incorrect argument type to variable '%-.64s'"
2581
#: ../drizzled/error.cc:376
2583
msgid "Variable '%-.64s' can only be set, not read"
2586
#: ../drizzled/error.cc:377
2588
msgid "Incorrect usage/placement of '%s'"
2591
#: ../drizzled/error.cc:378
2593
msgid "This version of Drizzle doesn't yet support '%s'"
2596
#: ../drizzled/error.cc:379
2598
msgid "Variable '%-.192s' is a %s variable"
2601
#: ../drizzled/error.cc:380
2603
msgid "Incorrect foreign key definition for '%-.192s': %s"
2606
#: ../drizzled/error.cc:381
2607
msgid "Key reference and table reference don't match"
2610
#: ../drizzled/error.cc:382
2612
msgid "Operand should contain %d column(s)"
2615
#: ../drizzled/error.cc:383
2616
msgid "Subquery returns more than 1 row"
2619
#: ../drizzled/error.cc:384
2621
msgid "Converting column '%s' from %s to %s"
2624
#: ../drizzled/error.cc:385
2626
msgid "Reference '%-.64s' not supported (%s)"
2629
#: ../drizzled/error.cc:386
2630
msgid "Every derived table must have its own alias"
2633
#: ../drizzled/error.cc:387
2635
msgid "Select %u was reduced during optimization"
2638
#: ../drizzled/error.cc:388
2640
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2643
#: ../drizzled/error.cc:389
2644
msgid "All parts of a SPATIAL index must be NOT NULL"
2647
#: ../drizzled/error.cc:390
2649
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2652
#: ../drizzled/error.cc:391
2655
"Uncompressed data size too large; the maximum size is %d (based on "
2656
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2659
#: ../drizzled/error.cc:392
2660
msgid "ZLIB: Not enough memory"
2663
#: ../drizzled/error.cc:393
2665
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2666
"data was corrupted)"
2669
#: ../drizzled/error.cc:394
2670
msgid "ZLIB: Input data corrupted"
2673
#: ../drizzled/error.cc:395
2675
msgid "%d line(s) were cut by GROUP_CONCAT()"
2678
#: ../drizzled/error.cc:396
2680
msgid "Row %ld doesn't contain data for all columns"
2683
#: ../drizzled/error.cc:397
2686
"Row %ld was truncated; it contained more data than there were input columns"
2689
#: ../drizzled/error.cc:398
2692
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2695
#: ../drizzled/error.cc:399
2697
msgid "Out of range value for column '%s' at row %ld"
2700
#: ../drizzled/error.cc:400
2702
msgid "Data truncated for column '%s' at row %ld"
2705
#: ../drizzled/error.cc:401
2707
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2710
#: ../drizzled/error.cc:402
2712
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2715
#: ../drizzled/error.cc:403
2717
msgid "Illegal mix of collations for operation '%s'"
2720
#: ../drizzled/error.cc:404
2723
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2727
#: ../drizzled/error.cc:405
2729
msgid "Unknown collation: '%-.64s'"
2732
#: ../drizzled/error.cc:406
2735
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2739
#: ../drizzled/error.cc:407
2741
msgid "Incorrect index name '%-.100s'"
2744
#: ../drizzled/error.cc:408
2746
msgid "Incorrect catalog name '%-.100s'"
2749
#: ../drizzled/error.cc:409
2751
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2754
#: ../drizzled/error.cc:410
2756
msgid "Unknown table engine '%s'"
2759
#: ../drizzled/error.cc:411
2761
msgid "The target table %-.100s of the %s is not updatable"
2764
#: ../drizzled/error.cc:412
2767
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2771
#: ../drizzled/error.cc:413
2774
"The Drizzle server is running with the %s option so it cannot execute this "
2778
#: ../drizzled/error.cc:414
2780
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2783
#: ../drizzled/error.cc:415
2785
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2788
#: ../drizzled/error.cc:416
2790
"Incorrect table definition; there can be only one TIMESTAMP column with "
2791
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2794
#: ../drizzled/error.cc:417
2796
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2799
#: ../drizzled/error.cc:418
2801
msgid "Got error %d '%-.100s' from %s"
2804
#: ../drizzled/error.cc:419
2806
msgid "Got temporary error %d '%-.100s' from %s"
2809
#: ../drizzled/error.cc:420
2811
msgid "Unknown or incorrect time zone: '%-.64s'"
2814
#: ../drizzled/error.cc:421
2816
msgid "Invalid %s character string: '%.64s'"
2819
#: ../drizzled/error.cc:422
2821
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2824
#: ../drizzled/error.cc:423
2826
msgid "%s %s does not exist"
2829
#: ../drizzled/error.cc:424
2830
msgid "Query execution was interrupted"
2833
#: ../drizzled/error.cc:425
2836
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2837
"(s) or definer/invoker of view lack rights to use them"
2840
#: ../drizzled/error.cc:426
2842
msgid "Field '%-.192s' doesn't have a default value"
2845
#: ../drizzled/error.cc:427
2846
msgid "Division by 0"
2849
#: ../drizzled/error.cc:428
2851
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2854
#: ../drizzled/error.cc:429
2856
msgid "Illegal %s '%-.192s' value found during parsing"
2859
#: ../drizzled/error.cc:430
2861
msgid "Key part '%-.192s' length cannot be 0"
2864
#: ../drizzled/error.cc:431
2867
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2871
#: ../drizzled/error.cc:432
2873
msgid "Data too long for column '%s' at row %ld"
2876
#: ../drizzled/error.cc:433
2879
"%s: ready for connections.\n"
2880
"Version: '%s' %s\n"
2883
#: ../drizzled/error.cc:434
2884
msgid "Can't load value from file with fixed size rows to variable"
2887
#: ../drizzled/error.cc:435
2889
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2892
#: ../drizzled/error.cc:436
2893
msgid "Table definition has changed, please retry transaction"
2896
#: ../drizzled/error.cc:437
2898
msgid "Not allowed to return a result set from a %s"
2901
#: ../drizzled/error.cc:438
2902
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2905
#: ../drizzled/error.cc:439
2907
"Explicit or implicit commit is not allowed in stored function or trigger."
2910
#: ../drizzled/error.cc:440
2912
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2915
#: ../drizzled/error.cc:441
2917
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2920
#: ../drizzled/error.cc:442
2923
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2927
#: ../drizzled/error.cc:443
2928
msgid "Trigger in wrong schema"
2931
#: ../drizzled/error.cc:444
2934
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2935
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2938
#: ../drizzled/error.cc:445
2940
msgid "Display width out of range for column '%-.192s' (max = %d)"
2943
#: ../drizzled/error.cc:446
2945
msgid "Datetime function: %-.32s field overflow"
2948
#: ../drizzled/error.cc:447
2951
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2954
#: ../drizzled/error.cc:448
2957
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2960
#: ../drizzled/error.cc:449
2961
msgid "No data - zero rows fetched, selected, or processed"
2964
#: ../drizzled/error.cc:450
2966
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2969
#: ../drizzled/error.cc:451
2971
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2974
#: ../drizzled/error.cc:452
2975
msgid "The used table type doesn't support SPATIAL indexes"
2978
#: ../drizzled/error.cc:453
2980
msgid "Leading spaces are removed from name '%s'"
2983
#: ../drizzled/error.cc:454
2984
msgid "Failed to read auto-increment value from storage engine"
2987
#: ../drizzled/error.cc:455
2989
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
2992
#: ../drizzled/error.cc:456
2993
msgid "Too high level of nesting for select"
2996
#: ../drizzled/error.cc:457
2998
msgid "Name '%-.64s' has become ''"
3001
#: ../drizzled/error.cc:458
3003
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3004
"optional and non-empty FIELDS ENCLOSED BY"
3007
#: ../drizzled/error.cc:459
3010
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3013
#: ../drizzled/error.cc:460
3015
msgid "Incorrect %-.32s value: '%-.128s'"
3018
#: ../drizzled/error.cc:461
3020
msgid "Table has no partition for value %-.64s"
3023
#: ../drizzled/error.cc:462
3024
msgid "Writing one row to the row-based binary log failed"
3027
#: ../drizzled/error.cc:463
3029
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3032
#: ../drizzled/error.cc:464
3035
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3036
"d would lead to a duplicate entry"
3039
#: ../drizzled/error.cc:465
3041
"Transaction isolation level can't be changed while a transaction is in "
3045
#: ../drizzled/error.cc:466
3047
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3050
#: ../drizzled/error.cc:467
3052
msgid "Incorrect parameters in the call to native function '%-.192s'"
3055
#: ../drizzled/error.cc:468
3057
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3060
#: ../drizzled/error.cc:469
3062
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3065
#: ../drizzled/error.cc:470
3067
msgid "Received an invalid value '%s' for a UNIX timestamp."
3070
#: ../drizzled/error.cc:471
3072
msgid "Received an invalid datetime value '%s'."
3075
#: ../drizzled/error.cc:472
3077
msgid "Received a NULL argument for function '%s'."
3080
#: ../drizzled/error.cc:473
3082
msgid "Received an out-of-range argument '%s' for function '%s'."
3085
#: ../drizzled/error.cc:474
3087
msgid "Received an invalid enum value '%s'."
3090
#: ../drizzled/error.cc:475
3091
msgid "Tables which are replicated require a primary key."
3094
#: ../drizzled/error.cc:476
3096
msgid "Corrupt or invalid table definition: %s"
3099
#: ../drizzled/error.cc:477
3101
msgid "Corrupt or invalid schema definition for %s : %s"
3104
#: ../drizzled/error.cc:478
3106
msgid "Schema does not exist: %s"
3109
#: ../drizzled/error.cc:479
3111
msgid "Error altering schema: %s"
3114
#: ../drizzled/error.cc:480
3116
msgid "Error droppping Schema : %s"
3119
#: ../drizzled/error.cc:481
3120
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3123
#: ../drizzled/error.cc:482
3125
msgid "Unknown table engine option key/pair %s = %s."
3128
#: ../drizzled/error.cc:483
3130
msgid "Unknown schema engine option key/pair %s = %s."
3133
#: ../drizzled/error.cc:485
3135
msgid "Can't unlock file (Errcode: %d)"
3138
#: ../drizzled/error.cc:486
3140
msgid "Can't change size of file (Errcode: %d)"
3143
#: ../drizzled/error.cc:487
3145
msgid "Can't open stream from handle (Errcode: %d)"
3148
#: ../drizzled/error.cc:488
3150
msgid "Warning: '%s' had %d links"
3153
#: ../drizzled/error.cc:489
3155
msgid "Warning: %d files and %d streams is left open\n"
3158
#: ../drizzled/error.cc:490
3160
msgid "Can't create directory '%s' (Errcode: %d)"
3163
#: ../drizzled/error.cc:491
3166
"Character set '%s' is not a compiled character set and is not specified in "
3170
#: ../drizzled/error.cc:492
3172
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3175
#: ../drizzled/error.cc:493
3177
msgid "Can't read value for symlink '%s' (Error %d)"
3180
#: ../drizzled/error.cc:494
3182
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3185
#: ../drizzled/error.cc:495
3187
msgid "Error on realpath() on '%s' (Error %d)"
3190
#: ../drizzled/error.cc:496
3192
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3195
#: ../drizzled/error.cc:497
3198
"Collation '%s' is not a compiled collation and is not specified in the %s "
3202
#: ../drizzled/error.cc:498
3204
msgid "File '%s' (fileno: %d) was not closed"
3207
#: ../drizzled/identifier/schema.cc:58 ../drizzled/identifier/table.cc:234
3209
"Schema name cannot be encoded and fit within filesystem name length "
3213
#: ../drizzled/identifier/table.cc:224
3215
"Table name cannot be encoded and fit within filesystem name length "
3221
#. * Since clients still use this code, we use fprintf here.
3222
#. * This fprintf needs to be turned into errmsg_printf
3223
#. * as soon as the client programs no longer use mysys
3224
#. * and can use the pluggable error message system.
3226
#: ../drizzled/internal/default.cc:687
3228
msgid "error: could not open directory: %s\n"
3231
#: ../drizzled/main.cc:150
3233
"setrlimit could not change the size of core files to 'infinity'; We may not "
3234
"be able to generate a core file on signals"
3237
#: ../drizzled/main.cc:251
3239
msgid "Data directory %s does not exist\n"
3242
#: ../drizzled/message/transaction_reader.cc:175
3244
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
3247
#: ../drizzled/message/transaction_reader.cc:184
3248
#: ../drizzled/message/transaction_writer.cc:371
3250
msgid "Cannot open file: %s\n"
3253
#: ../drizzled/message/transaction_reader.cc:217
3255
msgid "Found a non-transaction message in log. Currently, not supported.\n"
3258
#: ../drizzled/message/transaction_reader.cc:223
3259
#: ../plugin/transaction_log/transaction_log_reader.cc:119
3261
msgid "Attempted to read record bigger than INT_MAX\n"
3264
#: ../drizzled/message/transaction_reader.cc:243
3265
#: ../plugin/transaction_log/transaction_log_reader.cc:139
3267
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
3270
#: ../drizzled/message/transaction_reader.cc:256
3271
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
3272
#: ../plugin/transaction_log/print_transaction_message.cc:147
3273
#: ../plugin/transaction_log/transaction_log_reader.cc:152
3275
msgid "Could not read transaction message.\n"
3278
#: ../drizzled/message/transaction_reader.cc:257
3279
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
3280
#: ../plugin/transaction_log/print_transaction_message.cc:148
3281
#: ../plugin/transaction_log/transaction_log_reader.cc:153
3283
msgid "GPB ERROR: %s.\n"
3286
#: ../drizzled/message/transaction_reader.cc:261
3287
#: ../drizzled/message/transaction_reader.cc:274
3295
#: ../drizzled/message/transaction_reader.cc:268
3297
msgid "Unable to parse command. Got error: %s.\n"
3300
#: ../drizzled/message/transaction_reader.cc:289
3301
#: ../plugin/transaction_log/transaction_log_reader.cc:174
3303
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
3306
#: ../drizzled/message/transaction_writer.cc:365
3308
msgid "Usage: %s TRANSACTION_LOG\n"
3311
#: ../drizzled/module/library.cc:149
3314
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3315
"the current running version of Drizzle: %<PRIu64>."
3318
#: ../drizzled/module/loader.cc:273
3321
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3325
#: ../drizzled/module/loader.cc:352
3327
msgid "Plugin '%s' init function returned error.\n"
3330
#: ../drizzled/module/loader.cc:516
3332
msgid "Couldn't load plugin library named '%s'.\n"
3335
#: ../drizzled/module/loader.cc:526
3337
msgid "Couldn't load plugin named '%s'.\n"
3340
#: ../drizzled/module/loader.cc:753
3341
msgid "Out of memory."
3344
#: ../drizzled/module/loader.cc:1459 ../drizzled/module/loader.cc:1510
3346
msgid "Unknown variable type code 0x%x in plugin '%s'."
3349
#: ../drizzled/module/loader.cc:1502
3352
"Server variable %s of plugin %s was forced to be read-only: string variable "
3353
"without update_func and PLUGIN_VAR_MEMALLOC flag"
3356
#: ../drizzled/module/loader.cc:1521
3358
msgid "Missing variable name in plugin '%s'."
3361
#: ../drizzled/module/loader.cc:1538
3363
msgid "Thread local variable '%s' not allocated in plugin '%s'."
3366
#: ../drizzled/module/loader.cc:1660
3368
msgid "Out of memory for plugin '%s'."
3371
#: ../drizzled/module/loader.cc:1669
3373
msgid "Bad options for plugin '%s'."
3376
#: ../drizzled/module/loader.cc:1682
3378
msgid "Parsing options for plugin '%s' failed."
3381
#: ../drizzled/module/loader.cc:1735
3383
msgid "Plugin '%s' has conflicting system variables"
3386
#: ../drizzled/module/registry.h:103
3388
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
3391
#: ../drizzled/module/registry.h:112
3393
msgid "Fatal error: Failed initializing %s plugin.\n"
3396
#: ../drizzled/option.cc:84
3400
#: ../drizzled/option.cc:86
3404
#: ../drizzled/option.cc:337
3406
msgid "%s: %s: Option '%s' used, but is disabled\n"
3409
#: ../drizzled/option.cc:339
3413
#: ../drizzled/option.cc:441
3415
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3418
#: ../drizzled/option.cc:769
3420
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3423
#: ../drizzled/option.cc:962
3425
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3428
#: ../drizzled/option.cc:1194
3430
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3433
#: ../drizzled/option.cc:1214
3437
"Variables (--variable-name=value)\n"
3438
"and boolean options {false|true} Value (after reading options)\n"
3439
"--------------------------------- -----------------------------\n"
3442
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3443
msgid "(No default value)"
3446
#: ../drizzled/option.cc:1249
3450
#: ../drizzled/option.cc:1249
3454
#: ../drizzled/option.cc:1282
3456
msgid "(Disabled)\n"
3459
#: ../drizzled/plugin/error_message.cc:81
3461
msgid "errmsg plugin '%s' errmsg() failed"
3464
#: ../drizzled/plugin/event_observer.cc:132
3467
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3468
"'%s' from EventObserver plugin '%s'"
3471
#: ../drizzled/plugin/event_observer.cc:399
3473
msgid "EventIterate event handler '%s' failed for event '%s'"
3476
#: ../drizzled/plugin/function.cc:48
3478
msgid "A function named %s already exists!\n"
3481
#: ../drizzled/plugin/function.cc:57
3482
msgid "Could not add Function!\n"
3485
#: ../drizzled/plugin/listen.cc:69
3486
msgid "Error getting file descriptors"
3489
#: ../drizzled/plugin/listen.cc:87
3490
msgid "No sockets could be bound for listening"
3493
#: ../drizzled/plugin/listen.cc:97 ../plugin/console/console.cc:304
3495
msgid "pipe() failed with errno %d"
3498
#: ../drizzled/plugin/listen.cc:123
3500
msgid "poll() failed with errno %d"
3503
#: ../drizzled/plugin/listen_tcp.cc:60
3505
msgid "accept() failed with errno %d"
3508
#: ../drizzled/plugin/listen_tcp.cc:96
3510
msgid "getaddrinfo() failed with error %s"
3513
#: ../drizzled/plugin/listen_tcp.cc:128
3515
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3518
#: ../drizzled/plugin/listen_tcp.cc:139
3520
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3523
#: ../drizzled/plugin/listen_tcp.cc:148
3525
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3528
#: ../drizzled/plugin/listen_tcp.cc:157
3530
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3533
#: ../drizzled/plugin/listen_tcp.cc:166
3535
msgid "setsockopt(SO_LINGER) failed with errno %d"
3538
#: ../drizzled/plugin/listen_tcp.cc:175
3540
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3543
#: ../drizzled/plugin/listen_tcp.cc:196
3545
msgid "Retrying bind() on %u\n"
3548
#: ../drizzled/plugin/listen_tcp.cc:203
3550
msgid "bind() failed with errno: %d\n"
3553
#: ../drizzled/plugin/listen_tcp.cc:206
3554
msgid "Do you already have another drizzled running?\n"
3557
#: ../drizzled/plugin/listen_tcp.cc:213
3559
msgid "listen() failed with errno %d\n"
3562
#: ../drizzled/plugin/listen_tcp.cc:219
3564
msgid "Listening on %s:%s\n"
3567
#: ../drizzled/plugin/logging.cc:67
3569
msgid "logging '%s' pre() failed"
3572
#: ../drizzled/plugin/logging.cc:92
3574
msgid "logging '%s' post() failed"
3577
#: ../drizzled/plugin/logging.cc:116
3579
msgid "logging '%s' postEnd() failed"
3582
#: ../drizzled/plugin/scheduler.cc:64
3585
"Attempted to register a scheduler %s, but a scheduler has already been "
3586
"registered with that name.\n"
3589
#: ../drizzled/plugin/scheduler.cc:101
3591
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3594
#: ../drizzled/plugin/schema_engine.cc:131
3596
msgid "Error while loading database options: '%s':"
3599
#: ../drizzled/plugin/xa_resource_manager.cc:117
3601
msgid "Found %d prepared transaction(s) in resource manager."
3604
#: ../drizzled/plugin/xa_resource_manager.cc:184
3605
msgid "Starting crash recovery..."
3608
#: ../drizzled/plugin/xa_resource_manager.cc:194
3610
msgid "Found %d prepared XA transactions"
3613
#: ../drizzled/plugin/xa_resource_manager.cc:199
3616
"Found %d prepared transactions! It means that drizzled was not shut down "
3617
"properly last time and critical recovery information (last binlog or %s "
3618
"file) was manually deleted after a crash. You have to start drizzled with "
3619
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3622
#: ../drizzled/plugin/xa_resource_manager.cc:209
3623
msgid "Crash recovery finished."
3626
#: ../drizzled/replication_services.cc:94
3628
"You registered a TransactionApplier plugin but no TransactionReplicator "
3629
"plugins were registered.\n"
3632
#: ../drizzled/replication_services.cc:125
3635
"You registered a TransactionApplier plugin but no TransactionReplicator "
3636
"plugins were registered that match the requested replicator name of '%s'.\n"
3637
"We have deactivated the TransactionApplier '%s'.\n"
3640
#: ../drizzled/session.cc:1913 ../drizzled/session.cc:1929
3642
msgid "Could not remove temporary table: '%s', error: %d"
3645
#: ../drizzled/set_var.cc:1510
3647
msgid "Variable named %s already exists!\n"
3650
#: ../drizzled/set_var.cc:1519
3652
msgid "Could not add Variable: %s\n"
3655
#: ../drizzled/set_var.cc:1633
3656
msgid "Failed to initialize system variables"
3659
#: ../drizzled/signal_handler.cc:56
3661
msgid "Got signal %d from thread %<PRIu64>"
3664
#: ../drizzled/signal_handler.cc:118
3666
msgid "Fatal signal %d while backtracing\n"
3669
#: ../drizzled/signal_handler.cc:127
3671
msgid "Fatal: time() call failed\n"
3674
#: ../drizzled/signal_handler.cc:133
3677
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3678
"This could be because you hit a bug. It is also possible that this binary\n"
3679
" or one of the libraries it was linked against is corrupt, improperly "
3681
" or misconfigured. This error can also be caused by malfunctioning "
3685
#: ../drizzled/signal_handler.cc:141
3688
"We will try our best to scrape up some info that will hopefully help "
3690
"the problem, but since we have already crashed, something is definitely "
3692
"and this may fail.\n"
3696
#: ../drizzled/signal_handler.cc:148
3699
"It is possible that drizzled could use up to \n"
3700
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3702
"Hope that's ok; if not, decrease some variables in the equation.\n"
3706
#: ../drizzled/sql_base.cc:1518
3708
msgid "Table %s had a open data Cursor in reopen_table"
3711
#: ../drizzled/sql_table.cc:1933
3713
msgid "Unknown - internal error %d during operation"
3716
#: ../drizzled/statement/alter_table.cc:1486
3719
"order_st BY ignored because there is a user-defined clustered index in the "
3723
#: ../drizzled/table.cc:1964
3725
msgid "Got error %d when reading table '%s'"
3728
#: ../drizzled/table_share.cc:860
3730
msgid "Table %s has invalid/unknown collation: %d,%s"
3733
#: ../drizzled/table_share.cc:1153
3735
msgid "ENUM column %s has greater than %d possible values"
3738
#: ../drizzled/table_share.cc:2063
3740
msgid "Unknown collation '%s' in table '%-.64s' definition"
3743
#: ../drizzled/table_share.cc:2070
3746
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3750
#: ../drizzled/tztime.cc:173
3752
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3755
#: ../plugin/auth_file/auth_file.cc:225
3757
msgid "Could not load auth file: %s\n"
3760
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
3761
msgid "File to load for usernames and passwords"
3764
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
3765
msgid "Enable HTTP Auth check"
3768
#: ../plugin/auth_http/auth_http.cc:160
3769
msgid "URL for HTTP Auth check"
3772
#: ../plugin/auth_ldap/auth_ldap.cc:285
3774
msgid "Reconnect failed: %s\n"
3777
#: ../plugin/auth_ldap/auth_ldap.cc:304
3779
msgid "ldap_search_ext_s failed: %s\n"
3782
#: ../plugin/auth_ldap/auth_ldap.cc:410
3784
msgid "Could not load auth ldap: %s\n"
3787
#: ../plugin/auth_ldap/auth_ldap.cc:423
3788
msgid "URI of the LDAP server to contact"
3791
#: ../plugin/auth_ldap/auth_ldap.cc:431
3792
msgid "DN to use when binding to the LDAP server"
3795
#: ../plugin/auth_ldap/auth_ldap.cc:439
3796
msgid "Password to use when binding the DN"
3799
#: ../plugin/auth_ldap/auth_ldap.cc:447
3800
msgid "DN to use when searching"
3803
#: ../plugin/auth_ldap/auth_ldap.cc:455
3804
msgid "Attribute in LDAP with plain text password"
3807
#: ../plugin/auth_ldap/auth_ldap.cc:463
3808
msgid "Attribute in LDAP with MySQL hashed password"
3811
#: ../plugin/auth_ldap/auth_ldap.cc:471
3812
msgid "How often to empty the users cache, 0 to disable"
3815
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
3816
msgid "Enable the console."
3819
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
3820
msgid "Turn on extra debugging."
3823
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
3824
msgid "User to use for auth."
3827
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
3828
msgid "Password to use for auth."
3831
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
3832
msgid "Default database to use."
3835
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:842
3836
#: ../plugin/mysql_protocol/mysql_protocol.cc:913
3837
msgid "Invalid value of port\n"
3840
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:851
3841
#: ../plugin/mysql_protocol/mysql_protocol.cc:922
3842
msgid "Invalid value for connect_timeout\n"
3845
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:860
3846
#: ../plugin/mysql_protocol/mysql_protocol.cc:931
3847
msgid "Invalid value for read_timeout\n"
3850
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:869
3851
#: ../plugin/mysql_protocol/mysql_protocol.cc:940
3852
msgid "Invalid value for write_timeout\n"
3855
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:878
3856
msgid "Invalid value for retry_count\n"
3859
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:887
3860
#: ../plugin/mysql_protocol/mysql_protocol.cc:958
3861
msgid "Invalid value for buffer_length\n"
3864
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:907
3865
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
3867
"Port number to use for connection or 0 for default to, in order of "
3868
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
3871
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
3872
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
3873
#: ../plugin/mysql_protocol/mysql_protocol.cc:987
3874
#: ../plugin/mysql_protocol/mysql_protocol.cc:1009
3875
msgid "Connect Timeout."
3878
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:916
3879
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
3880
#: ../plugin/mysql_protocol/mysql_protocol.cc:990
3881
#: ../plugin/mysql_protocol/mysql_protocol.cc:1012
3882
msgid "Read Timeout."
3885
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:918
3886
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:943
3887
#: ../plugin/mysql_protocol/mysql_protocol.cc:992
3888
#: ../plugin/mysql_protocol/mysql_protocol.cc:1015
3889
msgid "Write Timeout."
3892
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:920
3893
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:946
3894
#: ../plugin/mysql_protocol/mysql_protocol.cc:994
3895
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
3896
msgid "Retry Count."
3899
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:922
3900
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:949
3901
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
3902
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
3903
msgid "Buffer length."
3906
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
3907
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:952
3908
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
3909
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
3910
msgid "Address to bind to."
3913
#: ../plugin/drizzle_protocol/errmsg.cc:31
3914
msgid "Unknown Drizzle error"
3917
#: ../plugin/drizzle_protocol/errmsg.cc:32
3919
msgid "Can't create UNIX socket (%d)"
3922
#: ../plugin/drizzle_protocol/errmsg.cc:33
3924
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
3927
#: ../plugin/drizzle_protocol/errmsg.cc:34
3929
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
3932
#: ../plugin/drizzle_protocol/errmsg.cc:35
3934
msgid "Can't create TCP/IP socket (%d)"
3937
#: ../plugin/drizzle_protocol/errmsg.cc:36
3939
msgid "Unknown Drizzle server host '%-.100s' (%d)"
3942
#: ../plugin/drizzle_protocol/errmsg.cc:37
3943
msgid "Drizzle server has gone away"
3946
#: ../plugin/drizzle_protocol/errmsg.cc:38
3948
msgid "Protocol mismatch; server version = %d, client version = %d"
3951
#: ../plugin/drizzle_protocol/errmsg.cc:39
3952
msgid "Drizzle client ran out of memory"
3955
#: ../plugin/drizzle_protocol/errmsg.cc:40
3956
msgid "Wrong host info"
3959
#: ../plugin/drizzle_protocol/errmsg.cc:41
3960
msgid "Localhost via UNIX socket"
3963
#: ../plugin/drizzle_protocol/errmsg.cc:42
3965
msgid "%-.100s via TCP/IP"
3968
#: ../plugin/drizzle_protocol/errmsg.cc:43
3969
msgid "Error in server handshake"
3972
#: ../plugin/drizzle_protocol/errmsg.cc:44
3973
msgid "Lost connection to Drizzle server during query"
3976
#: ../plugin/drizzle_protocol/errmsg.cc:45
3977
msgid "Commands out of sync; you can't run this command now"
3980
#: ../plugin/drizzle_protocol/errmsg.cc:46
3982
msgid "Named pipe: %-.32s"
3985
#: ../plugin/drizzle_protocol/errmsg.cc:47
3987
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
3990
#: ../plugin/drizzle_protocol/errmsg.cc:48
3992
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
3995
#: ../plugin/drizzle_protocol/errmsg.cc:49
3997
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
4000
#: ../plugin/drizzle_protocol/errmsg.cc:50
4002
msgid "Can't initialize character set %-.32s (path: %-.100s)"
4005
#: ../plugin/drizzle_protocol/errmsg.cc:51
4006
msgid "Got packet bigger than 'max_allowed_packet' bytes"
4009
#: ../plugin/drizzle_protocol/errmsg.cc:52
4010
msgid "Embedded server"
4013
#: ../plugin/drizzle_protocol/errmsg.cc:53
4014
msgid "Error on SHOW SLAVE STATUS:"
4017
#: ../plugin/drizzle_protocol/errmsg.cc:54
4018
msgid "Error on SHOW SLAVE HOSTS:"
4021
#: ../plugin/drizzle_protocol/errmsg.cc:55
4022
msgid "Error connecting to slave:"
4025
#: ../plugin/drizzle_protocol/errmsg.cc:56
4026
msgid "Error connecting to master:"
4029
#: ../plugin/drizzle_protocol/errmsg.cc:57
4030
msgid "SSL connection error"
4033
#: ../plugin/drizzle_protocol/errmsg.cc:58
4034
msgid "Malformed packet"
4037
#: ../plugin/drizzle_protocol/errmsg.cc:59
4038
#: ../plugin/drizzle_protocol/errmsg.cc:70
4039
#: ../plugin/drizzle_protocol/errmsg.cc:71
4040
#: ../plugin/drizzle_protocol/errmsg.cc:72
4041
#: ../plugin/drizzle_protocol/errmsg.cc:73
4042
#: ../plugin/drizzle_protocol/errmsg.cc:74
4043
#: ../plugin/drizzle_protocol/errmsg.cc:75
4044
#: ../plugin/drizzle_protocol/errmsg.cc:76
4045
#: ../plugin/drizzle_protocol/errmsg.cc:77
4046
#: ../plugin/drizzle_protocol/errmsg.cc:78
4047
msgid "(unused error message)"
4050
#: ../plugin/drizzle_protocol/errmsg.cc:60
4051
msgid "Invalid use of null pointer"
4054
#: ../plugin/drizzle_protocol/errmsg.cc:61
4055
msgid "Statement not prepared"
4058
#: ../plugin/drizzle_protocol/errmsg.cc:62
4059
msgid "No data supplied for parameters in prepared statement"
4062
#: ../plugin/drizzle_protocol/errmsg.cc:63
4063
msgid "Data truncated"
4066
#: ../plugin/drizzle_protocol/errmsg.cc:64
4067
msgid "No parameters exist in the statement"
4070
#: ../plugin/drizzle_protocol/errmsg.cc:65
4071
msgid "Invalid parameter number"
4074
#: ../plugin/drizzle_protocol/errmsg.cc:66
4077
"Can't send long data for non-string/non-binary data types (parameter: %d)"
4080
#: ../plugin/drizzle_protocol/errmsg.cc:68
4082
msgid "Using unsupported buffer type: %d (parameter: %d)"
4085
#: ../plugin/drizzle_protocol/errmsg.cc:69
4087
msgid "Shared memory: %-.100s"
4090
#: ../plugin/drizzle_protocol/errmsg.cc:79
4091
msgid "Wrong or unknown protocol"
4094
#: ../plugin/drizzle_protocol/errmsg.cc:80
4095
msgid "Invalid connection handle"
4098
#: ../plugin/drizzle_protocol/errmsg.cc:81
4100
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4101
"option 'secure_auth' enabled)"
4104
#: ../plugin/drizzle_protocol/errmsg.cc:83
4105
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
4108
#: ../plugin/drizzle_protocol/errmsg.cc:84
4109
msgid "Attempt to read column without prior row fetch"
4112
#: ../plugin/drizzle_protocol/errmsg.cc:85
4113
msgid "Prepared statement contains no metadata"
4116
#: ../plugin/drizzle_protocol/errmsg.cc:86
4118
"Attempt to read a row while there is no result set associated with the "
4122
#: ../plugin/drizzle_protocol/errmsg.cc:88
4123
msgid "This feature is not implemented yet"
4126
#: ../plugin/drizzle_protocol/errmsg.cc:89
4129
"Lost connection to Drizzle server while waiting for initial communication "
4130
"packet, system error: %d"
4133
#: ../plugin/drizzle_protocol/errmsg.cc:91
4136
"Lost connection to Drizzle server while reading initial communication "
4137
"packet, system error: %d"
4140
#: ../plugin/drizzle_protocol/errmsg.cc:93
4143
"Lost connection to Drizzle server while sending authentication information, "
4147
#: ../plugin/drizzle_protocol/errmsg.cc:95
4150
"Lost connection to Drizzle server while reading authorization information, "
4154
#: ../plugin/drizzle_protocol/errmsg.cc:97
4157
"Lost connection to Drizzle server while setting initial database, system "
4161
#: ../plugin/drizzle_protocol/errmsg.cc:99
4163
msgid "Statement closed indirectly because of a preceding %s() call"
4166
#. CR_NET_UNCOMPRESS_ERROR 08S01
4167
#: ../plugin/drizzle_protocol/errmsg.cc:101
4168
msgid "Couldn't uncompress communication packet"
4171
#. CR_NET_READ_ERROR 08S01
4172
#: ../plugin/drizzle_protocol/errmsg.cc:103
4173
msgid "Got an error reading communication packets"
4176
#. CR_NET_READ_INTERRUPTED 08S01
4177
#: ../plugin/drizzle_protocol/errmsg.cc:105
4178
msgid "Got timeout reading communication packets"
4181
#. CR_NET_ERROR_ON_WRITE 08S01
4182
#: ../plugin/drizzle_protocol/errmsg.cc:107
4183
msgid "Got an error writing communication packets"
4186
#. CR_NET_WRITE_INTERRUPTED 08S01
4187
#: ../plugin/drizzle_protocol/errmsg.cc:109
4188
msgid "Got timeout writing communication packets"
4191
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1000
4192
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1138
4193
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1168
4195
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
4198
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1019
4200
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
4203
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1117
4204
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1230
4205
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1411
4206
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1979
4208
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
4211
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1269
4212
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1285
4214
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
4217
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2771
4218
msgid "Invalid value of additional-mem-pool-size"
4221
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2782
4222
msgid "Invalid value of autoextend-increment"
4225
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2791
4226
msgid "Invalid value of buffer-pool-size"
4229
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2802
4230
msgid "Invalid value of io-capacity"
4233
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2811
4234
msgid "Invalid value of fast-shutdown"
4237
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2820
4238
msgid "Invalid value of flush-log-at-trx-commit"
4241
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2829
4242
msgid "Invalid value of force-recovery"
4245
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2838
4246
msgid "Invalid value of log-file-size"
4249
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2849
4250
msgid "Invalid value of log-files-in-group"
4253
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2858
4254
msgid "Invalid value of lock-wait-timeout"
4257
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2867
4258
msgid "Invalid value of log-buffer-size"
4261
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2878
4262
msgid "Invalid value of lru-old-blocks-pct"
4265
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2887
4266
msgid "Invalid value of lru-block-access-recency"
4269
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2896
4270
msgid "Invalid value of max-dirty-pages-pct"
4273
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2905
4274
msgid "Invalid value of max-purge-lag"
4277
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2914
4278
msgid "Invalid value of open-files"
4281
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2923
4282
msgid "Invalid value of read-io-threads"
4285
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2932
4286
msgid "Invalid value of sync_spin_loops"
4289
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3136
4291
msgid "Error starting Embedded InnoDB %d (%s)\n"
4294
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3439
4295
msgid "Enable InnoDB adaptive hash index (enabled by default)."
4298
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3442
4299
msgid "Attempt flushing dirty pages to avoid IO bursts at checkpoints."
4302
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3445
4304
"Size of a memory pool InnoDB uses to store data dictionary information and "
4305
"other internal data structures."
4308
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3448
4309
msgid "Data file autoextend increment in megabytes"
4312
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3451
4314
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4318
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3454
4319
msgid "The common part for InnoDB table spaces."
4322
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3457
4323
msgid "Enable InnoDB checksums validation (enabled by default)."
4326
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3460
4327
msgid "Enable InnoDB doublewrite buffer (enabled by default)."
4330
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3463
4331
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4334
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3466
4336
"Speeds up the shutdown process of the InnoDB storage engine. Possible values "
4337
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4340
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3469
4341
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4344
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3472
4345
msgid "File format to use for new tables in .ibd files."
4348
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3475
4350
"Set to 0 (write and flush once per second),1 (write and flush at each "
4351
"commit) or 2 (write at commit, flush once per second)."
4354
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3478
4355
msgid "With which method to flush data."
4358
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3481
4360
"Helps to save your data in case the disk image of the database becomes "
4364
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3484
4365
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3487
4366
msgid "Path to individual files and their sizes."
4369
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3490
4370
msgid "Path to InnoDB log files."
4373
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3493
4374
msgid "Size of each log file in a log group."
4377
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3496
4379
"Number of log files in the log group. InnoDB writes to the files in a "
4380
"circular fashion. Value 3 is recommended here."
4383
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3499
4385
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4386
"rolled back. Values above 100000000 disable the timeout."
4389
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3502
4391
"The size of the buffer which InnoDB uses to write log to the log files on "
4395
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3505
4397
"Sets the point in the LRU list from where all pages are classified as old "
4401
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3508
4403
"Milliseconds between accesses to a block at which it is made young. "
4404
"0=disabled (Advanced users)"
4407
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3511
4408
msgid "Percentage of dirty pages allowed in bufferpool."
4411
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3514
4412
msgid "Desired maximum length of the purge queue (0 = no limit)"
4415
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3517
4417
"Roll back the complete transaction on lock wait timeout, for 4.x "
4418
"compatibility (disabled by default)"
4421
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3520
4422
msgid "How many files at the maximum InnoDB keeps open at the same time."
4425
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3523
4426
msgid "Number of background read I/O threads in InnoDB."
4429
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3526
4430
msgid "Number of background write I/O threads in InnoDB."
4433
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3529
4435
"Disable if you want to reduce the number of messages written to the log "
4436
"(default: enabled)."
4439
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3532
4440
msgid "Enable SHOW INNODB STATUS output in the log"
4443
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3535
4444
msgid "Count of spin-loop rounds in InnoDB mutexes (30 by default)"
4447
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3538
4448
msgid "Use OS memory allocator instead of InnoDB's internal memory allocator"
4451
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4453
msgid "Failed to send error message to libnotify\n"
4456
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4457
msgid "Error Messages to stderr"
4460
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
4461
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
4462
msgid "List of schemas to filter"
4465
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
4466
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
4467
msgid "List of tables to filter"
4470
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
4471
msgid "Regular expression to apply to schemas to filter"
4474
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
4475
msgid "Regular expression to apply to tables to filter"
4478
#: ../plugin/hello_events/hello_events.cc:301
4479
msgid "Invalid value of before-write-position\n"
4482
#: ../plugin/hello_events/hello_events.cc:310
4483
#: ../plugin/hello_events/hello_events.cc:319
4484
msgid "Invalid value of before-update-position\n"
4487
#: ../plugin/hello_events/hello_events.cc:359
4488
#: ../plugin/hello_events/hello_events.cc:362
4489
#: ../plugin/hello_events/hello_events.cc:380
4490
msgid "A comma delimited list of databases to watch"
4493
#: ../plugin/hello_events/hello_events.cc:365
4494
#: ../plugin/hello_events/hello_events.cc:396
4495
msgid "Enable Example Events Plugin"
4498
#: ../plugin/hello_events/hello_events.cc:368
4499
#: ../plugin/hello_events/hello_events.cc:404
4500
msgid "Before write row event observer call position"
4503
#: ../plugin/hello_events/hello_events.cc:371
4504
#: ../plugin/hello_events/hello_events.cc:415
4505
#: ../plugin/pbms/src/parameters_ms.cc:579
4506
msgid "Before update row event observer call position"
4509
#: ../plugin/hello_events/hello_events.cc:374
4510
#: ../plugin/hello_events/hello_events.cc:426
4511
msgid "After drop database event observer call position"
4514
#: ../plugin/hello_events/hello_events.cc:388
4515
msgid "A comma delimited list of tables to watch"
4518
#: ../plugin/hello_events/hello_events.cc:450
4519
msgid "An example events Plugin"
4522
#: ../plugin/innobase/handler/data_dictionary.cc:202
4524
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4527
#: ../plugin/innobase/handler/ha_innodb.cc:1858
4528
msgid "Invalid value for io-capacity\n"
4531
#: ../plugin/innobase/handler/ha_innodb.cc:1877
4532
msgid "Invalid value for fast-shutdown\n"
4535
#: ../plugin/innobase/handler/ha_innodb.cc:1891
4536
msgid "Invalid value for flush-log-at-trx-commit\n"
4539
#: ../plugin/innobase/handler/ha_innodb.cc:1921
4540
msgid "Invalid value for max-dirty-pages-pct\n"
4543
#: ../plugin/innobase/handler/ha_innodb.cc:1930
4544
msgid "Invalid value for stats-sample-pages\n"
4547
#: ../plugin/innobase/handler/ha_innodb.cc:1941
4548
msgid "Invalid value for additional-mem-pool-size\n"
4551
#: ../plugin/innobase/handler/ha_innodb.cc:1951
4552
msgid "Invalid value for autoextend-increment\n"
4555
#: ../plugin/innobase/handler/ha_innodb.cc:1961
4556
msgid "Invalid value for buffer-pool-size\n"
4559
#: ../plugin/innobase/handler/ha_innodb.cc:1971
4560
msgid "Invalid value for commit-concurrency\n"
4563
#: ../plugin/innobase/handler/ha_innodb.cc:1980
4564
msgid "Invalid value for concurrency-tickets\n"
4567
#: ../plugin/innobase/handler/ha_innodb.cc:1989
4568
msgid "Invalid value for file-io-threads\n"
4571
#: ../plugin/innobase/handler/ha_innodb.cc:1998
4572
msgid "Invalid value for read-io-threads\n"
4575
#: ../plugin/innobase/handler/ha_innodb.cc:2007
4576
msgid "Invalid value for write-io-threads\n"
4579
#: ../plugin/innobase/handler/ha_innodb.cc:2016
4580
msgid "Invalid value for force-recovery\n"
4583
#: ../plugin/innobase/handler/ha_innodb.cc:2026
4584
#: ../plugin/innobase/handler/ha_innodb.cc:2036
4585
msgid "Invalid value for log-file-size\n"
4588
#: ../plugin/innobase/handler/ha_innodb.cc:2045
4589
msgid "Invalid value for log-files-in-group\n"
4592
#: ../plugin/innobase/handler/ha_innodb.cc:2054
4593
msgid "Invalid value for mirrored-log-groups\n"
4596
#: ../plugin/innobase/handler/ha_innodb.cc:2063
4597
msgid "Invalid value for open-files\n"
4600
#: ../plugin/innobase/handler/ha_innodb.cc:2072
4601
msgid "Invalid value for thread-concurrency\n"
4604
#: ../plugin/innobase/handler/ha_innodb.cc:2095
4605
msgid "Invalid value for read-ahead-threshold\n"
4608
#: ../plugin/innobase/handler/ha_innodb.cc:2119
4609
msgid "Invalid value for lock-wait-timeout\n"
4612
#: ../plugin/logging_gearman/logging_gearman.cc:199
4614
msgid "fail gearman_client_create(): %s"
4617
#: ../plugin/logging_gearman/logging_gearman.cc:210
4619
msgid "fail gearman_client_add_server(): %s"
4622
#: ../plugin/logging_gearman/logging_gearman.cc:309
4623
#: ../plugin/logging_gearman/logging_gearman.cc:316
4624
msgid "Enable logging to a gearman server"
4627
#: ../plugin/logging_gearman/logging_gearman.cc:325
4628
msgid "Hostname for logging to a Gearman server"
4631
#: ../plugin/logging_gearman/logging_gearman.cc:334
4632
msgid "Gearman Function to send logging to"
4635
#: ../plugin/logging_gearman/logging_gearman.cc:352
4636
msgid "Log queries to a Gearman server"
4639
#: ../plugin/logging_query/logging_query.cc:192
4641
msgid "fail open() fn=%s er=%s\n"
4644
#: ../plugin/logging_query/logging_query.cc:316
4645
msgid "Invalid value for threshold-slow"
4648
#: ../plugin/logging_query/logging_query.cc:325
4649
msgid "Invalid value for threshold-big-resultset"
4652
#: ../plugin/logging_query/logging_query.cc:334
4653
msgid "Invalid value for threshold-big-examined"
4656
#: ../plugin/logging_query/logging_query.cc:348
4657
#: ../plugin/logging_query/logging_query.cc:364
4658
msgid "Enable logging to CSV file"
4661
#: ../plugin/logging_query/logging_query.cc:351
4662
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
4663
#: ../plugin/syslog/module.cc:233
4664
msgid "Threshold for logging slow queries, in microseconds"
4667
#: ../plugin/logging_query/logging_query.cc:354
4668
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
4669
#: ../plugin/syslog/module.cc:236
4670
msgid "Threshold for logging big queries, for rows returned"
4673
#: ../plugin/logging_query/logging_query.cc:357
4674
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
4675
#: ../plugin/syslog/module.cc:239
4676
msgid "Threshold for logging big queries, for rows examined"
4679
#: ../plugin/logging_query/logging_query.cc:373
4680
msgid "File to log to"
4683
#: ../plugin/logging_query/logging_query.cc:382
4684
msgid "PCRE to match the query against"
4687
#: ../plugin/logging_query/logging_query.cc:439
4688
msgid "Log queries to a CSV file"
4691
#: ../plugin/logging_stats/logging_stats.cc:312
4692
msgid "Invalid value for max-user-count\n"
4695
#: ../plugin/logging_stats/logging_stats.cc:320
4696
msgid "Invalid value for bucket-count\n"
4699
#: ../plugin/logging_stats/logging_stats.cc:329
4700
msgid "Invalid value for scoreboard-size\n"
4703
#: ../plugin/logging_stats/logging_stats.cc:364
4704
#: ../plugin/logging_stats/logging_stats.cc:406
4705
msgid "Max number of users that will be logged"
4708
#: ../plugin/logging_stats/logging_stats.cc:375
4709
#: ../plugin/logging_stats/logging_stats.cc:409
4710
msgid "Max number of range locks to use for Scoreboard"
4713
#: ../plugin/logging_stats/logging_stats.cc:386
4714
#: ../plugin/logging_stats/logging_stats.cc:412
4715
msgid "Max number of concurrent sessions that will be logged"
4718
#: ../plugin/logging_stats/logging_stats.cc:397
4719
#: ../plugin/logging_stats/logging_stats.cc:415
4720
msgid "Enable Logging Statistics Collection"
4723
#: ../plugin/logging_stats/logging_stats.cc:432
4724
msgid "User Statistics as DATA_DICTIONARY tables"
4727
#: ../plugin/md5/md5.cc:99
4728
msgid "libgcrypt library version mismatch\n"
4731
#: ../plugin/memcached_query_cache/memcached_qc.cc:102
4732
#: ../plugin/memcached_query_cache/memcached_qc.cc:466
4733
#: ../plugin/memcached_stats/memcached_stats.cc:128
4734
#: ../plugin/memcached_stats/memcached_stats.cc:137
4735
msgid "List of memcached servers."
4738
#: ../plugin/memcached_query_cache/memcached_qc.cc:375
4739
msgid "Invalid value of expiry\n"
4742
#: ../plugin/memcached_query_cache/memcached_qc.cc:469
4743
msgid "Expiry time of memcached entries"
4746
#: ../plugin/memcached_query_cache/memcached_qc.cc:472
4747
msgid "Enable Memcached Query Cache"
4750
#: ../plugin/memcached_stats/analysis_table.cc:76
4751
#: ../plugin/memcached_stats/stats_table.cc:144
4752
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4755
#: ../plugin/memcached_stats/memcached_stats.cc:152
4756
msgid "Memcached Stats as I_S tables"
4759
#: ../plugin/memcached_stats/stats_table.cc:76
4762
"Unable get stats from memcached server %s. Got error from "
4763
"memcached_stat_servername()."
4766
#: ../plugin/memcached_stats/stats_table.cc:151
4767
msgid "Unable to create memcached struct. Got error from memcached_create()."
4770
#: ../plugin/memcached_stats/stats_table.cc:159
4773
"Unable to create memcached server list. Got error from "
4774
"memcached_servers_parse(%s)."
4777
#: ../plugin/multi_thread/multi_thread.cc:85
4779
msgid "Unable to set thread stack size to %<PRId64>\n"
4782
#: ../plugin/multi_thread/multi_thread.cc:98
4783
msgid "Unable to get thread stack size\n"
4786
#: ../plugin/multi_thread/multi_thread.cc:147
4787
msgid "Invalid value for max-threads\n"
4790
#: ../plugin/multi_thread/multi_thread.cc:160
4791
#: ../plugin/multi_thread/multi_thread.cc:167
4792
msgid "Maximum number of user threads available."
4795
#: ../plugin/myisam/ha_myisam.cc:534
4797
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4800
#: ../plugin/myisam/ha_myisam.cc:538
4802
msgid "Got an error from unknown thread, %s:%d"
4805
#: ../plugin/myisam/ha_myisam.cc:544
4806
msgid "Unknown thread accessing table"
4809
#: ../plugin/myisam/ha_myisam.cc:1500
4810
msgid "Invalid value for max-sort-file-size\n"
4813
#: ../plugin/myisam/ha_myisam.cc:1509
4814
msgid "Invalid value for sort-buffer-size\n"
4817
#: ../plugin/myisam/ha_myisam.cc:1523 ../plugin/myisam/ha_myisam.cc:1535
4819
"Don't use the fast sort index method to created index if the temporary file "
4820
"would get bigger than this."
4823
#: ../plugin/myisam/ha_myisam.cc:1528 ../plugin/myisam/ha_myisam.cc:1538
4825
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4826
"when creating indexes with CREATE INDEX or ALTER TABLE."
4829
#: ../plugin/myisam/my_handler_errors.cc:42
4830
msgid "Didn't find key on read or update"
4833
#: ../plugin/myisam/my_handler_errors.cc:43
4834
msgid "Duplicate key on write or update"
4837
#: ../plugin/myisam/my_handler_errors.cc:44
4838
msgid "Internal (unspecified) error in handler"
4841
#: ../plugin/myisam/my_handler_errors.cc:46
4843
"Someone has changed the row since it was read (while the table was locked to "
4847
#: ../plugin/myisam/my_handler_errors.cc:48
4848
msgid "Wrong index given to function"
4851
#: ../plugin/myisam/my_handler_errors.cc:49
4852
msgid "Index file is crashed"
4855
#: ../plugin/myisam/my_handler_errors.cc:50
4856
msgid "Record file is crashed"
4859
#: ../plugin/myisam/my_handler_errors.cc:51
4860
msgid "Out of memory in engine"
4863
#: ../plugin/myisam/my_handler_errors.cc:52
4864
msgid "Incorrect file format"
4867
#: ../plugin/myisam/my_handler_errors.cc:53
4868
msgid "Command not supported by database"
4871
#: ../plugin/myisam/my_handler_errors.cc:54
4872
msgid "Old database file"
4875
#: ../plugin/myisam/my_handler_errors.cc:55
4876
msgid "No record read before update"
4879
#: ../plugin/myisam/my_handler_errors.cc:56
4880
msgid "Record was already deleted (or record file crashed)"
4883
#: ../plugin/myisam/my_handler_errors.cc:57
4884
msgid "No more room in record file"
4887
#: ../plugin/myisam/my_handler_errors.cc:58
4888
msgid "No more room in index file"
4891
#: ../plugin/myisam/my_handler_errors.cc:59
4892
msgid "No more records (read after end of file)"
4895
#: ../plugin/myisam/my_handler_errors.cc:60
4896
msgid "Unsupported extension used for table"
4899
#: ../plugin/myisam/my_handler_errors.cc:61
4903
#: ../plugin/myisam/my_handler_errors.cc:62
4904
msgid "Wrong create options"
4907
#: ../plugin/myisam/my_handler_errors.cc:63
4908
msgid "Duplicate unique key or constraint on write or update"
4911
#: ../plugin/myisam/my_handler_errors.cc:64
4912
msgid "Unknown character set used in table"
4915
#: ../plugin/myisam/my_handler_errors.cc:65
4916
msgid "Conflicting table definitions in sub-tables of MERGE table"
4919
#: ../plugin/myisam/my_handler_errors.cc:66
4920
msgid "Table is crashed and last repair failed"
4923
#: ../plugin/myisam/my_handler_errors.cc:67
4924
msgid "Table was marked as crashed and should be repaired"
4927
#: ../plugin/myisam/my_handler_errors.cc:68
4928
msgid "Lock timed out; Retry transaction"
4931
#: ../plugin/myisam/my_handler_errors.cc:69
4932
msgid "Lock table is full; Restart program with a larger locktable"
4935
#: ../plugin/myisam/my_handler_errors.cc:70
4936
msgid "Updates are not allowed under a read only transactions"
4939
#: ../plugin/myisam/my_handler_errors.cc:71
4940
msgid "Lock deadlock; Retry transaction"
4943
#: ../plugin/myisam/my_handler_errors.cc:72
4944
msgid "Foreign key constraint is incorrectly formed"
4947
#: ../plugin/myisam/my_handler_errors.cc:73
4948
msgid "Cannot add a child row"
4951
#: ../plugin/myisam/my_handler_errors.cc:74
4952
msgid "Cannot delete a parent row"
4955
#: ../plugin/myisam/my_handler_errors.cc:75
4956
msgid "No savepoint with that name"
4959
#: ../plugin/myisam/my_handler_errors.cc:76
4960
msgid "Non unique key block size"
4963
#: ../plugin/myisam/my_handler_errors.cc:77
4964
msgid "The table does not exist in engine"
4967
#: ../plugin/myisam/my_handler_errors.cc:78
4968
msgid "The table already existed in storage engine"
4971
#: ../plugin/myisam/my_handler_errors.cc:79
4972
msgid "Could not connect to storage engine"
4975
#: ../plugin/myisam/my_handler_errors.cc:80
4976
msgid "Unexpected null pointer found when using spatial index"
4979
#: ../plugin/myisam/my_handler_errors.cc:81
4980
msgid "The table changed in storage engine"
4983
#: ../plugin/myisam/my_handler_errors.cc:82
4984
msgid "There's no partition in table for the given value"
4987
#: ../plugin/myisam/my_handler_errors.cc:83
4988
msgid "Row-based binlogging of row failed"
4991
#: ../plugin/myisam/my_handler_errors.cc:84
4992
msgid "Index needed in foreign key constraint"
4995
#: ../plugin/myisam/my_handler_errors.cc:85
4996
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4999
#: ../plugin/myisam/my_handler_errors.cc:86
5000
msgid "Table needs to be upgraded before it can be used"
5003
#: ../plugin/myisam/my_handler_errors.cc:87
5004
msgid "Table is read only"
5007
#: ../plugin/myisam/my_handler_errors.cc:88
5008
msgid "Failed to get next auto increment value"
5011
#: ../plugin/myisam/my_handler_errors.cc:89
5012
msgid "Failed to set row auto increment value"
5015
#: ../plugin/myisam/my_handler_errors.cc:90
5016
msgid "Unknown (generic) error from engine"
5019
#: ../plugin/myisam/my_handler_errors.cc:91
5020
msgid "Record is the same"
5023
#: ../plugin/myisam/my_handler_errors.cc:92
5024
msgid "It is not possible to log this statement"
5027
#: ../plugin/myisam/my_handler_errors.cc:93
5028
msgid "Tablespace exists"
5031
#: ../plugin/myisam/my_handler_errors.cc:94
5032
msgid "The event was corrupt, leading to illegal data being read"
5035
#: ../plugin/myisam/my_handler_errors.cc:95
5036
msgid "The table is of a new format not supported by this version"
5039
#: ../plugin/myisam/my_handler_errors.cc:96
5040
msgid "The event could not be processed no other handler error happened"
5043
#: ../plugin/myisam/my_handler_errors.cc:97
5044
msgid "Got a fatal error during initialzation of handler"
5047
#: ../plugin/myisam/my_handler_errors.cc:98
5048
msgid "File to short; Expected more data in file"
5051
#: ../plugin/myisam/my_handler_errors.cc:99
5052
msgid "Read page with wrong checksum"
5055
#. TODO: get a better message for these
5056
#: ../plugin/myisam/my_handler_errors.cc:101
5057
msgid "Lock or active transaction"
5060
#: ../plugin/myisam/my_handler_errors.cc:102
5061
msgid "No such table space"
5064
#: ../plugin/myisam/my_handler_errors.cc:103
5065
msgid "Tablespace not empty"
5068
#: ../plugin/mysql_protocol/mysql_protocol.cc:949
5069
msgid "Invalid value for retry_count"
5072
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5073
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
5075
"Port number to use for connection or 0 for default to with MySQL protocol."
5078
#: ../plugin/pbms/src/parameters_ms.cc:552
5080
"A comma delimited list of tables to watch of the format: <database>."
5084
#: ../plugin/pbms/src/parameters_ms.cc:560
5085
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
5088
#: ../plugin/pbms/src/parameters_ms.cc:568
5089
msgid "Before insert row event observer call position"
5092
#: ../plugin/pool_of_threads/pool_of_threads.cc:232
5093
msgid "event_add error in libevent_add_session_callback\n"
5096
#: ../plugin/pool_of_threads/pool_of_threads.cc:310
5097
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
5100
#: ../plugin/pool_of_threads/pool_of_threads.cc:588
5101
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
5104
#: ../plugin/pool_of_threads/pool_of_threads.cc:595
5105
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
5108
#: ../plugin/pool_of_threads/pool_of_threads.cc:607
5109
msgid "session_add_event event_add error in libevent_init\n"
5112
#: ../plugin/pool_of_threads/pool_of_threads.cc:620
5114
msgid "Can't create completion port thread (error %d)"
5117
#: ../plugin/pool_of_threads/pool_of_threads.cc:650
5118
msgid "Invalid value for size\n"
5121
#: ../plugin/pool_of_threads/pool_of_threads.cc:668
5122
#: ../plugin/pool_of_threads/pool_of_threads.cc:675
5123
msgid "Size of Pool."
5126
#: ../plugin/rabbitmq/rabbitmq_log.cc:110
5127
msgid "Failed to allocate enough memory to transaction message\n"
5130
#: ../plugin/rabbitmq/rabbitmq_log.cc:172
5132
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
5135
#: ../plugin/rabbitmq/rabbitmq_log.cc:182
5137
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
5140
#: ../plugin/rabbitmq/rabbitmq_log.cc:200
5141
#: ../plugin/rabbitmq/rabbitmq_log.cc:278
5142
msgid "Enable rabbitmq log"
5145
#: ../plugin/rabbitmq/rabbitmq_log.cc:209
5146
#: ../plugin/rabbitmq/rabbitmq_log.cc:281
5147
msgid "Host name to connect to"
5150
#: ../plugin/rabbitmq/rabbitmq_log.cc:218
5151
msgid "RabbitMQ Port"
5154
#: ../plugin/rabbitmq/rabbitmq_log.cc:229
5155
#: ../plugin/rabbitmq/rabbitmq_log.cc:284
5156
msgid "RabbitMQ username"
5159
#: ../plugin/rabbitmq/rabbitmq_log.cc:237
5160
#: ../plugin/rabbitmq/rabbitmq_log.cc:287
5161
msgid "RabbitMQ password"
5164
#: ../plugin/rabbitmq/rabbitmq_log.cc:245
5165
msgid "RabbitMQ virtualhost"
5168
#: ../plugin/rabbitmq/rabbitmq_log.cc:253
5169
msgid "Name of RabbitMQ exchange to publish to"
5172
#: ../plugin/rabbitmq/rabbitmq_log.cc:261
5173
msgid "Name of RabbitMQ routing key to use"
5176
#: ../plugin/rabbitmq/rabbitmq_log.cc:269
5177
#: ../plugin/transaction_log/module.cc:309
5178
#: ../plugin/transaction_log/module.cc:362
5179
msgid "Name of the replicator plugin to use (default='default_replicator')"
5182
#: ../plugin/session_dictionary/processlist.cc:94
5186
#: ../plugin/signal_handler/signal_handler.cc:230
5188
msgid "Can't create interrupt-thread (error %d, errno: %d)"
5191
#: ../plugin/syslog/errmsg.cc:39 ../plugin/syslog/logging.cc:63
5193
msgid "syslog facility \"%s\" not known, using \"local0\""
5196
#: ../plugin/syslog/errmsg.cc:49
5198
msgid "syslog priority \"%s\" not known, using \"warn\""
5201
#: ../plugin/syslog/logging.cc:72
5203
msgid "syslog priority \"%s\" not known, using \"info\""
5206
#: ../plugin/syslog/module.cc:61
5207
msgid "Invalid value for logging-threshold-slow\n"
5210
#: ../plugin/syslog/module.cc:70
5211
msgid "Invalid value for logging-threshold-big-resultset\n"
5214
#: ../plugin/syslog/module.cc:79
5215
msgid "Invalid value for logging-threshold-big-examined\n"
5218
#: ../plugin/syslog/module.cc:131 ../plugin/syslog/module.cc:221
5219
msgid "Syslog Ident"
5222
#: ../plugin/syslog/module.cc:140 ../plugin/syslog/module.cc:224
5223
msgid "Syslog Facility"
5226
#: ../plugin/syslog/module.cc:149 ../plugin/syslog/module.cc:227
5227
msgid "Enable logging to syslog of the query log"
5230
#: ../plugin/syslog/module.cc:158 ../plugin/syslog/module.cc:230
5231
msgid "Syslog Priority of query logging"
5234
#: ../plugin/syslog/module.cc:203 ../plugin/syslog/module.cc:242
5235
msgid "Enable logging to syslog of the error messages"
5238
#: ../plugin/syslog/module.cc:212 ../plugin/syslog/module.cc:245
5239
msgid "Syslog Priority of error messages"
5242
#: ../plugin/transaction_log/background_worker.cc:77
5244
msgid "Unable to create background worker thread. Got error %s.\n"
5247
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
5248
#: ../plugin/transaction_log/print_transaction_message.cc:105
5249
#: ../plugin/transaction_log/transaction_log_reader.cc:97
5251
msgid "Failed to open transaction log file %s. Got error: %s\n"
5254
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
5255
#: ../plugin/transaction_log/print_transaction_message.cc:149
5256
#: ../plugin/transaction_log/transaction_log_reader.cc:154
5258
msgid "Raw buffer read: %s.\n"
5261
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
5262
#: ../plugin/transaction_log/print_transaction_message.cc:155
5263
#: ../plugin/transaction_log/transaction_log_reader.cc:161
5265
msgid "Unable to parse transaction. Got error: %s.\n"
5268
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
5269
#: ../plugin/transaction_log/print_transaction_message.cc:157
5270
#: ../plugin/transaction_log/transaction_log_reader.cc:163
5272
msgid "BUFFER: %s\n"
5275
#: ../plugin/transaction_log/module.cc:135
5276
msgid "Invalid value for sync-method\n"
5279
#: ../plugin/transaction_log/module.cc:144
5280
msgid "Invalid value for num-write-buffers\n"
5283
#: ../plugin/transaction_log/module.cc:180
5285
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5288
#: ../plugin/transaction_log/module.cc:189
5290
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5293
#: ../plugin/transaction_log/module.cc:201
5295
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5298
#: ../plugin/transaction_log/module.cc:210
5300
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5303
#: ../plugin/transaction_log/module.cc:225
5305
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5308
#: ../plugin/transaction_log/module.cc:285
5309
#: ../plugin/transaction_log/module.cc:356
5310
msgid "Enable transaction log"
5313
#: ../plugin/transaction_log/module.cc:293
5314
#: ../plugin/transaction_log/module.cc:350
5315
msgid "DEBUGGING - Truncate transaction log"
5318
#: ../plugin/transaction_log/module.cc:301
5319
#: ../plugin/transaction_log/module.cc:359
5320
msgid "Path to the file to use for transaction log"
5323
#: ../plugin/transaction_log/module.cc:317
5324
#: ../plugin/transaction_log/module.cc:353
5325
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5328
#: ../plugin/transaction_log/module.cc:325
5329
#: ../plugin/transaction_log/module.cc:365
5331
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5332
"each transaction write, 2 == sync log file once per second"
5335
#: ../plugin/transaction_log/module.cc:338
5336
#: ../plugin/transaction_log/module.cc:368
5337
msgid "Number of slots for in-memory write buffers (default=8)."
5340
#: ../plugin/transaction_log/transaction_log.cc:114
5341
msgid "Failed to open transaction log file "
5344
#: ../plugin/transaction_log/transaction_log.cc:215
5347
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5348
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5351
#: ../plugin/transaction_log/transaction_log.cc:236
5353
msgid "Failed to sync log file. Got error: %s\n"