1
# Marathi 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: 2009-04-16 13:52+0000\n"
12
"Last-Translator: Harshal Baviskar <Unknown>\n"
13
"Language-Team: Marathi <mr@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."
31
msgstr "सर्वर ला परत 'कनेक्ट' करा. 'डेटाबेस' अथवा 'होस्ट' हे वैकल्पिक पर्याय आहेत."
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."
40
msgstr "ड्रीझल सर्वर ला आज्ञा पाठवा, निकाल उभे दाखवा."
42
#: ../client/drizzle.cc:473
43
msgid "Exit drizzle. Same as quit."
46
#: ../client/drizzle.cc:474
47
msgid "Send command to drizzle server."
48
msgstr "ड्रीझल सर्वर ला आज्ञा पाठवा."
50
#: ../client/drizzle.cc:475
51
msgid "Display this help."
52
msgstr "ही मदत दाखवा."
54
#: ../client/drizzle.cc:476
55
msgid "Disable pager, print to stdout."
58
#: ../client/drizzle.cc:477
59
msgid "Don't write into outfile."
60
msgstr "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."
70
#: ../client/drizzle.cc:481
71
msgid "Change your drizzle prompt."
72
msgstr "तुमचा ड्रीझल प्रॉम्प्ट बदला"
74
#: ../client/drizzle.cc:482
76
msgstr "ड्रीझल बंद करा."
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."
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
341
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
344
#: ../client/drizzle.cc:1362
345
msgid "Set the drizzle prompt to this value."
348
#: ../client/drizzle.cc:1364
350
"Don't cache result, print it row by row. This may slow down the server if "
351
"the output is suspended. Doesn't use history file."
354
#: ../client/drizzle.cc:1366
355
msgid "Write fields without conversion. Used with --batch."
358
#: ../client/drizzle.cc:1368
360
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
361
"option is enabled by default."
364
#: ../client/drizzle.cc:1370
365
msgid "Shutdown the server"
368
#: ../client/drizzle.cc:1371
370
"Be more silent. Print results with a tab as separator, each row on new line."
373
#: ../client/drizzle.cc:1373
375
"Append everything into outfile. See interactive help (\\h) also. Does not "
376
"work in batch mode. Disable with --disable-tee. This option is disabled by "
380
#: ../client/drizzle.cc:1375
381
msgid "Disable outfile. See interactive help (\\h) also."
384
#: ../client/drizzle.cc:1376
385
msgid "Wait and retry if connection is down."
388
#: ../client/drizzle.cc:1378
389
msgid "Number of seconds before connection timeout."
392
#: ../client/drizzle.cc:1380
393
msgid "Max length of input line"
396
#: ../client/drizzle.cc:1382
397
msgid "Automatic limit for SELECT when using --safe-updates"
400
#: ../client/drizzle.cc:1384
401
msgid "Automatic limit for rows in a join when using --safe-updates"
404
#: ../client/drizzle.cc:1387 ../client/drizzledump.cc:2499
405
msgid "Options specific to the client"
408
#: ../client/drizzle.cc:1390
409
msgid "Connect to host"
412
#: ../client/drizzle.cc:1392
414
"Password to use when connecting to server. If password is not given it's "
415
"asked from the tty."
418
#: ../client/drizzle.cc:1394
420
"Port number to use for connection or 0 for default to, in order of "
421
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
424
#: ../client/drizzle.cc:1396 ../client/drizzledump.cc:2508
425
msgid "User for login if not current user."
428
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:2510
429
msgid "The protocol of connection (mysql or drizzle)."
432
#: ../client/drizzle.cc:1401 ../client/drizzledump.cc:2522
433
msgid "Allowed Options"
436
#: ../client/drizzle.cc:1448 ../client/drizzle.cc:1455
438
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
441
#: ../client/drizzle.cc:1506 ../client/drizzle.cc:3789
442
msgid "DELIMITER cannot contain a backslash character"
445
#: ../client/drizzle.cc:1585 ../client/drizzledump.cc:2600
446
#: ../client/drizzleimport.cc:460 ../client/drizzleslap.cc:1006
447
#: ../client/drizzletest.cc:5599
448
msgid "Error: Unknown protocol"
451
#: ../client/drizzle.cc:1599
453
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
456
#: ../client/drizzle.cc:1645 ../client/drizzle.cc:4035
458
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
461
#: ../client/drizzle.cc:1651
464
"Copyright (C) 2008 Sun Microsystems\n"
465
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
466
"and you are welcome to modify and redistribute it under the GPL license\n"
469
#: ../client/drizzle.cc:1656
471
msgid "Usage: drizzle [OPTIONS] [database]\n"
474
#: ../client/drizzle.cc:1710
476
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
477
msgstr "ड्रीझल क्लाऐंट मध्ये आपले स्वागत असो ... सूचनेचा शेवट ';' अथवा '\\g' ने करावा."
479
#: ../client/drizzle.cc:1719
482
"Your Drizzle connection id is %u\n"
483
"Connection protocol: %s\n"
484
"Server version: %s\n"
486
"तुमची ड्रीझल संपर्क ओळख: %u\n"
487
"सर्वर आवृत्ती: %s\n"
489
#: ../client/drizzle.cc:1753
491
msgid "Reading history-file %s\n"
494
#: ../client/drizzle.cc:1757
496
msgid "Couldn't allocate memory for temp histfile!\n"
499
#: ../client/drizzle.cc:1764
500
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
502
"मदत हवी असल्यास 'help; ' अथवा '\\h' टाईप करा. बफर रिकामा करण्या साठी '\\c' "
505
#: ../client/drizzle.cc:1774
509
#: ../client/drizzle.cc:1787
511
msgid "Writing history-file %s\n"
514
#: ../client/drizzle.cc:1795
518
#: ../client/drizzle.cc:1795
522
#: ../client/drizzle.cc:1847
523
msgid "Query aborted by Ctrl+C\n"
526
#: ../client/drizzle.cc:1931
528
msgid "Processing line: %<PRIu32>\n"
531
#: ../client/drizzle.cc:2149
532
msgid "Unknown command: "
535
#: ../client/drizzle.cc:2563
537
"Reading table information for completion of table and column names\n"
538
"You can turn off this feature to get a quicker startup with -A\n"
542
#: ../client/drizzle.cc:2629
543
msgid "No connection. Trying to reconnect..."
546
#: ../client/drizzle.cc:2635
547
msgid "Can't connect to the server\n"
550
#: ../client/drizzle.cc:2719
551
msgid "List of all Drizzle commands:"
554
#: ../client/drizzle.cc:2723
557
"Note that all text commands must be first on line and end with '%s' or \\g"
560
#: ../client/drizzle.cc:2781
561
msgid "No query specified\n"
564
#: ../client/drizzle.cc:2796
565
msgid "Ignoring query to other database"
568
#: ../client/drizzle.cc:2846
572
#: ../client/drizzle.cc:2859
574
msgid "%ld row in set"
575
msgid_plural "%ld rows in set"
579
#: ../client/drizzle.cc:2868
583
#: ../client/drizzle.cc:2870
585
msgid "Query OK, %ld row affected"
586
msgid_plural "Query OK, %ld rows affected"
590
#: ../client/drizzle.cc:2942
591
msgid "popen() failed! defaulting PAGER to stdout!\n"
594
#: ../client/drizzle.cc:2964
596
msgid "Error logging to file '%s'\n"
599
#: ../client/drizzle.cc:2969
601
msgid "Logging to file '%s'\n"
604
#: ../client/drizzle.cc:3053
613
"Collation: %s (%u)\n"
621
#: ../client/drizzle.cc:3520
623
msgid "No previous outfile available, you must give a filename!\n"
626
#: ../client/drizzle.cc:3525
628
msgid "Currently logging to file '%s'\n"
631
#: ../client/drizzle.cc:3545
633
msgid "No outfile specified!\n"
636
#: ../client/drizzle.cc:3558
637
msgid "Outfile disabled.\n"
640
#: ../client/drizzle.cc:3585
641
msgid "Default pager wasn't set, using stdout.\n"
644
#: ../client/drizzle.cc:3605
646
msgid "PAGER set to '%s'\n"
649
#: ../client/drizzle.cc:3616
650
msgid "PAGER set to stdout\n"
653
#: ../client/drizzle.cc:3699
655
msgid "Connection id: %u"
658
#: ../client/drizzle.cc:3701
660
msgid "Current database: %.128s\n"
663
#: ../client/drizzle.cc:3702
668
#: ../client/drizzle.cc:3722
669
msgid "Usage: \\. <filename> | source <filename>"
672
#: ../client/drizzle.cc:3737
674
msgid "Failed to open file '%s', error: %d"
677
#: ../client/drizzle.cc:3745
678
msgid "Can't initialize LineBuffer"
681
#: ../client/drizzle.cc:3781
682
msgid "DELIMITER must be followed by a 'delimiter' character or string"
685
#: ../client/drizzle.cc:3814
686
msgid "USE must be followed by a database name"
689
#: ../client/drizzle.cc:3882
690
msgid "Database changed"
693
#: ../client/drizzle.cc:3890
694
msgid "Show warnings enabled."
697
#: ../client/drizzle.cc:3898
698
msgid "Show warnings disabled."
701
#: ../client/drizzle.cc:4042
705
"Connection id:\t\t%lu\n"
708
#: ../client/drizzle.cc:4054
710
msgid "Current database:\t%s\n"
713
#: ../client/drizzle.cc:4055
715
msgid "Current user:\t\t%s\n"
718
#: ../client/drizzle.cc:4061
719
msgid "SSL:\t\t\tNot in use"
722
#: ../client/drizzle.cc:4066
728
#: ../client/drizzle.cc:4073
731
"All updates ignored to this database\n"
734
#: ../client/drizzle.cc:4076
736
msgid "Current pager:\t\t%s\n"
739
#: ../client/drizzle.cc:4077
741
msgid "Using outfile:\t\t'%s'\n"
744
#: ../client/drizzle.cc:4078
746
msgid "Using delimiter:\t%s\n"
749
#: ../client/drizzle.cc:4079
751
msgid "Server version:\t\t%s\n"
754
#: ../client/drizzle.cc:4080
756
msgid "Protocol:\t\t%s\n"
759
#: ../client/drizzle.cc:4081
761
msgid "Protocol version:\t%d\n"
764
#: ../client/drizzle.cc:4082
766
msgid "Connection:\t\t%s\n"
769
#: ../client/drizzle.cc:4089
771
msgid "UNIX socket:\t\t%s\n"
774
#: ../client/drizzle.cc:4091
776
msgid "TCP port:\t\t%d\n"
779
#: ../client/drizzle.cc:4096
782
"Note that you are running in safe_update_mode:\n"
785
#: ../client/drizzle.cc:4098
788
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
790
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
792
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
793
" Max number of examined row combination in a join is set to: %"
798
#: ../client/drizzle.cc:4160 ../drizzled/option.cc:339
803
#: ../client/drizzle.cc:4203
805
msgid "ERROR %d (%s): "
808
#: ../client/drizzle.cc:4205
813
#: ../client/drizzle.cc:4208
817
#: ../client/drizzle.cc:4341
821
#: ../client/drizzle.cc:4343
825
#: ../client/drizzle.cc:4349
829
#: ../client/drizzle.cc:4355
833
#: ../client/drizzle.cc:4456
837
#: ../client/drizzle.cc:4576
839
msgid "Returning to default PROMPT of %s\n"
842
#: ../client/drizzle.cc:4581
843
msgid "Memory allocation error. Not changing prompt\n"
846
#: ../client/drizzle.cc:4586
848
msgid "PROMPT set to '%s'\n"
851
#: ../client/drizzledump.cc:199
853
msgid "Got errno %d on write"
856
#: ../client/drizzledump.cc:283
858
msgid "%s: You must use option --tab with --fields-...\n"
861
#: ../client/drizzledump.cc:289
864
"%s: You can't use --single-transaction and --lock-all-tables at the same "
868
#: ../client/drizzledump.cc:295
871
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
875
#: ../client/drizzledump.cc:301
877
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
880
#: ../client/drizzledump.cc:320
882
msgid "Got error: %s (%d) %s"
885
#: ../client/drizzledump.cc:327
887
msgid "Got error: %d %s"
890
#: ../client/drizzledump.cc:425 ../client/drizzledump.cc:432
891
#: ../client/drizzledump.cc:445
893
msgid "Couldn't execute '%s': %s (%d)"
896
#: ../client/drizzledump.cc:505
898
msgid "-- Connecting to %s, using protocol %s...\n"
901
#: ../client/drizzledump.cc:527
903
msgid "-- Disconnecting from %s...\n"
906
#: ../client/drizzledump.cc:538
907
msgid "Couldn't allocate memory"
910
#: ../client/drizzledump.cc:882
913
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
917
#: ../client/drizzledump.cc:896
919
msgid "-- Retrieving table structure for table %s...\n"
922
#: ../client/drizzledump.cc:1010
924
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
927
#: ../client/drizzledump.cc:1117
929
msgid "%s: Can't get keys for table %s\n"
932
#: ../client/drizzledump.cc:1195 ../client/drizzledump.cc:2248
934
msgid "Error: Couldn't read status information for table %s\n"
937
#: ../client/drizzledump.cc:1339
939
msgid "Error retrieving table structure for table: \"%s\""
942
#: ../client/drizzledump.cc:1346
944
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
947
#: ../client/drizzledump.cc:1357
949
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
952
#: ../client/drizzledump.cc:1364
954
msgid "-- Skipping dump data for table '%s', it has no fields\n"
957
#: ../client/drizzledump.cc:1372
958
msgid "-- Sending SELECT query...\n"
961
#: ../client/drizzledump.cc:1426 ../client/drizzledump.cc:1915
962
msgid "when executing 'SELECT INTO OUTFILE'"
965
#: ../client/drizzledump.cc:1437
970
"-- Dumping data for table %s\n"
974
#: ../client/drizzledump.cc:1478
975
msgid "-- Retrieving rows...\n"
978
#: ../client/drizzledump.cc:1481
980
msgid "%s: Error in field count for table: %s ! Aborting.\n"
983
#: ../client/drizzledump.cc:1525
985
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
988
#: ../client/drizzledump.cc:1542
990
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
993
#: ../client/drizzledump.cc:1564
995
msgid "Not enough fields from table %s! Aborting.\n"
998
#: ../client/drizzledump.cc:1979 ../client/drizzledump.cc:2095
999
msgid "when doing refresh"
1002
#: ../client/drizzledump.cc:2066
1003
msgid "alloc_root failure."
1006
#: ../client/drizzledump.cc:2082
1008
msgid "Couldn't find table: \"%s\""
1011
#: ../client/drizzledump.cc:2319 ../client/drizzledump.cc:2326
1012
#: ../client/drizzledump.cc:2336
1015
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
1018
#: ../client/drizzledump.cc:2368
1020
msgid "Error: Not enough memory to store ORDER BY clause\n"
1023
#: ../client/drizzledump.cc:2399
1025
"Dump all the databases. This will be same as --databases with all databases "
1029
#: ../client/drizzledump.cc:2401
1030
msgid "Dump all the tablespaces."
1033
#: ../client/drizzledump.cc:2403
1034
msgid "Use complete insert statements."
1037
#: ../client/drizzledump.cc:2407
1039
"Flush logs file in server before starting dump. Note that if you dump many "
1040
"databases at once (using the option --databases= or --all-databases), the "
1041
"logs will be flushed for each database dumped. The exception is when using --"
1042
"lock-all-tables in this case the logs will be flushed only once, "
1043
"corresponding to the moment all tables are locked. So if you want your dump "
1044
"and the log flush to happen at the same exact moment you should use --lock-"
1045
"all-tables or --flush-logs"
1048
#: ../client/drizzledump.cc:2409
1049
msgid "Continue even if we get an sql-error."
1052
#: ../client/drizzledump.cc:2410
1054
msgid "Display this help message and exit."
1055
msgstr "ही मदत दाखवा."
1057
#: ../client/drizzledump.cc:2412
1059
"Locks all tables across all databases. This is achieved by taking a global "
1060
"read lock for the duration of the whole dump. Automatically turns --single-"
1061
"transaction and --lock-tables off."
1064
#: ../client/drizzledump.cc:2414
1066
"Sorts each table's rows by primary key, or first unique key, if such a key "
1067
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1068
"table, but will make the dump itself take considerably longer."
1071
#: ../client/drizzledump.cc:2416
1073
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1074
"Works ONLY for tables stored in storage engines which support "
1075
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1076
"be consistent for other storage engines. While a --single-transaction dump "
1077
"is in process, to ensure a valid dump file (correct table contents), no "
1078
"other connection should use the following statements: ALTER TABLE, DROP "
1079
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1080
"from them. Option automatically turns off --lock-tables."
1083
#: ../client/drizzledump.cc:2417
1085
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1086
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1087
"default, disable with --skip-opt."
1090
#: ../client/drizzledump.cc:2419
1092
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1093
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1096
#: ../client/drizzledump.cc:2420
1097
msgid "Overrides option --databases (-B)."
1100
#: ../client/drizzledump.cc:2422
1101
msgid "Number of rows before each output progress report (requires --verbose)."
1104
#: ../client/drizzledump.cc:2424
1105
msgid "Print info about the various stages."
1108
#: ../client/drizzledump.cc:2426
1109
msgid "Dump a database as well formed XML."
1112
#: ../client/drizzledump.cc:2427
1113
msgid "Turn off Comments"
1116
#: ../client/drizzledump.cc:2428
1117
msgid "Turn off create-options"
1120
#: ../client/drizzledump.cc:2429
1121
msgid "Turn off extended-insert"
1124
#: ../client/drizzledump.cc:2430
1125
msgid "Turn off dump-date"
1128
#: ../client/drizzledump.cc:2431
1129
msgid "Do not read from the configuration files"
1132
#: ../client/drizzledump.cc:2437
1133
msgid "Add a 'DROP DATABASE' before each create."
1136
#: ../client/drizzledump.cc:2439
1137
msgid "Add a 'drop table' before each create."
1140
#: ../client/drizzledump.cc:2441
1141
msgid "Allow creation of column names that are keywords."
1144
#: ../client/drizzledump.cc:2443
1145
msgid "Write additional information."
1148
#: ../client/drizzledump.cc:2445
1150
"Give less verbose output (useful for debugging). Disables structure comments "
1151
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1152
"set-names --skip-disable-keys --skip-add-locks"
1155
#: ../client/drizzledump.cc:2447
1156
msgid "Include all DRIZZLE specific create options."
1159
#: ../client/drizzledump.cc:2449
1160
msgid "Put a dump date to the end of the output."
1163
#: ../client/drizzledump.cc:2451
1165
"To dump several databases. Note the difference in usage; In this case no "
1166
"tables are given. All name arguments are regarded as databasenames. 'USE "
1167
"db_name;' will be included in the output."
1170
#: ../client/drizzledump.cc:2453
1171
msgid "Insert rows with INSERT DELAYED;"
1174
#: ../client/drizzledump.cc:2455
1176
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1177
"will be put in the output."
1180
#: ../client/drizzledump.cc:2457
1181
msgid "Allows utilization of the new, much faster INSERT syntax."
1184
#: ../client/drizzledump.cc:2459
1185
msgid "Fields in the textfile are terminated by ..."
1188
#: ../client/drizzledump.cc:2461
1189
msgid "Fields in the importfile are enclosed by ..."
1192
#: ../client/drizzledump.cc:2463
1193
msgid "Fields in the i.file are opt. enclosed by ..."
1196
#: ../client/drizzledump.cc:2465
1197
msgid "Fields in the i.file are escaped by ..."
1200
#: ../client/drizzledump.cc:2469
1202
"Do not dump the specified table. To specify more than one table to ignore, "
1203
"use the directive multiple times, once for each table. Each table must be "
1204
"specified with both database and table names, e.g. --ignore-table=database."
1208
#: ../client/drizzledump.cc:2471
1209
msgid "Insert rows with INSERT IGNORE."
1212
#: ../client/drizzledump.cc:2473
1213
msgid "Lines in the i.file are terminated by ..."
1216
#: ../client/drizzledump.cc:2475
1217
msgid "Wrap tables with autocommit/commit statements."
1220
#: ../client/drizzledump.cc:2477
1222
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1223
"above line will be added otherwise, if --databases or --all-databases option "
1227
#: ../client/drizzledump.cc:2479
1228
msgid "Don't write table creation info."
1231
#: ../client/drizzledump.cc:2481
1232
msgid "No row information."
1235
#: ../client/drizzledump.cc:2482
1236
msgid "Deprecated. Use --skip-set-charset instead."
1239
#: ../client/drizzledump.cc:2484
1240
msgid "Enable set-name"
1243
#: ../client/drizzledump.cc:2486
1244
msgid "Don't buffer query, dump directly to stdout."
1247
#: ../client/drizzledump.cc:2488
1248
msgid "Quote table and column names with backticks (`)."
1251
#: ../client/drizzledump.cc:2490
1252
msgid "Use REPLACE INTO instead of INSERT INTO."
1255
#: ../client/drizzledump.cc:2492
1257
"Direct output to a given file. This option should be used in MSDOS, because "
1258
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1262
#: ../client/drizzledump.cc:2494
1264
"Creates tab separated textfile for each table to given path. (creates .sql "
1265
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1266
"machine as the drizzled daemon."
1269
#: ../client/drizzledump.cc:2496
1270
msgid "Dump only selected records; QUOTES mandatory!"
1273
#: ../client/drizzledump.cc:2502
1274
msgid "Connect to host."
1277
#: ../client/drizzledump.cc:2504
1279
"Password to use when connecting to server. If password is not given it's "
1280
"solicited on the tty."
1283
#: ../client/drizzledump.cc:2506
1284
msgid "Port number to use for connection."
1287
#: ../client/drizzledump.cc:2513
1288
msgid "Hidden Options"
1291
#: ../client/drizzledump.cc:2515
1292
msgid "Used to select the database"
1295
#: ../client/drizzledump.cc:2516
1296
msgid "Used to select the tables"
1299
#: ../client/drizzledump.cc:2519
1300
msgid "Allowed Options + Hidden Options"
1303
#: ../client/drizzledump.cc:2571
1305
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1308
#: ../client/drizzledump.cc:2576
1310
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1311
"and you are welcome to modify and redistribute it under the GPL license\n"
1314
#: ../client/drizzledump.cc:2577
1315
msgid "Dumps definitions and data from a Drizzle database server"
1318
#: ../client/drizzledump.cc:2578
1320
msgid "Usage: %s [OPTIONS] database [tables]\n"
1323
#: ../client/drizzledump.cc:2579
1325
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1328
#: ../client/drizzledump.cc:2581
1330
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1333
#: ../client/drizzledump.cc:2613 ../client/drizzleimport.cc:473
1334
#: ../client/drizzleslap.cc:1016 ../client/drizzletest.cc:5611
1336
msgid "Value supplied for port is not valid.\n"
1340
#. This check is made because the some the file functions below
1341
#. have FN_REFLEN sized stack allocated buffers and will cause
1342
#. a crash even if the input destination buffer is large enough
1343
#. to hold the output.
1345
#: ../client/drizzledump.cc:2660
1347
msgid "Input filename too long: %s"
1350
#: ../client/drizzledump.cc:2698
1352
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1355
#: ../client/drizzleslap.cc:2870
1357
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1360
#: ../client/drizzletest.cc:5364
1361
msgid "Error: Invalid Value for opt_max_connect_retries"
1364
#: ../client/drizzletest.cc:5374
1365
msgid "Error: Invalid Value for opt_tail_lines"
1368
#: ../client/drizzletest.cc:5384
1369
msgid "Error: Invalid Value for opt_sleep"
1372
#: ../client/drizzletest.cc:5563
1374
msgid "Could not open '%s' for reading: errno = %d"
1377
#: ../client/drizzletest.cc:5568
1379
msgid "Out of memory"
1382
#: ../drizzled/drizzled.cc:482
1386
#: ../drizzled/drizzled.cc:546
1387
msgid "One can only use the --user switch if running as root\n"
1390
#: ../drizzled/drizzled.cc:553
1392
"Fatal error: Please read \"Security\" section of the manual to find out how "
1393
"to run drizzled as root!\n"
1396
#: ../drizzled/drizzled.cc:573
1399
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1403
#: ../drizzled/drizzled.cc:598
1404
msgid "Set process group ID failed"
1407
#: ../drizzled/drizzled.cc:603
1408
msgid "Set process user ID failed"
1411
#: ../drizzled/drizzled.cc:615
1412
msgid "Process chroot failed"
1415
#: ../drizzled/drizzled.cc:704
1417
msgid "gethostname failed, using '%s' as hostname"
1420
#: ../drizzled/drizzled.cc:739
1421
msgid "Error getting default charset"
1424
#: ../drizzled/drizzled.cc:766
1425
msgid "Error setting collation"
1428
#: ../drizzled/drizzled.cc:774
1430
msgid "Unknown locale: '%s'"
1433
#: ../drizzled/drizzled.cc:791
1434
msgid "Can't create thread-keys"
1437
#: ../drizzled/drizzled.cc:861
1438
msgid "Could not initialize table cache\n"
1441
#: ../drizzled/drizzled.cc:872
1442
msgid "XA cache initialization failed: Out of memory\n"
1445
#: ../drizzled/drizzled.cc:881
1446
msgid "Failed to initialize plugins\n"
1449
#: ../drizzled/drizzled.cc:903
1452
"%s: Unknown options give (first unknown is '%s').\n"
1453
"Use --verbose --help to get a list of available options\n"
1456
#: ../drizzled/drizzled.cc:928
1457
msgid "No scheduler found, cannot continue!\n"
1460
#: ../drizzled/drizzled.cc:952
1462
msgid "Unknown/unsupported storage engine: %s\n"
1465
#: ../drizzled/drizzled.cc:1044
1466
msgid "Display this help and exit."
1469
#: ../drizzled/drizzled.cc:1048
1470
msgid "Display this help and exit after initializing plugins."
1473
#: ../drizzled/drizzled.cc:1052
1474
msgid "Print the default settings and exit"
1477
#: ../drizzled/drizzled.cc:1056
1478
msgid "Auto-increment columns are incremented by this"
1481
#: ../drizzled/drizzled.cc:1061
1483
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1487
#: ../drizzled/drizzled.cc:1067
1489
"Path to installation directory. All paths are usually resolved relative to "
1493
#: ../drizzled/drizzled.cc:1072
1494
msgid "Chroot drizzled daemon during startup."
1497
#: ../drizzled/drizzled.cc:1076
1498
msgid "Set the default collation."
1501
#: ../drizzled/drizzled.cc:1080
1502
msgid "Default completion type."
1505
#: ../drizzled/drizzled.cc:1085
1506
msgid "Write core on errors."
1509
#: ../drizzled/drizzled.cc:1089
1510
msgid "Path to the database root."
1513
#: ../drizzled/drizzled.cc:1093
1514
msgid "Set the default storage engine (table type) for tables."
1517
#: ../drizzled/drizzled.cc:1097
1518
msgid "Set the default time zone."
1521
#: ../drizzled/drizzled.cc:1102
1522
msgid "Used for debugging; Use at your own risk!"
1525
#: ../drizzled/drizzled.cc:1107
1526
msgid "Set up signals usable for debugging"
1529
#: ../drizzled/drizzled.cc:1111
1533
#: ../drizzled/drizzled.cc:1115
1534
msgid "Set the language used for the month names and the days of the week."
1537
#: ../drizzled/drizzled.cc:1120
1538
msgid "Log some not critical warnings to the log file."
1541
#: ../drizzled/drizzled.cc:1125
1542
msgid "Pid file used by safe_mysqld."
1545
#: ../drizzled/drizzled.cc:1129
1547
"Maximum time in seconds to wait for the port to become free. (Default: no "
1551
#: ../drizzled/drizzled.cc:1134
1553
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1554
"specified directory"
1557
#: ../drizzled/drizzled.cc:1139
1559
"Uniquely identifies the server instance in the community of replication "
1563
#: ../drizzled/drizzled.cc:1144
1564
msgid "Don't print a stack trace on failure."
1567
#: ../drizzled/drizzled.cc:1148
1568
msgid "Enable symbolic link support."
1571
#: ../drizzled/drizzled.cc:1157
1573
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1576
#: ../drizzled/drizzled.cc:1162
1577
msgid "Path for temporary files."
1580
#: ../drizzled/drizzled.cc:1166
1581
msgid "Default transaction isolation level."
1584
#: ../drizzled/drizzled.cc:1170
1585
msgid "Run drizzled daemon as user."
1588
#: ../drizzled/drizzled.cc:1178
1590
"The number of outstanding connection requests Drizzle can have. This comes "
1591
"into play when the main Drizzle thread gets very many connection requests in "
1592
"a very short time."
1595
#: ../drizzled/drizzled.cc:1184
1597
"Size of tree cache used in bulk insert optimization. Note that this is a "
1601
#: ../drizzled/drizzled.cc:1190
1603
"Precision of the result of '/' operator will be increased on that value."
1606
#: ../drizzled/drizzled.cc:1196
1607
msgid "The maximum length of the result of function group_concat."
1610
#: ../drizzled/drizzled.cc:1201
1611
msgid "The size of the buffer that is used for full joins."
1614
#: ../drizzled/drizzled.cc:1207
1615
msgid "Max packetlength to send/receive from to server."
1618
#: ../drizzled/drizzled.cc:1212
1620
"If there is more than this number of interrupted connections from a host "
1621
"this host will be blocked from further connections."
1624
#: ../drizzled/drizzled.cc:1217
1625
msgid "Max number of errors/warnings to store for a statement."
1628
#: ../drizzled/drizzled.cc:1222
1629
msgid "Don't allow creation of heap tables bigger than this."
1632
#: ../drizzled/drizzled.cc:1228
1634
"Joins that are probably going to read more than max_join_size records return "
1638
#: ../drizzled/drizzled.cc:1234
1639
msgid "Max number of bytes in sorted records."
1642
#: ../drizzled/drizzled.cc:1239
1643
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1646
#: ../drizzled/drizzled.cc:1244
1648
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1649
"max_sort_length bytes of each value are used; the rest are ignored)."
1652
#: ../drizzled/drizzled.cc:1251
1653
msgid "After this many write locks, allow some read locks to run in between."
1656
#: ../drizzled/drizzled.cc:1255
1658
"Don't log queries which examine less than min_examined_row_limit rows to "
1662
#: ../drizzled/drizzled.cc:1261
1664
"Controls the heuristic(s) applied during query optimization to prune less-"
1665
"promising partial plans from the optimizer search space. Meaning: false - do "
1666
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1667
"based on number of retrieved rows."
1670
#: ../drizzled/drizzled.cc:1269
1672
"Maximum depth of search performed by the query optimizer. Values larger than "
1673
"the number of relations in a query result in better query plans, but take "
1674
"longer to compile a query. Smaller values than the number of tables in a "
1675
"relation result in faster optimization, but may produce very bad query "
1676
"plans. If set to 0, the system will automatically pick a reasonable value; "
1677
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1678
"(used for testing/comparison)."
1681
#: ../drizzled/drizzled.cc:1281
1682
msgid "Directory for plugins."
1685
#: ../drizzled/drizzled.cc:1285
1687
"Optional comma separated list of plugins to load at startup in addition to "
1688
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1691
#: ../drizzled/drizzled.cc:1291
1693
"Optional comma separated list of plugins to not load at startup. Effectively "
1694
"removes a plugin from the list of plugins to be loaded. [for example: --"
1695
"plugin_remove=crc32,logger_gearman]"
1698
#: ../drizzled/drizzled.cc:1297
1700
"Optional comma separated list of plugins to load at starup instead of the "
1701
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1704
#: ../drizzled/drizzled.cc:1303
1705
msgid "The size of the buffer that is allocated when preloading indexes"
1708
#: ../drizzled/drizzled.cc:1308
1709
msgid "Allocation block size for query parsing and execution"
1712
#: ../drizzled/drizzled.cc:1313
1713
msgid "Persistent buffer for query parsing and execution"
1716
#: ../drizzled/drizzled.cc:1319
1717
msgid "Allocation block size for storing ranges during optimization"
1720
#: ../drizzled/drizzled.cc:1325
1722
"Each thread that does a sequential scan allocates a buffer of this size for "
1723
"each table it scans. If you do many sequential scans, you may want to "
1724
"increase this value."
1727
#: ../drizzled/drizzled.cc:1333
1729
"When reading rows in sorted order after a sort, the rows are read through "
1730
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1734
#: ../drizzled/drizzled.cc:1341
1735
msgid "Select scheduler to be used (by default multi-thread)."
1738
#: ../drizzled/drizzled.cc:1346
1739
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1742
#: ../drizzled/drizzled.cc:1352
1743
msgid "The number of cached table definitions."
1746
#: ../drizzled/drizzled.cc:1356
1747
msgid "The number of cached open tables."
1750
#: ../drizzled/drizzled.cc:1360
1752
"Timeout in seconds to wait for a table level lock before returning an error. "
1753
"Used only if the connection has active cursors."
1756
#: ../drizzled/drizzled.cc:1365
1757
msgid "The stack size for each thread."
1760
#: ../drizzled/drizzled.cc:1371
1762
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1763
"automatically convert it to an on-disk MyISAM table."
1766
#: ../drizzled/drizzled.cc:1397
1768
"Copyright (C) 2008 Sun Microsystems\n"
1769
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1770
"and you are welcome to modify and redistribute it under the GPL license\n"
1774
#: ../drizzled/drizzled.cc:1405
1776
msgid "Usage: %s [OPTIONS]\n"
1779
#: ../drizzled/drizzled.cc:1529
1782
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1786
#: ../drizzled/drizzled.cc:1572
1787
msgid "Can't start server: cannot resolve hostname!"
1790
#: ../drizzled/drizzled.cc:1578
1791
msgid "Can't start server: bind-address refers to multiple interfaces!"
1794
#: ../drizzled/error.cc:138
1796
msgid "Unknown error %d"
1799
#: ../drizzled/error.cc:214
1803
#: ../drizzled/error.cc:215
1807
#: ../drizzled/error.cc:216
1809
msgid "Can't create file '%-.200s' (errno: %d)"
1812
#: ../drizzled/error.cc:217
1814
msgid "Can't create table '%-.200s' (errno: %d)"
1817
#: ../drizzled/error.cc:218
1819
msgid "Can't create database '%-.192s' (errno: %d)"
1822
#: ../drizzled/error.cc:219
1824
msgid "Can't create database '%-.192s'; database exists"
1827
#: ../drizzled/error.cc:220
1829
msgid "Can't drop database '%-.192s'; database doesn't exist"
1832
#: ../drizzled/error.cc:221
1834
msgid "Error on delete of '%-.192s' (errno: %d)"
1837
#: ../drizzled/error.cc:222
1839
msgid "Can't get status of '%-.200s' (errno: %d)"
1842
#: ../drizzled/error.cc:223
1844
msgid "Can't lock file (errno: %d)"
1847
#: ../drizzled/error.cc:224
1849
msgid "Can't open file: '%-.200s' (errno: %d)"
1852
#: ../drizzled/error.cc:225
1854
msgid "Can't find file: '%-.200s' (errno: %d)"
1857
#: ../drizzled/error.cc:226
1859
msgid "Can't read dir of '%-.192s' (errno: %d)"
1862
#: ../drizzled/error.cc:227
1864
msgid "Record has changed since last read in table '%-.192s'"
1867
#: ../drizzled/error.cc:228
1869
msgid "Disk full (%s); waiting for someone to free some space..."
1872
#: ../drizzled/error.cc:229
1874
msgid "Can't write; duplicate key in table '%-.192s'"
1877
#: ../drizzled/error.cc:230
1879
msgid "Error on close of '%-.192s' (errno: %d)"
1882
#: ../drizzled/error.cc:231
1884
msgid "Error reading file '%-.200s' (errno: %d)"
1887
#: ../drizzled/error.cc:232
1889
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1892
#: ../drizzled/error.cc:233
1894
msgid "Error writing file '%-.200s' (errno: %d)"
1897
#: ../drizzled/error.cc:234
1899
msgid "'%-.192s' is locked against change"
1902
#: ../drizzled/error.cc:235
1903
msgid "Sort aborted"
1906
#: ../drizzled/error.cc:236
1908
msgid "Got error %d from storage engine"
1911
#: ../drizzled/error.cc:237
1913
msgid "Table storage engine for '%-.192s' doesn't have this option"
1916
#: ../drizzled/error.cc:238
1918
msgid "Can't find record in '%-.192s'"
1921
#: ../drizzled/error.cc:239
1923
msgid "Incorrect information in file: '%-.200s'"
1926
#: ../drizzled/error.cc:240
1928
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1931
#: ../drizzled/error.cc:241
1933
msgid "Old key file for table '%-.192s'; repair it!"
1936
#: ../drizzled/error.cc:242
1938
msgid "Table '%-.192s' is read only"
1941
#: ../drizzled/error.cc:243
1943
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1946
#: ../drizzled/error.cc:244
1947
msgid "Out of sort memory; increase server sort buffer size"
1950
#: ../drizzled/error.cc:245
1952
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1955
#: ../drizzled/error.cc:246
1956
msgid "Too many connections"
1959
#: ../drizzled/error.cc:247
1961
"Out of memory; check if drizzled or some other process uses all available "
1962
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1963
"memory or you can add more swap space"
1966
#: ../drizzled/error.cc:248
1967
msgid "Can't get hostname for your address"
1970
#: ../drizzled/error.cc:249
1971
msgid "Bad handshake"
1974
#: ../drizzled/error.cc:250
1976
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1979
#: ../drizzled/error.cc:251
1981
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1984
#: ../drizzled/error.cc:252
1985
msgid "No database selected"
1988
#: ../drizzled/error.cc:253
1989
msgid "Unknown command"
1992
#: ../drizzled/error.cc:254
1994
msgid "Column '%-.192s' cannot be null"
1997
#: ../drizzled/error.cc:255
1999
msgid "Unknown database '%-.192s'"
2002
#: ../drizzled/error.cc:256
2004
msgid "Table '%-.192s' already exists"
2007
#: ../drizzled/error.cc:257
2009
msgid "Unknown table '%-.100s'"
2012
#: ../drizzled/error.cc:258
2014
msgid "Column '%-.192s' in %-.192s is ambiguous"
2017
#: ../drizzled/error.cc:259
2018
msgid "Server shutdown in progress"
2021
#: ../drizzled/error.cc:260
2023
msgid "Unknown column '%-.192s' in '%-.192s'"
2026
#: ../drizzled/error.cc:261
2028
msgid "'%-.192s' isn't in GROUP BY"
2031
#: ../drizzled/error.cc:262
2033
msgid "Can't group on '%-.192s'"
2036
#: ../drizzled/error.cc:263
2037
msgid "Statement has sum functions and columns in same statement"
2040
#: ../drizzled/error.cc:264
2041
msgid "Column count doesn't match value count"
2044
#: ../drizzled/error.cc:265
2046
msgid "Identifier name '%-.100s' is too long"
2049
#: ../drizzled/error.cc:266
2051
msgid "Duplicate column name '%-.192s'"
2054
#: ../drizzled/error.cc:267
2056
msgid "Duplicate key name '%-.192s'"
2059
#: ../drizzled/error.cc:268
2061
msgid "Duplicate entry '%-.192s' for key %d"
2064
#: ../drizzled/error.cc:269
2066
msgid "Incorrect column specifier for column '%-.192s'"
2069
#: ../drizzled/error.cc:270
2071
msgid "%s near '%-.80s' at line %d"
2074
#: ../drizzled/error.cc:271
2075
msgid "Query was empty"
2078
#: ../drizzled/error.cc:272
2080
msgid "Not unique table/alias: '%-.192s'"
2083
#: ../drizzled/error.cc:273
2085
msgid "Invalid default value for '%-.192s'"
2088
#: ../drizzled/error.cc:274
2089
msgid "Multiple primary key defined"
2092
#: ../drizzled/error.cc:275
2094
msgid "Too many keys specified; max %d keys allowed"
2097
#: ../drizzled/error.cc:276
2099
msgid "Too many key parts specified; max %d parts allowed"
2102
#: ../drizzled/error.cc:277
2104
msgid "Specified key was too long; max key length is %d bytes"
2107
#: ../drizzled/error.cc:278
2109
msgid "Key column '%-.192s' doesn't exist in table"
2112
#: ../drizzled/error.cc:279
2115
"BLOB column '%-.192s' can't be used in key specification with the used table "
2119
#: ../drizzled/error.cc:280
2122
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2126
#: ../drizzled/error.cc:281
2128
"Incorrect table definition; there can be only one auto column and it must be "
2132
#: ../drizzled/error.cc:282
2134
msgid "%s: Normal shutdown\n"
2137
#: ../drizzled/error.cc:283
2139
msgid "%s: Got signal %d. Aborting!\n"
2142
#: ../drizzled/error.cc:284
2144
msgid "%s: Shutdown complete\n"
2147
#: ../drizzled/error.cc:285
2149
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2152
#: ../drizzled/error.cc:286
2153
msgid "Can't create IP socket"
2156
#: ../drizzled/error.cc:287
2159
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2163
#: ../drizzled/error.cc:288
2166
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2170
#: ../drizzled/error.cc:289
2172
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2175
#: ../drizzled/error.cc:290
2178
"The file '%-.128s' must be in the database directory or be readable by all"
2181
#: ../drizzled/error.cc:291
2183
msgid "File '%-.200s' already exists"
2186
#: ../drizzled/error.cc:292
2188
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2191
#: ../drizzled/error.cc:293
2193
"Incorrect prefix key; the used key part isn't a string, the used length is "
2194
"longer than the key part, or the storage engine doesn't support unique "
2198
#: ../drizzled/error.cc:294
2199
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2202
#: ../drizzled/error.cc:295
2204
msgid "Can't DROP '%-.192s'; check that column/key exists"
2207
#: ../drizzled/error.cc:296
2209
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2212
#: ../drizzled/error.cc:297
2214
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2217
#: ../drizzled/error.cc:298
2219
msgid "Unknown thread id: %lu"
2222
#: ../drizzled/error.cc:299
2224
msgid "You are not owner of thread %lu"
2227
#: ../drizzled/error.cc:300
2228
msgid "No tables used"
2231
#: ../drizzled/error.cc:301
2233
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2236
#: ../drizzled/error.cc:302
2238
msgid "Incorrect database name '%-.100s'"
2241
#: ../drizzled/error.cc:303
2243
msgid "Incorrect table name '%-.100s'"
2246
#: ../drizzled/error.cc:304
2248
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2249
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2252
#: ../drizzled/error.cc:305
2253
msgid "Unknown error"
2256
#: ../drizzled/error.cc:306
2258
msgid "Unknown procedure '%-.192s'"
2261
#: ../drizzled/error.cc:307
2263
msgid "Incorrect parameter count to procedure '%-.192s'"
2266
#: ../drizzled/error.cc:308
2268
msgid "Unknown table '%-.192s' in %-.32s"
2271
#: ../drizzled/error.cc:309
2273
msgid "Column '%-.192s' specified twice"
2276
#: ../drizzled/error.cc:310
2277
msgid "Invalid use of group function"
2280
#: ../drizzled/error.cc:311
2283
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2286
#: ../drizzled/error.cc:312
2287
msgid "A table must have at least 1 column"
2290
#: ../drizzled/error.cc:313
2292
msgid "The table '%-.192s' is full"
2295
#: ../drizzled/error.cc:314
2297
msgid "Too many tables; Drizzle can only use %d tables in a join"
2300
#: ../drizzled/error.cc:315
2301
msgid "Too many columns"
2304
#: ../drizzled/error.cc:316
2307
"Row size too large. The maximum row size for the used table type, not "
2308
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2311
#: ../drizzled/error.cc:317
2312
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2315
#: ../drizzled/error.cc:318
2318
"Table handler doesn't support NULL in given index. Please change column "
2319
"'%-.192s' to be NOT NULL or use another handler"
2322
#: ../drizzled/error.cc:319
2323
msgid "No paths allowed for plugin library"
2326
#: ../drizzled/error.cc:320
2328
msgid "Plugin '%-.192s' already exists"
2331
#: ../drizzled/error.cc:321
2333
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2336
#: ../drizzled/error.cc:322
2338
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2341
#: ../drizzled/error.cc:323
2343
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2346
#: ../drizzled/error.cc:324
2349
"Can't create a new thread (errno %d); if you are not out of available "
2350
"memory, you can consult the manual for a possible OS-dependent bug"
2353
#: ../drizzled/error.cc:325
2355
msgid "Column count doesn't match value count at row %ld"
2358
#: ../drizzled/error.cc:326
2360
msgid "Can't reopen table: '%-.192s'"
2363
#: ../drizzled/error.cc:327
2365
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2366
"illegal if there is no GROUP BY clause"
2369
#: ../drizzled/error.cc:328
2371
msgid "Table '%-.192s.%-.192s' doesn't exist"
2374
#: ../drizzled/error.cc:329
2376
"You have an error in your SQL syntax; check the manual that corresponds to "
2377
"your Drizzle server version for the right syntax to use"
2380
#: ../drizzled/error.cc:330
2381
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2384
#: ../drizzled/error.cc:331
2385
msgid "Got packets out of order"
2388
#: ../drizzled/error.cc:332
2389
msgid "The used table type doesn't support BLOB/TEXT columns"
2392
#: ../drizzled/error.cc:333
2393
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2396
#: ../drizzled/error.cc:334
2398
msgid "Incorrect column name '%-.100s'"
2401
#: ../drizzled/error.cc:335
2403
msgid "The used storage engine can't index column '%-.192s'"
2406
#: ../drizzled/error.cc:336
2408
"Unable to open underlying table which is differently defined or of non-"
2409
"MyISAM type or doesn't exist"
2412
#: ../drizzled/error.cc:337
2414
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2417
#: ../drizzled/error.cc:338
2420
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2423
#: ../drizzled/error.cc:339
2425
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2429
#: ../drizzled/error.cc:340
2430
msgid "Result consisted of more than one row"
2433
#: ../drizzled/error.cc:341
2434
msgid "This table type requires a primary key"
2437
#: ../drizzled/error.cc:342
2439
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2442
#: ../drizzled/error.cc:343
2443
msgid "Can't open table"
2446
#: ../drizzled/error.cc:344
2448
msgid "The storage engine for the table doesn't support %s"
2451
#: ../drizzled/error.cc:345
2453
msgid "Got error %d during COMMIT"
2456
#: ../drizzled/error.cc:346
2458
msgid "Got error %d during ROLLBACK"
2461
#. This is a very incorrect place to use the PRIi64 macro as the
2462
#. program that looks over the source for the N_() macros does not
2463
#. (obviously) do macro expansion, so the string is entirely wrong for
2464
#. what it is trying to output for every language except english.
2465
#: ../drizzled/error.cc:351
2468
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2472
#: ../drizzled/error.cc:352
2474
"Can't execute the given command because you have active locked tables or an "
2475
"active transaction"
2478
#: ../drizzled/error.cc:353
2480
msgid "Unknown system variable '%-.64s'"
2483
#: ../drizzled/error.cc:354
2485
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2488
#: ../drizzled/error.cc:355
2491
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2494
#: ../drizzled/error.cc:356
2495
msgid "Some non-transactional changed tables couldn't be rolled back"
2498
#: ../drizzled/error.cc:357
2499
msgid "You may only use constant expressions with SET"
2502
#: ../drizzled/error.cc:358
2503
msgid "Lock wait timeout exceeded; try restarting transaction"
2506
#: ../drizzled/error.cc:359
2507
msgid "The total number of locks exceeds the lock table size"
2510
#: ../drizzled/error.cc:360
2511
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2514
#: ../drizzled/error.cc:361
2515
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2518
#: ../drizzled/error.cc:362
2520
msgid "Incorrect arguments to %s"
2523
#: ../drizzled/error.cc:363
2524
msgid "Deadlock found when trying to get lock; try restarting transaction"
2527
#: ../drizzled/error.cc:364
2528
msgid "The used table type doesn't support FULLTEXT indexes"
2531
#: ../drizzled/error.cc:365
2532
msgid "Cannot add foreign key constraint"
2535
#: ../drizzled/error.cc:366
2536
msgid "Cannot add or update a child row: a foreign key constraint fails"
2539
#: ../drizzled/error.cc:367
2540
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2543
#: ../drizzled/error.cc:368
2545
msgid "Incorrect usage of %s and %s"
2548
#: ../drizzled/error.cc:369
2549
msgid "The used SELECT statements have a different number of columns"
2552
#: ../drizzled/error.cc:370
2553
msgid "Can't execute the query because you have a conflicting read lock"
2556
#: ../drizzled/error.cc:371
2559
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2562
#: ../drizzled/error.cc:372
2565
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2568
#: ../drizzled/error.cc:373
2570
msgid "Variable '%-.64s' doesn't have a default value"
2573
#: ../drizzled/error.cc:374
2575
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2578
#: ../drizzled/error.cc:375
2580
msgid "Incorrect argument type to variable '%-.64s'"
2583
#: ../drizzled/error.cc:376
2585
msgid "Variable '%-.64s' can only be set, not read"
2588
#: ../drizzled/error.cc:377
2590
msgid "Incorrect usage/placement of '%s'"
2593
#: ../drizzled/error.cc:378
2595
msgid "This version of Drizzle doesn't yet support '%s'"
2598
#: ../drizzled/error.cc:379
2600
msgid "Variable '%-.192s' is a %s variable"
2603
#: ../drizzled/error.cc:380
2605
msgid "Incorrect foreign key definition for '%-.192s': %s"
2608
#: ../drizzled/error.cc:381
2609
msgid "Key reference and table reference don't match"
2612
#: ../drizzled/error.cc:382
2614
msgid "Operand should contain %d column(s)"
2617
#: ../drizzled/error.cc:383
2618
msgid "Subquery returns more than 1 row"
2621
#: ../drizzled/error.cc:384
2623
msgid "Converting column '%s' from %s to %s"
2626
#: ../drizzled/error.cc:385
2628
msgid "Reference '%-.64s' not supported (%s)"
2631
#: ../drizzled/error.cc:386
2632
msgid "Every derived table must have its own alias"
2635
#: ../drizzled/error.cc:387
2637
msgid "Select %u was reduced during optimization"
2640
#: ../drizzled/error.cc:388
2642
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2645
#: ../drizzled/error.cc:389
2646
msgid "All parts of a SPATIAL index must be NOT NULL"
2649
#: ../drizzled/error.cc:390
2651
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2654
#: ../drizzled/error.cc:391
2657
"Uncompressed data size too large; the maximum size is %d (based on "
2658
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2661
#: ../drizzled/error.cc:392
2662
msgid "ZLIB: Not enough memory"
2665
#: ../drizzled/error.cc:393
2667
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2668
"data was corrupted)"
2671
#: ../drizzled/error.cc:394
2672
msgid "ZLIB: Input data corrupted"
2675
#: ../drizzled/error.cc:395
2677
msgid "%d line(s) were cut by GROUP_CONCAT()"
2680
#: ../drizzled/error.cc:396
2682
msgid "Row %ld doesn't contain data for all columns"
2685
#: ../drizzled/error.cc:397
2688
"Row %ld was truncated; it contained more data than there were input columns"
2691
#: ../drizzled/error.cc:398
2694
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2697
#: ../drizzled/error.cc:399
2699
msgid "Out of range value for column '%s' at row %ld"
2702
#: ../drizzled/error.cc:400
2704
msgid "Data truncated for column '%s' at row %ld"
2707
#: ../drizzled/error.cc:401
2709
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2712
#: ../drizzled/error.cc:402
2714
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2717
#: ../drizzled/error.cc:403
2719
msgid "Illegal mix of collations for operation '%s'"
2722
#: ../drizzled/error.cc:404
2725
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2729
#: ../drizzled/error.cc:405
2731
msgid "Unknown collation: '%-.64s'"
2734
#: ../drizzled/error.cc:406
2737
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2741
#: ../drizzled/error.cc:407
2743
msgid "Incorrect index name '%-.100s'"
2746
#: ../drizzled/error.cc:408
2748
msgid "Incorrect catalog name '%-.100s'"
2751
#: ../drizzled/error.cc:409
2753
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2756
#: ../drizzled/error.cc:410
2758
msgid "Unknown table engine '%s'"
2761
#: ../drizzled/error.cc:411
2763
msgid "The target table %-.100s of the %s is not updatable"
2766
#: ../drizzled/error.cc:412
2769
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2773
#: ../drizzled/error.cc:413
2776
"The Drizzle server is running with the %s option so it cannot execute this "
2780
#: ../drizzled/error.cc:414
2782
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2785
#: ../drizzled/error.cc:415
2787
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2790
#: ../drizzled/error.cc:416
2792
"Incorrect table definition; there can be only one TIMESTAMP column with "
2793
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2796
#: ../drizzled/error.cc:417
2798
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2801
#: ../drizzled/error.cc:418
2803
msgid "Got error %d '%-.100s' from %s"
2806
#: ../drizzled/error.cc:419
2808
msgid "Got temporary error %d '%-.100s' from %s"
2811
#: ../drizzled/error.cc:420
2813
msgid "Unknown or incorrect time zone: '%-.64s'"
2816
#: ../drizzled/error.cc:421
2818
msgid "Invalid %s character string: '%.64s'"
2821
#: ../drizzled/error.cc:422
2823
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2826
#: ../drizzled/error.cc:423
2828
msgid "%s %s does not exist"
2831
#: ../drizzled/error.cc:424
2832
msgid "Query execution was interrupted"
2835
#: ../drizzled/error.cc:425
2838
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2839
"(s) or definer/invoker of view lack rights to use them"
2842
#: ../drizzled/error.cc:426
2844
msgid "Field '%-.192s' doesn't have a default value"
2847
#: ../drizzled/error.cc:427
2848
msgid "Division by 0"
2851
#: ../drizzled/error.cc:428
2853
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2856
#: ../drizzled/error.cc:429
2858
msgid "Illegal %s '%-.192s' value found during parsing"
2861
#: ../drizzled/error.cc:430
2863
msgid "Key part '%-.192s' length cannot be 0"
2866
#: ../drizzled/error.cc:431
2869
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2873
#: ../drizzled/error.cc:432
2875
msgid "Data too long for column '%s' at row %ld"
2878
#: ../drizzled/error.cc:433
2881
"%s: ready for connections.\n"
2882
"Version: '%s' %s\n"
2885
#: ../drizzled/error.cc:434
2886
msgid "Can't load value from file with fixed size rows to variable"
2889
#: ../drizzled/error.cc:435
2891
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2894
#: ../drizzled/error.cc:436
2895
msgid "Table definition has changed, please retry transaction"
2898
#: ../drizzled/error.cc:437
2900
msgid "Not allowed to return a result set from a %s"
2903
#: ../drizzled/error.cc:438
2904
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2907
#: ../drizzled/error.cc:439
2909
"Explicit or implicit commit is not allowed in stored function or trigger."
2912
#: ../drizzled/error.cc:440
2914
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2917
#: ../drizzled/error.cc:441
2919
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2922
#: ../drizzled/error.cc:442
2925
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2929
#: ../drizzled/error.cc:443
2930
msgid "Trigger in wrong schema"
2933
#: ../drizzled/error.cc:444
2936
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2937
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2940
#: ../drizzled/error.cc:445
2942
msgid "Display width out of range for column '%-.192s' (max = %d)"
2945
#: ../drizzled/error.cc:446
2947
msgid "Datetime function: %-.32s field overflow"
2950
#: ../drizzled/error.cc:447
2953
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2956
#: ../drizzled/error.cc:448
2959
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2962
#: ../drizzled/error.cc:449
2963
msgid "No data - zero rows fetched, selected, or processed"
2966
#: ../drizzled/error.cc:450
2968
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2971
#: ../drizzled/error.cc:451
2973
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2976
#: ../drizzled/error.cc:452
2977
msgid "The used table type doesn't support SPATIAL indexes"
2980
#: ../drizzled/error.cc:453
2982
msgid "Leading spaces are removed from name '%s'"
2985
#: ../drizzled/error.cc:454
2986
msgid "Failed to read auto-increment value from storage engine"
2989
#: ../drizzled/error.cc:455
2991
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
2994
#: ../drizzled/error.cc:456
2995
msgid "Too high level of nesting for select"
2998
#: ../drizzled/error.cc:457
3000
msgid "Name '%-.64s' has become ''"
3003
#: ../drizzled/error.cc:458
3005
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3006
"optional and non-empty FIELDS ENCLOSED BY"
3009
#: ../drizzled/error.cc:459
3012
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3015
#: ../drizzled/error.cc:460
3017
msgid "Incorrect %-.32s value: '%-.128s'"
3020
#: ../drizzled/error.cc:461
3022
msgid "Table has no partition for value %-.64s"
3025
#: ../drizzled/error.cc:462
3026
msgid "Writing one row to the row-based binary log failed"
3029
#: ../drizzled/error.cc:463
3031
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3034
#: ../drizzled/error.cc:464
3037
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3038
"d would lead to a duplicate entry"
3041
#: ../drizzled/error.cc:465
3043
"Transaction isolation level can't be changed while a transaction is in "
3047
#: ../drizzled/error.cc:466
3049
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3052
#: ../drizzled/error.cc:467
3054
msgid "Incorrect parameters in the call to native function '%-.192s'"
3057
#: ../drizzled/error.cc:468
3059
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3062
#: ../drizzled/error.cc:469
3064
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3067
#: ../drizzled/error.cc:470
3069
msgid "Received an invalid value '%s' for a UNIX timestamp."
3072
#: ../drizzled/error.cc:471
3074
msgid "Received an invalid datetime value '%s'."
3077
#: ../drizzled/error.cc:472
3079
msgid "Received a NULL argument for function '%s'."
3082
#: ../drizzled/error.cc:473
3084
msgid "Received an out-of-range argument '%s' for function '%s'."
3087
#: ../drizzled/error.cc:474
3089
msgid "Received an invalid enum value '%s'."
3092
#: ../drizzled/error.cc:475
3093
msgid "Tables which are replicated require a primary key."
3096
#: ../drizzled/error.cc:476
3098
msgid "Corrupt or invalid table definition: %s"
3101
#: ../drizzled/error.cc:477
3103
msgid "Corrupt or invalid schema definition for %s : %s"
3106
#: ../drizzled/error.cc:478
3108
msgid "Schema does not exist: %s"
3111
#: ../drizzled/error.cc:479
3113
msgid "Error altering schema: %s"
3116
#: ../drizzled/error.cc:480
3118
msgid "Error droppping Schema : %s"
3121
#: ../drizzled/error.cc:481
3122
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3125
#: ../drizzled/error.cc:482
3127
msgid "Unknown table engine option key/pair %s = %s."
3130
#: ../drizzled/error.cc:483
3132
msgid "Unknown schema engine option key/pair %s = %s."
3135
#: ../drizzled/error.cc:485
3137
msgid "Can't unlock file (Errcode: %d)"
3140
#: ../drizzled/error.cc:486
3142
msgid "Can't change size of file (Errcode: %d)"
3145
#: ../drizzled/error.cc:487
3147
msgid "Can't open stream from handle (Errcode: %d)"
3150
#: ../drizzled/error.cc:488
3152
msgid "Warning: '%s' had %d links"
3155
#: ../drizzled/error.cc:489
3157
msgid "Warning: %d files and %d streams is left open\n"
3160
#: ../drizzled/error.cc:490
3162
msgid "Can't create directory '%s' (Errcode: %d)"
3165
#: ../drizzled/error.cc:491
3168
"Character set '%s' is not a compiled character set and is not specified in "
3172
#: ../drizzled/error.cc:492
3174
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3177
#: ../drizzled/error.cc:493
3179
msgid "Can't read value for symlink '%s' (Error %d)"
3182
#: ../drizzled/error.cc:494
3184
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3187
#: ../drizzled/error.cc:495
3189
msgid "Error on realpath() on '%s' (Error %d)"
3192
#: ../drizzled/error.cc:496
3194
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3197
#: ../drizzled/error.cc:497
3200
"Collation '%s' is not a compiled collation and is not specified in the %s "
3204
#: ../drizzled/error.cc:498
3206
msgid "File '%s' (fileno: %d) was not closed"
3209
#: ../drizzled/identifier/schema.cc:58 ../drizzled/identifier/table.cc:234
3211
"Schema name cannot be encoded and fit within filesystem name length "
3215
#: ../drizzled/identifier/table.cc:224
3217
"Table name cannot be encoded and fit within filesystem name length "
3223
#. * Since clients still use this code, we use fprintf here.
3224
#. * This fprintf needs to be turned into errmsg_printf
3225
#. * as soon as the client programs no longer use mysys
3226
#. * and can use the pluggable error message system.
3228
#: ../drizzled/internal/default.cc:687
3230
msgid "error: could not open directory: %s\n"
3233
#: ../drizzled/main.cc:150
3235
"setrlimit could not change the size of core files to 'infinity'; We may not "
3236
"be able to generate a core file on signals"
3239
#: ../drizzled/main.cc:251
3241
msgid "Data directory %s does not exist\n"
3244
#: ../drizzled/message/transaction_reader.cc:175
3246
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
3249
#: ../drizzled/message/transaction_reader.cc:184
3250
#: ../drizzled/message/transaction_writer.cc:371
3252
msgid "Cannot open file: %s\n"
3255
#: ../drizzled/message/transaction_reader.cc:217
3257
msgid "Found a non-transaction message in log. Currently, not supported.\n"
3260
#: ../drizzled/message/transaction_reader.cc:223
3261
#: ../plugin/transaction_log/transaction_log_reader.cc:119
3263
msgid "Attempted to read record bigger than INT_MAX\n"
3266
#: ../drizzled/message/transaction_reader.cc:243
3267
#: ../plugin/transaction_log/transaction_log_reader.cc:139
3269
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
3272
#: ../drizzled/message/transaction_reader.cc:256
3273
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
3274
#: ../plugin/transaction_log/print_transaction_message.cc:147
3275
#: ../plugin/transaction_log/transaction_log_reader.cc:152
3277
msgid "Could not read transaction message.\n"
3280
#: ../drizzled/message/transaction_reader.cc:257
3281
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
3282
#: ../plugin/transaction_log/print_transaction_message.cc:148
3283
#: ../plugin/transaction_log/transaction_log_reader.cc:153
3285
msgid "GPB ERROR: %s.\n"
3288
#: ../drizzled/message/transaction_reader.cc:261
3289
#: ../drizzled/message/transaction_reader.cc:274
3297
#: ../drizzled/message/transaction_reader.cc:268
3299
msgid "Unable to parse command. Got error: %s.\n"
3302
#: ../drizzled/message/transaction_reader.cc:289
3303
#: ../plugin/transaction_log/transaction_log_reader.cc:174
3305
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
3308
#: ../drizzled/message/transaction_writer.cc:365
3310
msgid "Usage: %s TRANSACTION_LOG\n"
3313
#: ../drizzled/module/library.cc:149
3316
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3317
"the current running version of Drizzle: %<PRIu64>."
3320
#: ../drizzled/module/loader.cc:273
3323
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3327
#: ../drizzled/module/loader.cc:352
3329
msgid "Plugin '%s' init function returned error.\n"
3332
#: ../drizzled/module/loader.cc:516
3334
msgid "Couldn't load plugin library named '%s'.\n"
3337
#: ../drizzled/module/loader.cc:526
3339
msgid "Couldn't load plugin named '%s'.\n"
3342
#: ../drizzled/module/loader.cc:753
3343
msgid "Out of memory."
3346
#: ../drizzled/module/loader.cc:1459 ../drizzled/module/loader.cc:1510
3348
msgid "Unknown variable type code 0x%x in plugin '%s'."
3351
#: ../drizzled/module/loader.cc:1502
3354
"Server variable %s of plugin %s was forced to be read-only: string variable "
3355
"without update_func and PLUGIN_VAR_MEMALLOC flag"
3358
#: ../drizzled/module/loader.cc:1521
3360
msgid "Missing variable name in plugin '%s'."
3363
#: ../drizzled/module/loader.cc:1538
3365
msgid "Thread local variable '%s' not allocated in plugin '%s'."
3368
#: ../drizzled/module/loader.cc:1660
3370
msgid "Out of memory for plugin '%s'."
3373
#: ../drizzled/module/loader.cc:1669
3375
msgid "Bad options for plugin '%s'."
3378
#: ../drizzled/module/loader.cc:1682
3380
msgid "Parsing options for plugin '%s' failed."
3383
#: ../drizzled/module/loader.cc:1735
3385
msgid "Plugin '%s' has conflicting system variables"
3388
#: ../drizzled/module/registry.h:103
3390
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
3393
#: ../drizzled/module/registry.h:112
3395
msgid "Fatal error: Failed initializing %s plugin.\n"
3398
#: ../drizzled/option.cc:84
3402
#: ../drizzled/option.cc:86
3406
#: ../drizzled/option.cc:337
3408
msgid "%s: %s: Option '%s' used, but is disabled\n"
3411
#: ../drizzled/option.cc:339
3415
#: ../drizzled/option.cc:441
3417
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3420
#: ../drizzled/option.cc:769
3422
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3425
#: ../drizzled/option.cc:962
3427
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3430
#: ../drizzled/option.cc:1194
3432
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3435
#: ../drizzled/option.cc:1214
3439
"Variables (--variable-name=value)\n"
3440
"and boolean options {false|true} Value (after reading options)\n"
3441
"--------------------------------- -----------------------------\n"
3444
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3445
msgid "(No default value)"
3448
#: ../drizzled/option.cc:1249
3452
#: ../drizzled/option.cc:1249
3456
#: ../drizzled/option.cc:1282
3458
msgid "(Disabled)\n"
3461
#: ../drizzled/plugin/error_message.cc:81
3463
msgid "errmsg plugin '%s' errmsg() failed"
3466
#: ../drizzled/plugin/event_observer.cc:132
3469
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3470
"'%s' from EventObserver plugin '%s'"
3473
#: ../drizzled/plugin/event_observer.cc:399
3475
msgid "EventIterate event handler '%s' failed for event '%s'"
3478
#: ../drizzled/plugin/function.cc:48
3480
msgid "A function named %s already exists!\n"
3483
#: ../drizzled/plugin/function.cc:57
3484
msgid "Could not add Function!\n"
3487
#: ../drizzled/plugin/listen.cc:69
3488
msgid "Error getting file descriptors"
3491
#: ../drizzled/plugin/listen.cc:87
3492
msgid "No sockets could be bound for listening"
3495
#: ../drizzled/plugin/listen.cc:97 ../plugin/console/console.cc:304
3497
msgid "pipe() failed with errno %d"
3500
#: ../drizzled/plugin/listen.cc:123
3502
msgid "poll() failed with errno %d"
3505
#: ../drizzled/plugin/listen_tcp.cc:60
3507
msgid "accept() failed with errno %d"
3510
#: ../drizzled/plugin/listen_tcp.cc:96
3512
msgid "getaddrinfo() failed with error %s"
3515
#: ../drizzled/plugin/listen_tcp.cc:128
3517
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3520
#: ../drizzled/plugin/listen_tcp.cc:139
3522
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3525
#: ../drizzled/plugin/listen_tcp.cc:148
3527
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3530
#: ../drizzled/plugin/listen_tcp.cc:157
3532
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3535
#: ../drizzled/plugin/listen_tcp.cc:166
3537
msgid "setsockopt(SO_LINGER) failed with errno %d"
3540
#: ../drizzled/plugin/listen_tcp.cc:175
3542
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3545
#: ../drizzled/plugin/listen_tcp.cc:196
3547
msgid "Retrying bind() on %u\n"
3550
#: ../drizzled/plugin/listen_tcp.cc:203
3552
msgid "bind() failed with errno: %d\n"
3555
#: ../drizzled/plugin/listen_tcp.cc:206
3556
msgid "Do you already have another drizzled running?\n"
3559
#: ../drizzled/plugin/listen_tcp.cc:213
3561
msgid "listen() failed with errno %d\n"
3564
#: ../drizzled/plugin/listen_tcp.cc:219
3566
msgid "Listening on %s:%s\n"
3569
#: ../drizzled/plugin/logging.cc:67
3571
msgid "logging '%s' pre() failed"
3574
#: ../drizzled/plugin/logging.cc:92
3576
msgid "logging '%s' post() failed"
3579
#: ../drizzled/plugin/logging.cc:116
3581
msgid "logging '%s' postEnd() failed"
3584
#: ../drizzled/plugin/scheduler.cc:64
3587
"Attempted to register a scheduler %s, but a scheduler has already been "
3588
"registered with that name.\n"
3591
#: ../drizzled/plugin/scheduler.cc:101
3593
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3596
#: ../drizzled/plugin/schema_engine.cc:131
3598
msgid "Error while loading database options: '%s':"
3601
#: ../drizzled/plugin/xa_resource_manager.cc:117
3603
msgid "Found %d prepared transaction(s) in resource manager."
3606
#: ../drizzled/plugin/xa_resource_manager.cc:184
3607
msgid "Starting crash recovery..."
3610
#: ../drizzled/plugin/xa_resource_manager.cc:194
3612
msgid "Found %d prepared XA transactions"
3615
#: ../drizzled/plugin/xa_resource_manager.cc:199
3618
"Found %d prepared transactions! It means that drizzled was not shut down "
3619
"properly last time and critical recovery information (last binlog or %s "
3620
"file) was manually deleted after a crash. You have to start drizzled with "
3621
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3624
#: ../drizzled/plugin/xa_resource_manager.cc:209
3625
msgid "Crash recovery finished."
3628
#: ../drizzled/replication_services.cc:94
3630
"You registered a TransactionApplier plugin but no TransactionReplicator "
3631
"plugins were registered.\n"
3634
#: ../drizzled/replication_services.cc:125
3637
"You registered a TransactionApplier plugin but no TransactionReplicator "
3638
"plugins were registered that match the requested replicator name of '%s'.\n"
3639
"We have deactivated the TransactionApplier '%s'.\n"
3642
#: ../drizzled/session.cc:1913 ../drizzled/session.cc:1929
3644
msgid "Could not remove temporary table: '%s', error: %d"
3647
#: ../drizzled/set_var.cc:1510
3649
msgid "Variable named %s already exists!\n"
3652
#: ../drizzled/set_var.cc:1519
3654
msgid "Could not add Variable: %s\n"
3657
#: ../drizzled/set_var.cc:1633
3658
msgid "Failed to initialize system variables"
3661
#: ../drizzled/signal_handler.cc:56
3663
msgid "Got signal %d from thread %<PRIu64>"
3666
#: ../drizzled/signal_handler.cc:118
3668
msgid "Fatal signal %d while backtracing\n"
3671
#: ../drizzled/signal_handler.cc:127
3673
msgid "Fatal: time() call failed\n"
3676
#: ../drizzled/signal_handler.cc:133
3679
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3680
"This could be because you hit a bug. It is also possible that this binary\n"
3681
" or one of the libraries it was linked against is corrupt, improperly "
3683
" or misconfigured. This error can also be caused by malfunctioning "
3687
#: ../drizzled/signal_handler.cc:141
3690
"We will try our best to scrape up some info that will hopefully help "
3692
"the problem, but since we have already crashed, something is definitely "
3694
"and this may fail.\n"
3698
#: ../drizzled/signal_handler.cc:148
3701
"It is possible that drizzled could use up to \n"
3702
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3704
"Hope that's ok; if not, decrease some variables in the equation.\n"
3708
#: ../drizzled/sql_base.cc:1518
3710
msgid "Table %s had a open data Cursor in reopen_table"
3713
#: ../drizzled/sql_table.cc:1933
3715
msgid "Unknown - internal error %d during operation"
3718
#: ../drizzled/statement/alter_table.cc:1486
3721
"order_st BY ignored because there is a user-defined clustered index in the "
3725
#: ../drizzled/table.cc:1964
3727
msgid "Got error %d when reading table '%s'"
3730
#: ../drizzled/table_share.cc:860
3732
msgid "Table %s has invalid/unknown collation: %d,%s"
3735
#: ../drizzled/table_share.cc:1153
3737
msgid "ENUM column %s has greater than %d possible values"
3740
#: ../drizzled/table_share.cc:2063
3742
msgid "Unknown collation '%s' in table '%-.64s' definition"
3745
#: ../drizzled/table_share.cc:2070
3748
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3752
#: ../drizzled/tztime.cc:173
3754
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3757
#: ../plugin/auth_file/auth_file.cc:225
3759
msgid "Could not load auth file: %s\n"
3762
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
3763
msgid "File to load for usernames and passwords"
3766
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
3767
msgid "Enable HTTP Auth check"
3770
#: ../plugin/auth_http/auth_http.cc:160
3771
msgid "URL for HTTP Auth check"
3774
#: ../plugin/auth_ldap/auth_ldap.cc:285
3776
msgid "Reconnect failed: %s\n"
3779
#: ../plugin/auth_ldap/auth_ldap.cc:304
3781
msgid "ldap_search_ext_s failed: %s\n"
3784
#: ../plugin/auth_ldap/auth_ldap.cc:410
3786
msgid "Could not load auth ldap: %s\n"
3789
#: ../plugin/auth_ldap/auth_ldap.cc:423
3790
msgid "URI of the LDAP server to contact"
3793
#: ../plugin/auth_ldap/auth_ldap.cc:431
3794
msgid "DN to use when binding to the LDAP server"
3797
#: ../plugin/auth_ldap/auth_ldap.cc:439
3798
msgid "Password to use when binding the DN"
3801
#: ../plugin/auth_ldap/auth_ldap.cc:447
3802
msgid "DN to use when searching"
3805
#: ../plugin/auth_ldap/auth_ldap.cc:455
3806
msgid "Attribute in LDAP with plain text password"
3809
#: ../plugin/auth_ldap/auth_ldap.cc:463
3810
msgid "Attribute in LDAP with MySQL hashed password"
3813
#: ../plugin/auth_ldap/auth_ldap.cc:471
3814
msgid "How often to empty the users cache, 0 to disable"
3817
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
3818
msgid "Enable the console."
3821
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
3822
msgid "Turn on extra debugging."
3825
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
3826
msgid "User to use for auth."
3829
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
3830
msgid "Password to use for auth."
3833
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
3834
msgid "Default database to use."
3837
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:842
3838
#: ../plugin/mysql_protocol/mysql_protocol.cc:913
3839
msgid "Invalid value of port\n"
3842
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:851
3843
#: ../plugin/mysql_protocol/mysql_protocol.cc:922
3844
msgid "Invalid value for connect_timeout\n"
3847
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:860
3848
#: ../plugin/mysql_protocol/mysql_protocol.cc:931
3849
msgid "Invalid value for read_timeout\n"
3852
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:869
3853
#: ../plugin/mysql_protocol/mysql_protocol.cc:940
3854
msgid "Invalid value for write_timeout\n"
3857
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:878
3858
msgid "Invalid value for retry_count\n"
3861
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:887
3862
#: ../plugin/mysql_protocol/mysql_protocol.cc:958
3863
msgid "Invalid value for buffer_length\n"
3866
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:907
3867
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
3869
"Port number to use for connection or 0 for default to, in order of "
3870
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
3873
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
3874
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
3875
#: ../plugin/mysql_protocol/mysql_protocol.cc:987
3876
#: ../plugin/mysql_protocol/mysql_protocol.cc:1009
3877
msgid "Connect Timeout."
3880
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:916
3881
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
3882
#: ../plugin/mysql_protocol/mysql_protocol.cc:990
3883
#: ../plugin/mysql_protocol/mysql_protocol.cc:1012
3884
msgid "Read Timeout."
3887
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:918
3888
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:943
3889
#: ../plugin/mysql_protocol/mysql_protocol.cc:992
3890
#: ../plugin/mysql_protocol/mysql_protocol.cc:1015
3891
msgid "Write Timeout."
3894
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:920
3895
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:946
3896
#: ../plugin/mysql_protocol/mysql_protocol.cc:994
3897
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
3898
msgid "Retry Count."
3901
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:922
3902
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:949
3903
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
3904
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
3905
msgid "Buffer length."
3908
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
3909
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:952
3910
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
3911
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
3912
msgid "Address to bind to."
3915
#: ../plugin/drizzle_protocol/errmsg.cc:31
3916
msgid "Unknown Drizzle error"
3919
#: ../plugin/drizzle_protocol/errmsg.cc:32
3921
msgid "Can't create UNIX socket (%d)"
3924
#: ../plugin/drizzle_protocol/errmsg.cc:33
3926
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
3929
#: ../plugin/drizzle_protocol/errmsg.cc:34
3931
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
3934
#: ../plugin/drizzle_protocol/errmsg.cc:35
3936
msgid "Can't create TCP/IP socket (%d)"
3939
#: ../plugin/drizzle_protocol/errmsg.cc:36
3941
msgid "Unknown Drizzle server host '%-.100s' (%d)"
3944
#: ../plugin/drizzle_protocol/errmsg.cc:37
3945
msgid "Drizzle server has gone away"
3948
#: ../plugin/drizzle_protocol/errmsg.cc:38
3950
msgid "Protocol mismatch; server version = %d, client version = %d"
3953
#: ../plugin/drizzle_protocol/errmsg.cc:39
3954
msgid "Drizzle client ran out of memory"
3957
#: ../plugin/drizzle_protocol/errmsg.cc:40
3958
msgid "Wrong host info"
3961
#: ../plugin/drizzle_protocol/errmsg.cc:41
3962
msgid "Localhost via UNIX socket"
3965
#: ../plugin/drizzle_protocol/errmsg.cc:42
3967
msgid "%-.100s via TCP/IP"
3970
#: ../plugin/drizzle_protocol/errmsg.cc:43
3971
msgid "Error in server handshake"
3974
#: ../plugin/drizzle_protocol/errmsg.cc:44
3975
msgid "Lost connection to Drizzle server during query"
3978
#: ../plugin/drizzle_protocol/errmsg.cc:45
3979
msgid "Commands out of sync; you can't run this command now"
3982
#: ../plugin/drizzle_protocol/errmsg.cc:46
3984
msgid "Named pipe: %-.32s"
3987
#: ../plugin/drizzle_protocol/errmsg.cc:47
3989
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
3992
#: ../plugin/drizzle_protocol/errmsg.cc:48
3994
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
3997
#: ../plugin/drizzle_protocol/errmsg.cc:49
3999
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
4002
#: ../plugin/drizzle_protocol/errmsg.cc:50
4004
msgid "Can't initialize character set %-.32s (path: %-.100s)"
4007
#: ../plugin/drizzle_protocol/errmsg.cc:51
4008
msgid "Got packet bigger than 'max_allowed_packet' bytes"
4011
#: ../plugin/drizzle_protocol/errmsg.cc:52
4012
msgid "Embedded server"
4015
#: ../plugin/drizzle_protocol/errmsg.cc:53
4016
msgid "Error on SHOW SLAVE STATUS:"
4019
#: ../plugin/drizzle_protocol/errmsg.cc:54
4020
msgid "Error on SHOW SLAVE HOSTS:"
4023
#: ../plugin/drizzle_protocol/errmsg.cc:55
4024
msgid "Error connecting to slave:"
4027
#: ../plugin/drizzle_protocol/errmsg.cc:56
4028
msgid "Error connecting to master:"
4031
#: ../plugin/drizzle_protocol/errmsg.cc:57
4032
msgid "SSL connection error"
4035
#: ../plugin/drizzle_protocol/errmsg.cc:58
4036
msgid "Malformed packet"
4039
#: ../plugin/drizzle_protocol/errmsg.cc:59
4040
#: ../plugin/drizzle_protocol/errmsg.cc:70
4041
#: ../plugin/drizzle_protocol/errmsg.cc:71
4042
#: ../plugin/drizzle_protocol/errmsg.cc:72
4043
#: ../plugin/drizzle_protocol/errmsg.cc:73
4044
#: ../plugin/drizzle_protocol/errmsg.cc:74
4045
#: ../plugin/drizzle_protocol/errmsg.cc:75
4046
#: ../plugin/drizzle_protocol/errmsg.cc:76
4047
#: ../plugin/drizzle_protocol/errmsg.cc:77
4048
#: ../plugin/drizzle_protocol/errmsg.cc:78
4049
msgid "(unused error message)"
4052
#: ../plugin/drizzle_protocol/errmsg.cc:60
4053
msgid "Invalid use of null pointer"
4056
#: ../plugin/drizzle_protocol/errmsg.cc:61
4057
msgid "Statement not prepared"
4060
#: ../plugin/drizzle_protocol/errmsg.cc:62
4061
msgid "No data supplied for parameters in prepared statement"
4064
#: ../plugin/drizzle_protocol/errmsg.cc:63
4065
msgid "Data truncated"
4068
#: ../plugin/drizzle_protocol/errmsg.cc:64
4069
msgid "No parameters exist in the statement"
4072
#: ../plugin/drizzle_protocol/errmsg.cc:65
4073
msgid "Invalid parameter number"
4076
#: ../plugin/drizzle_protocol/errmsg.cc:66
4079
"Can't send long data for non-string/non-binary data types (parameter: %d)"
4082
#: ../plugin/drizzle_protocol/errmsg.cc:68
4084
msgid "Using unsupported buffer type: %d (parameter: %d)"
4087
#: ../plugin/drizzle_protocol/errmsg.cc:69
4089
msgid "Shared memory: %-.100s"
4092
#: ../plugin/drizzle_protocol/errmsg.cc:79
4093
msgid "Wrong or unknown protocol"
4096
#: ../plugin/drizzle_protocol/errmsg.cc:80
4097
msgid "Invalid connection handle"
4100
#: ../plugin/drizzle_protocol/errmsg.cc:81
4102
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4103
"option 'secure_auth' enabled)"
4106
#: ../plugin/drizzle_protocol/errmsg.cc:83
4107
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
4110
#: ../plugin/drizzle_protocol/errmsg.cc:84
4111
msgid "Attempt to read column without prior row fetch"
4114
#: ../plugin/drizzle_protocol/errmsg.cc:85
4115
msgid "Prepared statement contains no metadata"
4118
#: ../plugin/drizzle_protocol/errmsg.cc:86
4120
"Attempt to read a row while there is no result set associated with the "
4124
#: ../plugin/drizzle_protocol/errmsg.cc:88
4125
msgid "This feature is not implemented yet"
4128
#: ../plugin/drizzle_protocol/errmsg.cc:89
4131
"Lost connection to Drizzle server while waiting for initial communication "
4132
"packet, system error: %d"
4135
#: ../plugin/drizzle_protocol/errmsg.cc:91
4138
"Lost connection to Drizzle server while reading initial communication "
4139
"packet, system error: %d"
4142
#: ../plugin/drizzle_protocol/errmsg.cc:93
4145
"Lost connection to Drizzle server while sending authentication information, "
4149
#: ../plugin/drizzle_protocol/errmsg.cc:95
4152
"Lost connection to Drizzle server while reading authorization information, "
4156
#: ../plugin/drizzle_protocol/errmsg.cc:97
4159
"Lost connection to Drizzle server while setting initial database, system "
4163
#: ../plugin/drizzle_protocol/errmsg.cc:99
4165
msgid "Statement closed indirectly because of a preceding %s() call"
4168
#. CR_NET_UNCOMPRESS_ERROR 08S01
4169
#: ../plugin/drizzle_protocol/errmsg.cc:101
4170
msgid "Couldn't uncompress communication packet"
4173
#. CR_NET_READ_ERROR 08S01
4174
#: ../plugin/drizzle_protocol/errmsg.cc:103
4175
msgid "Got an error reading communication packets"
4178
#. CR_NET_READ_INTERRUPTED 08S01
4179
#: ../plugin/drizzle_protocol/errmsg.cc:105
4180
msgid "Got timeout reading communication packets"
4183
#. CR_NET_ERROR_ON_WRITE 08S01
4184
#: ../plugin/drizzle_protocol/errmsg.cc:107
4185
msgid "Got an error writing communication packets"
4188
#. CR_NET_WRITE_INTERRUPTED 08S01
4189
#: ../plugin/drizzle_protocol/errmsg.cc:109
4190
msgid "Got timeout writing communication packets"
4193
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1000
4194
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1138
4195
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1168
4197
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
4200
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1019
4202
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
4205
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1117
4206
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1230
4207
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1411
4208
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1979
4210
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
4213
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1269
4214
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1285
4216
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
4219
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2771
4220
msgid "Invalid value of additional-mem-pool-size"
4223
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2782
4224
msgid "Invalid value of autoextend-increment"
4227
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2791
4228
msgid "Invalid value of buffer-pool-size"
4231
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2802
4232
msgid "Invalid value of io-capacity"
4235
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2811
4236
msgid "Invalid value of fast-shutdown"
4239
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2820
4240
msgid "Invalid value of flush-log-at-trx-commit"
4243
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2829
4244
msgid "Invalid value of force-recovery"
4247
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2838
4248
msgid "Invalid value of log-file-size"
4251
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2849
4252
msgid "Invalid value of log-files-in-group"
4255
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2858
4256
msgid "Invalid value of lock-wait-timeout"
4259
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2867
4260
msgid "Invalid value of log-buffer-size"
4263
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2878
4264
msgid "Invalid value of lru-old-blocks-pct"
4267
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2887
4268
msgid "Invalid value of lru-block-access-recency"
4271
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2896
4272
msgid "Invalid value of max-dirty-pages-pct"
4275
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2905
4276
msgid "Invalid value of max-purge-lag"
4279
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2914
4280
msgid "Invalid value of open-files"
4283
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2923
4284
msgid "Invalid value of read-io-threads"
4287
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2932
4288
msgid "Invalid value of sync_spin_loops"
4291
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3136
4293
msgid "Error starting Embedded InnoDB %d (%s)\n"
4296
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3439
4297
msgid "Enable InnoDB adaptive hash index (enabled by default)."
4300
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3442
4301
msgid "Attempt flushing dirty pages to avoid IO bursts at checkpoints."
4304
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3445
4306
"Size of a memory pool InnoDB uses to store data dictionary information and "
4307
"other internal data structures."
4310
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3448
4311
msgid "Data file autoextend increment in megabytes"
4314
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3451
4316
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4320
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3454
4321
msgid "The common part for InnoDB table spaces."
4324
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3457
4325
msgid "Enable InnoDB checksums validation (enabled by default)."
4328
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3460
4329
msgid "Enable InnoDB doublewrite buffer (enabled by default)."
4332
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3463
4333
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4336
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3466
4338
"Speeds up the shutdown process of the InnoDB storage engine. Possible values "
4339
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4342
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3469
4343
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4346
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3472
4347
msgid "File format to use for new tables in .ibd files."
4350
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3475
4352
"Set to 0 (write and flush once per second),1 (write and flush at each "
4353
"commit) or 2 (write at commit, flush once per second)."
4356
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3478
4357
msgid "With which method to flush data."
4360
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3481
4362
"Helps to save your data in case the disk image of the database becomes "
4366
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3484
4367
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3487
4368
msgid "Path to individual files and their sizes."
4371
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3490
4372
msgid "Path to InnoDB log files."
4375
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3493
4376
msgid "Size of each log file in a log group."
4379
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3496
4381
"Number of log files in the log group. InnoDB writes to the files in a "
4382
"circular fashion. Value 3 is recommended here."
4385
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3499
4387
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4388
"rolled back. Values above 100000000 disable the timeout."
4391
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3502
4393
"The size of the buffer which InnoDB uses to write log to the log files on "
4397
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3505
4399
"Sets the point in the LRU list from where all pages are classified as old "
4403
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3508
4405
"Milliseconds between accesses to a block at which it is made young. "
4406
"0=disabled (Advanced users)"
4409
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3511
4410
msgid "Percentage of dirty pages allowed in bufferpool."
4413
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3514
4414
msgid "Desired maximum length of the purge queue (0 = no limit)"
4417
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3517
4419
"Roll back the complete transaction on lock wait timeout, for 4.x "
4420
"compatibility (disabled by default)"
4423
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3520
4424
msgid "How many files at the maximum InnoDB keeps open at the same time."
4427
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3523
4428
msgid "Number of background read I/O threads in InnoDB."
4431
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3526
4432
msgid "Number of background write I/O threads in InnoDB."
4435
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3529
4437
"Disable if you want to reduce the number of messages written to the log "
4438
"(default: enabled)."
4441
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3532
4442
msgid "Enable SHOW INNODB STATUS output in the log"
4445
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3535
4446
msgid "Count of spin-loop rounds in InnoDB mutexes (30 by default)"
4449
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3538
4450
msgid "Use OS memory allocator instead of InnoDB's internal memory allocator"
4453
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4455
msgid "Failed to send error message to libnotify\n"
4458
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4459
msgid "Error Messages to stderr"
4462
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
4463
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
4464
msgid "List of schemas to filter"
4467
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
4468
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
4469
msgid "List of tables to filter"
4472
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
4473
msgid "Regular expression to apply to schemas to filter"
4476
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
4477
msgid "Regular expression to apply to tables to filter"
4480
#: ../plugin/hello_events/hello_events.cc:301
4481
msgid "Invalid value of before-write-position\n"
4484
#: ../plugin/hello_events/hello_events.cc:310
4485
#: ../plugin/hello_events/hello_events.cc:319
4486
msgid "Invalid value of before-update-position\n"
4489
#: ../plugin/hello_events/hello_events.cc:359
4490
#: ../plugin/hello_events/hello_events.cc:362
4491
#: ../plugin/hello_events/hello_events.cc:380
4492
msgid "A comma delimited list of databases to watch"
4495
#: ../plugin/hello_events/hello_events.cc:365
4496
#: ../plugin/hello_events/hello_events.cc:396
4497
msgid "Enable Example Events Plugin"
4500
#: ../plugin/hello_events/hello_events.cc:368
4501
#: ../plugin/hello_events/hello_events.cc:404
4502
msgid "Before write row event observer call position"
4505
#: ../plugin/hello_events/hello_events.cc:371
4506
#: ../plugin/hello_events/hello_events.cc:415
4507
#: ../plugin/pbms/src/parameters_ms.cc:579
4508
msgid "Before update row event observer call position"
4511
#: ../plugin/hello_events/hello_events.cc:374
4512
#: ../plugin/hello_events/hello_events.cc:426
4513
msgid "After drop database event observer call position"
4516
#: ../plugin/hello_events/hello_events.cc:388
4517
msgid "A comma delimited list of tables to watch"
4520
#: ../plugin/hello_events/hello_events.cc:450
4521
msgid "An example events Plugin"
4524
#: ../plugin/innobase/handler/data_dictionary.cc:202
4526
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4529
#: ../plugin/innobase/handler/ha_innodb.cc:1858
4530
msgid "Invalid value for io-capacity\n"
4533
#: ../plugin/innobase/handler/ha_innodb.cc:1877
4534
msgid "Invalid value for fast-shutdown\n"
4537
#: ../plugin/innobase/handler/ha_innodb.cc:1891
4538
msgid "Invalid value for flush-log-at-trx-commit\n"
4541
#: ../plugin/innobase/handler/ha_innodb.cc:1921
4542
msgid "Invalid value for max-dirty-pages-pct\n"
4545
#: ../plugin/innobase/handler/ha_innodb.cc:1930
4546
msgid "Invalid value for stats-sample-pages\n"
4549
#: ../plugin/innobase/handler/ha_innodb.cc:1941
4550
msgid "Invalid value for additional-mem-pool-size\n"
4553
#: ../plugin/innobase/handler/ha_innodb.cc:1951
4554
msgid "Invalid value for autoextend-increment\n"
4557
#: ../plugin/innobase/handler/ha_innodb.cc:1961
4558
msgid "Invalid value for buffer-pool-size\n"
4561
#: ../plugin/innobase/handler/ha_innodb.cc:1971
4562
msgid "Invalid value for commit-concurrency\n"
4565
#: ../plugin/innobase/handler/ha_innodb.cc:1980
4566
msgid "Invalid value for concurrency-tickets\n"
4569
#: ../plugin/innobase/handler/ha_innodb.cc:1989
4570
msgid "Invalid value for file-io-threads\n"
4573
#: ../plugin/innobase/handler/ha_innodb.cc:1998
4574
msgid "Invalid value for read-io-threads\n"
4577
#: ../plugin/innobase/handler/ha_innodb.cc:2007
4578
msgid "Invalid value for write-io-threads\n"
4581
#: ../plugin/innobase/handler/ha_innodb.cc:2016
4582
msgid "Invalid value for force-recovery\n"
4585
#: ../plugin/innobase/handler/ha_innodb.cc:2026
4586
#: ../plugin/innobase/handler/ha_innodb.cc:2036
4587
msgid "Invalid value for log-file-size\n"
4590
#: ../plugin/innobase/handler/ha_innodb.cc:2045
4591
msgid "Invalid value for log-files-in-group\n"
4594
#: ../plugin/innobase/handler/ha_innodb.cc:2054
4595
msgid "Invalid value for mirrored-log-groups\n"
4598
#: ../plugin/innobase/handler/ha_innodb.cc:2063
4599
msgid "Invalid value for open-files\n"
4602
#: ../plugin/innobase/handler/ha_innodb.cc:2072
4603
msgid "Invalid value for thread-concurrency\n"
4606
#: ../plugin/innobase/handler/ha_innodb.cc:2095
4607
msgid "Invalid value for read-ahead-threshold\n"
4610
#: ../plugin/innobase/handler/ha_innodb.cc:2119
4611
msgid "Invalid value for lock-wait-timeout\n"
4614
#: ../plugin/logging_gearman/logging_gearman.cc:199
4616
msgid "fail gearman_client_create(): %s"
4619
#: ../plugin/logging_gearman/logging_gearman.cc:210
4621
msgid "fail gearman_client_add_server(): %s"
4624
#: ../plugin/logging_gearman/logging_gearman.cc:309
4625
#: ../plugin/logging_gearman/logging_gearman.cc:316
4626
msgid "Enable logging to a gearman server"
4629
#: ../plugin/logging_gearman/logging_gearman.cc:325
4630
msgid "Hostname for logging to a Gearman server"
4633
#: ../plugin/logging_gearman/logging_gearman.cc:334
4634
msgid "Gearman Function to send logging to"
4637
#: ../plugin/logging_gearman/logging_gearman.cc:352
4638
msgid "Log queries to a Gearman server"
4641
#: ../plugin/logging_query/logging_query.cc:192
4643
msgid "fail open() fn=%s er=%s\n"
4646
#: ../plugin/logging_query/logging_query.cc:316
4647
msgid "Invalid value for threshold-slow"
4650
#: ../plugin/logging_query/logging_query.cc:325
4651
msgid "Invalid value for threshold-big-resultset"
4654
#: ../plugin/logging_query/logging_query.cc:334
4655
msgid "Invalid value for threshold-big-examined"
4658
#: ../plugin/logging_query/logging_query.cc:348
4659
#: ../plugin/logging_query/logging_query.cc:364
4660
msgid "Enable logging to CSV file"
4663
#: ../plugin/logging_query/logging_query.cc:351
4664
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
4665
#: ../plugin/syslog/module.cc:233
4666
msgid "Threshold for logging slow queries, in microseconds"
4669
#: ../plugin/logging_query/logging_query.cc:354
4670
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
4671
#: ../plugin/syslog/module.cc:236
4672
msgid "Threshold for logging big queries, for rows returned"
4675
#: ../plugin/logging_query/logging_query.cc:357
4676
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
4677
#: ../plugin/syslog/module.cc:239
4678
msgid "Threshold for logging big queries, for rows examined"
4681
#: ../plugin/logging_query/logging_query.cc:373
4682
msgid "File to log to"
4685
#: ../plugin/logging_query/logging_query.cc:382
4686
msgid "PCRE to match the query against"
4689
#: ../plugin/logging_query/logging_query.cc:439
4690
msgid "Log queries to a CSV file"
4693
#: ../plugin/logging_stats/logging_stats.cc:312
4694
msgid "Invalid value for max-user-count\n"
4697
#: ../plugin/logging_stats/logging_stats.cc:320
4698
msgid "Invalid value for bucket-count\n"
4701
#: ../plugin/logging_stats/logging_stats.cc:329
4702
msgid "Invalid value for scoreboard-size\n"
4705
#: ../plugin/logging_stats/logging_stats.cc:364
4706
#: ../plugin/logging_stats/logging_stats.cc:406
4707
msgid "Max number of users that will be logged"
4710
#: ../plugin/logging_stats/logging_stats.cc:375
4711
#: ../plugin/logging_stats/logging_stats.cc:409
4712
msgid "Max number of range locks to use for Scoreboard"
4715
#: ../plugin/logging_stats/logging_stats.cc:386
4716
#: ../plugin/logging_stats/logging_stats.cc:412
4717
msgid "Max number of concurrent sessions that will be logged"
4720
#: ../plugin/logging_stats/logging_stats.cc:397
4721
#: ../plugin/logging_stats/logging_stats.cc:415
4722
msgid "Enable Logging Statistics Collection"
4725
#: ../plugin/logging_stats/logging_stats.cc:432
4726
msgid "User Statistics as DATA_DICTIONARY tables"
4729
#: ../plugin/md5/md5.cc:99
4730
msgid "libgcrypt library version mismatch\n"
4733
#: ../plugin/memcached_query_cache/memcached_qc.cc:102
4734
#: ../plugin/memcached_query_cache/memcached_qc.cc:466
4735
#: ../plugin/memcached_stats/memcached_stats.cc:128
4736
#: ../plugin/memcached_stats/memcached_stats.cc:137
4737
msgid "List of memcached servers."
4740
#: ../plugin/memcached_query_cache/memcached_qc.cc:375
4741
msgid "Invalid value of expiry\n"
4744
#: ../plugin/memcached_query_cache/memcached_qc.cc:469
4745
msgid "Expiry time of memcached entries"
4748
#: ../plugin/memcached_query_cache/memcached_qc.cc:472
4749
msgid "Enable Memcached Query Cache"
4752
#: ../plugin/memcached_stats/analysis_table.cc:76
4753
#: ../plugin/memcached_stats/stats_table.cc:144
4754
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4757
#: ../plugin/memcached_stats/memcached_stats.cc:152
4758
msgid "Memcached Stats as I_S tables"
4761
#: ../plugin/memcached_stats/stats_table.cc:76
4764
"Unable get stats from memcached server %s. Got error from "
4765
"memcached_stat_servername()."
4768
#: ../plugin/memcached_stats/stats_table.cc:151
4769
msgid "Unable to create memcached struct. Got error from memcached_create()."
4772
#: ../plugin/memcached_stats/stats_table.cc:159
4775
"Unable to create memcached server list. Got error from "
4776
"memcached_servers_parse(%s)."
4779
#: ../plugin/multi_thread/multi_thread.cc:85
4781
msgid "Unable to set thread stack size to %<PRId64>\n"
4784
#: ../plugin/multi_thread/multi_thread.cc:98
4785
msgid "Unable to get thread stack size\n"
4788
#: ../plugin/multi_thread/multi_thread.cc:147
4789
msgid "Invalid value for max-threads\n"
4792
#: ../plugin/multi_thread/multi_thread.cc:160
4793
#: ../plugin/multi_thread/multi_thread.cc:167
4794
msgid "Maximum number of user threads available."
4797
#: ../plugin/myisam/ha_myisam.cc:534
4799
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4802
#: ../plugin/myisam/ha_myisam.cc:538
4804
msgid "Got an error from unknown thread, %s:%d"
4807
#: ../plugin/myisam/ha_myisam.cc:544
4808
msgid "Unknown thread accessing table"
4811
#: ../plugin/myisam/ha_myisam.cc:1500
4812
msgid "Invalid value for max-sort-file-size\n"
4815
#: ../plugin/myisam/ha_myisam.cc:1509
4816
msgid "Invalid value for sort-buffer-size\n"
4819
#: ../plugin/myisam/ha_myisam.cc:1523 ../plugin/myisam/ha_myisam.cc:1535
4821
"Don't use the fast sort index method to created index if the temporary file "
4822
"would get bigger than this."
4825
#: ../plugin/myisam/ha_myisam.cc:1528 ../plugin/myisam/ha_myisam.cc:1538
4827
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4828
"when creating indexes with CREATE INDEX or ALTER TABLE."
4831
#: ../plugin/myisam/my_handler_errors.cc:42
4832
msgid "Didn't find key on read or update"
4835
#: ../plugin/myisam/my_handler_errors.cc:43
4836
msgid "Duplicate key on write or update"
4839
#: ../plugin/myisam/my_handler_errors.cc:44
4840
msgid "Internal (unspecified) error in handler"
4843
#: ../plugin/myisam/my_handler_errors.cc:46
4845
"Someone has changed the row since it was read (while the table was locked to "
4849
#: ../plugin/myisam/my_handler_errors.cc:48
4850
msgid "Wrong index given to function"
4853
#: ../plugin/myisam/my_handler_errors.cc:49
4854
msgid "Index file is crashed"
4857
#: ../plugin/myisam/my_handler_errors.cc:50
4858
msgid "Record file is crashed"
4861
#: ../plugin/myisam/my_handler_errors.cc:51
4862
msgid "Out of memory in engine"
4865
#: ../plugin/myisam/my_handler_errors.cc:52
4866
msgid "Incorrect file format"
4869
#: ../plugin/myisam/my_handler_errors.cc:53
4870
msgid "Command not supported by database"
4873
#: ../plugin/myisam/my_handler_errors.cc:54
4874
msgid "Old database file"
4877
#: ../plugin/myisam/my_handler_errors.cc:55
4878
msgid "No record read before update"
4881
#: ../plugin/myisam/my_handler_errors.cc:56
4882
msgid "Record was already deleted (or record file crashed)"
4885
#: ../plugin/myisam/my_handler_errors.cc:57
4886
msgid "No more room in record file"
4889
#: ../plugin/myisam/my_handler_errors.cc:58
4890
msgid "No more room in index file"
4893
#: ../plugin/myisam/my_handler_errors.cc:59
4894
msgid "No more records (read after end of file)"
4897
#: ../plugin/myisam/my_handler_errors.cc:60
4898
msgid "Unsupported extension used for table"
4901
#: ../plugin/myisam/my_handler_errors.cc:61
4905
#: ../plugin/myisam/my_handler_errors.cc:62
4906
msgid "Wrong create options"
4909
#: ../plugin/myisam/my_handler_errors.cc:63
4910
msgid "Duplicate unique key or constraint on write or update"
4913
#: ../plugin/myisam/my_handler_errors.cc:64
4914
msgid "Unknown character set used in table"
4917
#: ../plugin/myisam/my_handler_errors.cc:65
4918
msgid "Conflicting table definitions in sub-tables of MERGE table"
4921
#: ../plugin/myisam/my_handler_errors.cc:66
4922
msgid "Table is crashed and last repair failed"
4925
#: ../plugin/myisam/my_handler_errors.cc:67
4926
msgid "Table was marked as crashed and should be repaired"
4929
#: ../plugin/myisam/my_handler_errors.cc:68
4930
msgid "Lock timed out; Retry transaction"
4933
#: ../plugin/myisam/my_handler_errors.cc:69
4934
msgid "Lock table is full; Restart program with a larger locktable"
4937
#: ../plugin/myisam/my_handler_errors.cc:70
4938
msgid "Updates are not allowed under a read only transactions"
4941
#: ../plugin/myisam/my_handler_errors.cc:71
4942
msgid "Lock deadlock; Retry transaction"
4945
#: ../plugin/myisam/my_handler_errors.cc:72
4946
msgid "Foreign key constraint is incorrectly formed"
4949
#: ../plugin/myisam/my_handler_errors.cc:73
4950
msgid "Cannot add a child row"
4953
#: ../plugin/myisam/my_handler_errors.cc:74
4954
msgid "Cannot delete a parent row"
4957
#: ../plugin/myisam/my_handler_errors.cc:75
4958
msgid "No savepoint with that name"
4961
#: ../plugin/myisam/my_handler_errors.cc:76
4962
msgid "Non unique key block size"
4965
#: ../plugin/myisam/my_handler_errors.cc:77
4966
msgid "The table does not exist in engine"
4969
#: ../plugin/myisam/my_handler_errors.cc:78
4970
msgid "The table already existed in storage engine"
4973
#: ../plugin/myisam/my_handler_errors.cc:79
4974
msgid "Could not connect to storage engine"
4977
#: ../plugin/myisam/my_handler_errors.cc:80
4978
msgid "Unexpected null pointer found when using spatial index"
4981
#: ../plugin/myisam/my_handler_errors.cc:81
4982
msgid "The table changed in storage engine"
4985
#: ../plugin/myisam/my_handler_errors.cc:82
4986
msgid "There's no partition in table for the given value"
4989
#: ../plugin/myisam/my_handler_errors.cc:83
4990
msgid "Row-based binlogging of row failed"
4993
#: ../plugin/myisam/my_handler_errors.cc:84
4994
msgid "Index needed in foreign key constraint"
4997
#: ../plugin/myisam/my_handler_errors.cc:85
4998
msgid "Upholding foreign key constraints would lead to a duplicate key error"
5001
#: ../plugin/myisam/my_handler_errors.cc:86
5002
msgid "Table needs to be upgraded before it can be used"
5005
#: ../plugin/myisam/my_handler_errors.cc:87
5006
msgid "Table is read only"
5009
#: ../plugin/myisam/my_handler_errors.cc:88
5010
msgid "Failed to get next auto increment value"
5013
#: ../plugin/myisam/my_handler_errors.cc:89
5014
msgid "Failed to set row auto increment value"
5017
#: ../plugin/myisam/my_handler_errors.cc:90
5018
msgid "Unknown (generic) error from engine"
5021
#: ../plugin/myisam/my_handler_errors.cc:91
5022
msgid "Record is the same"
5025
#: ../plugin/myisam/my_handler_errors.cc:92
5026
msgid "It is not possible to log this statement"
5029
#: ../plugin/myisam/my_handler_errors.cc:93
5030
msgid "Tablespace exists"
5033
#: ../plugin/myisam/my_handler_errors.cc:94
5034
msgid "The event was corrupt, leading to illegal data being read"
5037
#: ../plugin/myisam/my_handler_errors.cc:95
5038
msgid "The table is of a new format not supported by this version"
5041
#: ../plugin/myisam/my_handler_errors.cc:96
5042
msgid "The event could not be processed no other handler error happened"
5045
#: ../plugin/myisam/my_handler_errors.cc:97
5046
msgid "Got a fatal error during initialzation of handler"
5049
#: ../plugin/myisam/my_handler_errors.cc:98
5050
msgid "File to short; Expected more data in file"
5053
#: ../plugin/myisam/my_handler_errors.cc:99
5054
msgid "Read page with wrong checksum"
5057
#. TODO: get a better message for these
5058
#: ../plugin/myisam/my_handler_errors.cc:101
5059
msgid "Lock or active transaction"
5062
#: ../plugin/myisam/my_handler_errors.cc:102
5063
msgid "No such table space"
5066
#: ../plugin/myisam/my_handler_errors.cc:103
5067
msgid "Tablespace not empty"
5070
#: ../plugin/mysql_protocol/mysql_protocol.cc:949
5071
msgid "Invalid value for retry_count"
5074
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5075
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
5077
"Port number to use for connection or 0 for default to with MySQL protocol."
5080
#: ../plugin/pbms/src/parameters_ms.cc:552
5082
"A comma delimited list of tables to watch of the format: <database>."
5086
#: ../plugin/pbms/src/parameters_ms.cc:560
5087
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
5090
#: ../plugin/pbms/src/parameters_ms.cc:568
5091
msgid "Before insert row event observer call position"
5094
#: ../plugin/pool_of_threads/pool_of_threads.cc:232
5095
msgid "event_add error in libevent_add_session_callback\n"
5098
#: ../plugin/pool_of_threads/pool_of_threads.cc:310
5099
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
5102
#: ../plugin/pool_of_threads/pool_of_threads.cc:588
5103
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
5106
#: ../plugin/pool_of_threads/pool_of_threads.cc:595
5107
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
5110
#: ../plugin/pool_of_threads/pool_of_threads.cc:607
5111
msgid "session_add_event event_add error in libevent_init\n"
5114
#: ../plugin/pool_of_threads/pool_of_threads.cc:620
5116
msgid "Can't create completion port thread (error %d)"
5119
#: ../plugin/pool_of_threads/pool_of_threads.cc:650
5120
msgid "Invalid value for size\n"
5123
#: ../plugin/pool_of_threads/pool_of_threads.cc:668
5124
#: ../plugin/pool_of_threads/pool_of_threads.cc:675
5125
msgid "Size of Pool."
5128
#: ../plugin/rabbitmq/rabbitmq_log.cc:110
5129
msgid "Failed to allocate enough memory to transaction message\n"
5132
#: ../plugin/rabbitmq/rabbitmq_log.cc:172
5134
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
5137
#: ../plugin/rabbitmq/rabbitmq_log.cc:182
5139
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
5142
#: ../plugin/rabbitmq/rabbitmq_log.cc:200
5143
#: ../plugin/rabbitmq/rabbitmq_log.cc:278
5144
msgid "Enable rabbitmq log"
5147
#: ../plugin/rabbitmq/rabbitmq_log.cc:209
5148
#: ../plugin/rabbitmq/rabbitmq_log.cc:281
5149
msgid "Host name to connect to"
5152
#: ../plugin/rabbitmq/rabbitmq_log.cc:218
5153
msgid "RabbitMQ Port"
5156
#: ../plugin/rabbitmq/rabbitmq_log.cc:229
5157
#: ../plugin/rabbitmq/rabbitmq_log.cc:284
5158
msgid "RabbitMQ username"
5161
#: ../plugin/rabbitmq/rabbitmq_log.cc:237
5162
#: ../plugin/rabbitmq/rabbitmq_log.cc:287
5163
msgid "RabbitMQ password"
5166
#: ../plugin/rabbitmq/rabbitmq_log.cc:245
5167
msgid "RabbitMQ virtualhost"
5170
#: ../plugin/rabbitmq/rabbitmq_log.cc:253
5171
msgid "Name of RabbitMQ exchange to publish to"
5174
#: ../plugin/rabbitmq/rabbitmq_log.cc:261
5175
msgid "Name of RabbitMQ routing key to use"
5178
#: ../plugin/rabbitmq/rabbitmq_log.cc:269
5179
#: ../plugin/transaction_log/module.cc:309
5180
#: ../plugin/transaction_log/module.cc:362
5181
msgid "Name of the replicator plugin to use (default='default_replicator')"
5184
#: ../plugin/session_dictionary/processlist.cc:94
5188
#: ../plugin/signal_handler/signal_handler.cc:230
5190
msgid "Can't create interrupt-thread (error %d, errno: %d)"
5193
#: ../plugin/syslog/errmsg.cc:39 ../plugin/syslog/logging.cc:63
5195
msgid "syslog facility \"%s\" not known, using \"local0\""
5198
#: ../plugin/syslog/errmsg.cc:49
5200
msgid "syslog priority \"%s\" not known, using \"warn\""
5203
#: ../plugin/syslog/logging.cc:72
5205
msgid "syslog priority \"%s\" not known, using \"info\""
5208
#: ../plugin/syslog/module.cc:61
5209
msgid "Invalid value for logging-threshold-slow\n"
5212
#: ../plugin/syslog/module.cc:70
5213
msgid "Invalid value for logging-threshold-big-resultset\n"
5216
#: ../plugin/syslog/module.cc:79
5217
msgid "Invalid value for logging-threshold-big-examined\n"
5220
#: ../plugin/syslog/module.cc:131 ../plugin/syslog/module.cc:221
5221
msgid "Syslog Ident"
5224
#: ../plugin/syslog/module.cc:140 ../plugin/syslog/module.cc:224
5225
msgid "Syslog Facility"
5228
#: ../plugin/syslog/module.cc:149 ../plugin/syslog/module.cc:227
5229
msgid "Enable logging to syslog of the query log"
5232
#: ../plugin/syslog/module.cc:158 ../plugin/syslog/module.cc:230
5233
msgid "Syslog Priority of query logging"
5236
#: ../plugin/syslog/module.cc:203 ../plugin/syslog/module.cc:242
5237
msgid "Enable logging to syslog of the error messages"
5240
#: ../plugin/syslog/module.cc:212 ../plugin/syslog/module.cc:245
5241
msgid "Syslog Priority of error messages"
5244
#: ../plugin/transaction_log/background_worker.cc:77
5246
msgid "Unable to create background worker thread. Got error %s.\n"
5249
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
5250
#: ../plugin/transaction_log/print_transaction_message.cc:105
5251
#: ../plugin/transaction_log/transaction_log_reader.cc:97
5253
msgid "Failed to open transaction log file %s. Got error: %s\n"
5256
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
5257
#: ../plugin/transaction_log/print_transaction_message.cc:149
5258
#: ../plugin/transaction_log/transaction_log_reader.cc:154
5260
msgid "Raw buffer read: %s.\n"
5263
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
5264
#: ../plugin/transaction_log/print_transaction_message.cc:155
5265
#: ../plugin/transaction_log/transaction_log_reader.cc:161
5267
msgid "Unable to parse transaction. Got error: %s.\n"
5270
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
5271
#: ../plugin/transaction_log/print_transaction_message.cc:157
5272
#: ../plugin/transaction_log/transaction_log_reader.cc:163
5274
msgid "BUFFER: %s\n"
5277
#: ../plugin/transaction_log/module.cc:135
5278
msgid "Invalid value for sync-method\n"
5281
#: ../plugin/transaction_log/module.cc:144
5282
msgid "Invalid value for num-write-buffers\n"
5285
#: ../plugin/transaction_log/module.cc:180
5287
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5290
#: ../plugin/transaction_log/module.cc:189
5292
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5295
#: ../plugin/transaction_log/module.cc:201
5297
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5300
#: ../plugin/transaction_log/module.cc:210
5302
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5305
#: ../plugin/transaction_log/module.cc:225
5307
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5310
#: ../plugin/transaction_log/module.cc:285
5311
#: ../plugin/transaction_log/module.cc:356
5312
msgid "Enable transaction log"
5315
#: ../plugin/transaction_log/module.cc:293
5316
#: ../plugin/transaction_log/module.cc:350
5317
msgid "DEBUGGING - Truncate transaction log"
5320
#: ../plugin/transaction_log/module.cc:301
5321
#: ../plugin/transaction_log/module.cc:359
5322
msgid "Path to the file to use for transaction log"
5325
#: ../plugin/transaction_log/module.cc:317
5326
#: ../plugin/transaction_log/module.cc:353
5327
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5330
#: ../plugin/transaction_log/module.cc:325
5331
#: ../plugin/transaction_log/module.cc:365
5333
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5334
"each transaction write, 2 == sync log file once per second"
5337
#: ../plugin/transaction_log/module.cc:338
5338
#: ../plugin/transaction_log/module.cc:368
5339
msgid "Number of slots for in-memory write buffers (default=8)."
5342
#: ../plugin/transaction_log/transaction_log.cc:114
5343
msgid "Failed to open transaction log file "
5346
#: ../plugin/transaction_log/transaction_log.cc:215
5349
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5350
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5353
#: ../plugin/transaction_log/transaction_log.cc:236
5355
msgid "Failed to sync log file. Got error: %s\n"