1
# Arabic translation for drizzle
2
# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: \n"
10
"POT-Creation-Date: 2010-09-14 16:22-0400\n"
11
"PO-Revision-Date: 2010-06-22 11:14+0000\n"
12
"Last-Translator: Majd Aldin Almontaser <Unknown>\n"
13
"Language-Team: Arabic <ar@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= "
18
"3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n"
19
"X-Launchpad-Export-Date: 2010-06-23 03:46+0000\n"
20
"X-Generator: Launchpad (build Unknown)\n"
22
#: ../client/drizzle.cc:465
23
msgid "Synonym for `help'."
24
msgstr "مرادف لـ `المساعدة'."
26
#: ../client/drizzle.cc:466
27
msgid "Clear command."
30
#: ../client/drizzle.cc:468
31
msgid "Reconnect to the server. Optional arguments are db and host."
32
msgstr "إعادة الإتصال بالخادم. الوسائط الإختيارية هي لقاعدة البيانات والمضيف ."
34
#: ../client/drizzle.cc:470
36
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
39
#: ../client/drizzle.cc:472
40
msgid "Send command to drizzle server, display result vertically."
41
msgstr "إرسال الأمر إلى ملقم drizzle . وعرض النتيجة عمودياً."
43
#: ../client/drizzle.cc:473
44
msgid "Exit drizzle. Same as quit."
47
#: ../client/drizzle.cc:474
48
msgid "Send command to drizzle server."
49
msgstr "إرسال الأمر إلى سيرفر drizzle ."
51
#: ../client/drizzle.cc:475
52
msgid "Display this help."
53
msgstr "إظهار هذه المساعدة."
55
#: ../client/drizzle.cc:476
56
msgid "Disable pager, print to stdout."
59
#: ../client/drizzle.cc:477
60
msgid "Don't write into outfile."
63
#: ../client/drizzle.cc:479
64
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
67
#: ../client/drizzle.cc:480
68
msgid "Print current command."
69
msgstr "إطبع الأمر الحالي."
71
#: ../client/drizzle.cc:481
72
msgid "Change your drizzle prompt."
75
#: ../client/drizzle.cc:482
77
msgstr "خروج من دريزّل"
79
#: ../client/drizzle.cc:483
80
msgid "Rebuild completion hash."
83
#: ../client/drizzle.cc:485
84
msgid "Execute an SQL script file. Takes a file name as an argument."
87
#: ../client/drizzle.cc:486
88
msgid "Get status information from the server."
89
msgstr "جلب معلومات الحالة من الخادم."
91
#: ../client/drizzle.cc:488
92
msgid "Set outfile [to_outfile]. Append everything into given outfile."
95
#: ../client/drizzle.cc:490
96
msgid "Use another database. Takes database name as argument."
99
#: ../client/drizzle.cc:492 ../client/drizzle.cc:1325
100
msgid "Show warnings after every statement."
103
#: ../client/drizzle.cc:494
104
msgid "Don't show warnings after every statement."
107
#: ../client/drizzle.cc:1144
109
msgid "shutting down drizzled"
112
#: ../client/drizzle.cc:1146
117
#: ../client/drizzle.cc:1155 ../client/drizzle.cc:1161
119
msgid "shutdown failed; error: '%s'"
122
#: ../client/drizzle.cc:1170
127
#: ../client/drizzle.cc:1191
129
msgid "drizzled is alive\n"
132
#: ../client/drizzle.cc:1197
134
msgid "ping failed; error: '%s'"
137
#: ../client/drizzle.cc:1203
139
msgid "drizzled won't answer to ping, error: '%s'"
142
#: ../client/drizzle.cc:1252
143
msgid "Error: Invalid Value for connect_timeout"
146
#: ../client/drizzle.cc:1263
147
msgid "Error: Invalid Value for max_input_line"
150
#: ../client/drizzle.cc:1282 ../client/drizzledump.cc:2396
151
msgid "Options used only in command line"
154
#: ../client/drizzle.cc:1284
156
msgid "Displays this help and exit."
157
msgstr "إظهار هذه المساعدة."
159
#: ../client/drizzle.cc:1285
161
"Don't use history file. Disable interactive behavior. (Enables --silent)"
164
#: ../client/drizzle.cc:1287
165
msgid "Display column type information."
168
#: ../client/drizzle.cc:1289
170
"Preserve comments. Send comments to the server. The default is --skip-"
171
"comments (discard comments), enable with --comments"
174
#: ../client/drizzle.cc:1291 ../client/drizzledump.cc:2405
175
msgid "Use compression in server/client protocol."
178
#: ../client/drizzle.cc:1293
179
msgid "Print the output of a query (rows) vertically."
182
#: ../client/drizzle.cc:1295
183
msgid "Continue even if we get an sql error."
186
#: ../client/drizzle.cc:1297
188
"Enable named commands. Named commands mean this program's internal commands; "
189
"see drizzle> help . When enabled, the named commands can be used from any "
190
"line of the query, otherwise only from the first line, before an enter. "
191
"Disable with --disable-named-commands. This option is disabled by default."
194
#: ../client/drizzle.cc:1299
196
"Named commands are disabled. Use \\* form only, or use named commands only "
197
"in the beginning of a line ending with a semicolon (;) Since version 10.9 "
198
"the client now starts with this option ENABLED by default! Disable with '-"
199
"G'. Long format commands still work from the first line. WARNING: option "
200
"deprecated; use --disable-named-commands instead."
203
#: ../client/drizzle.cc:1300
204
msgid "Ignore space after function names."
207
#: ../client/drizzle.cc:1302
208
msgid "Turn off beep on error."
211
#: ../client/drizzle.cc:1304
212
msgid "Write line numbers for errors."
215
#: ../client/drizzle.cc:1306
217
"Don't write line number for errors. WARNING: -L is deprecated, use long "
218
"version of this option instead."
221
#: ../client/drizzle.cc:1308
222
msgid "Write column names in results."
225
#: ../client/drizzle.cc:1310
227
"Don't write column names in results. WARNING: -N is deprecated, use long "
228
"version of this options instead."
231
#: ../client/drizzle.cc:1312
233
"Change the value of a variable. Please note that this option is deprecated; "
234
"you can set variables directly with --variable-name=value."
237
#: ../client/drizzle.cc:1314
238
msgid "Output in table format."
241
#: ../client/drizzle.cc:1316
242
msgid "Only allow UPDATE and DELETE that uses keys."
245
#: ../client/drizzle.cc:1318
246
msgid "Synonym for option --safe-updates, -U."
249
#: ../client/drizzle.cc:1320
250
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
253
#: ../client/drizzle.cc:1321 ../client/drizzledump.cc:2425
254
#: ../drizzled/drizzled.cc:1174
255
msgid "Output version information and exit."
258
#: ../client/drizzle.cc:1323
259
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
262
#: ../client/drizzle.cc:1327
263
msgid "Number of lines before each import progress report."
266
#: ../client/drizzle.cc:1329
267
msgid "Ping the server to check if it's alive."
270
#: ../client/drizzle.cc:1331
271
msgid "Configuration file defaults are not used if no-defaults is set"
274
#: ../client/drizzle.cc:1334 ../client/drizzledump.cc:2434
275
msgid "Options specific to the drizzle client"
278
#: ../client/drizzle.cc:1337
280
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
281
"and field completion, but startup and reconnecting may take a longer time. "
282
"Disable with --disable-auto-rehash."
285
#: ../client/drizzle.cc:1338
287
"No automatic rehashing. One has to use 'rehash' to get table and field "
288
"completion. This gives a quicker start of drizzle_st and disables rehashing "
289
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
292
#: ../client/drizzle.cc:1340
294
"Automatically switch to vertical output mode if the result is wider than the "
298
#: ../client/drizzle.cc:1342
299
msgid "Database to use."
302
#: ../client/drizzle.cc:1344
306
#: ../client/drizzle.cc:1346
307
msgid "Delimiter to be used."
310
#: ../client/drizzle.cc:1348
311
msgid "Execute command and quit. (Disables --force and history file)"
314
#: ../client/drizzle.cc:1350
315
msgid "Enable/disable LOAD DATA LOCAL INFILE."
318
#: ../client/drizzle.cc:1352
319
msgid "Flush buffer after each query."
322
#: ../client/drizzle.cc:1354
323
msgid "Ignore SIGINT (CTRL-C)"
326
#: ../client/drizzle.cc:1356
328
"Only update the default database. This is useful for skipping updates to "
329
"other database in the update log."
332
#: ../client/drizzle.cc:1358
334
"Pager to use to display results. If you don't supply an option the default "
335
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
336
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
337
"work in batch mode. Disable with --disable-pager. This option is disabled by "
341
#: ../client/drizzle.cc:1360
342
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
345
#: ../client/drizzle.cc:1362
346
msgid "Set the drizzle prompt to this value."
349
#: ../client/drizzle.cc:1364
351
"Don't cache result, print it row by row. This may slow down the server if "
352
"the output is suspended. Doesn't use history file."
355
#: ../client/drizzle.cc:1366
356
msgid "Write fields without conversion. Used with --batch."
359
#: ../client/drizzle.cc:1368
361
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
362
"option is enabled by default."
365
#: ../client/drizzle.cc:1370
366
msgid "Shutdown the server"
369
#: ../client/drizzle.cc:1371
371
"Be more silent. Print results with a tab as separator, each row on new line."
374
#: ../client/drizzle.cc:1373
376
"Append everything into outfile. See interactive help (\\h) also. Does not "
377
"work in batch mode. Disable with --disable-tee. This option is disabled by "
381
#: ../client/drizzle.cc:1375
382
msgid "Disable outfile. See interactive help (\\h) also."
385
#: ../client/drizzle.cc:1376
386
msgid "Wait and retry if connection is down."
387
msgstr "الرجاء الإنتظار ، وإعادة محاولة الإتصال إن فشل في الإتصال"
389
#: ../client/drizzle.cc:1378
390
msgid "Number of seconds before connection timeout."
393
#: ../client/drizzle.cc:1380
394
msgid "Max length of input line"
397
#: ../client/drizzle.cc:1382
398
msgid "Automatic limit for SELECT when using --safe-updates"
401
#: ../client/drizzle.cc:1384
402
msgid "Automatic limit for rows in a join when using --safe-updates"
405
#: ../client/drizzle.cc:1387 ../client/drizzledump.cc:2499
406
msgid "Options specific to the client"
409
#: ../client/drizzle.cc:1390
411
msgid "Connect to host"
412
msgstr "لا يمكن الإتصال بقاعدة البيانات\n"
414
#: ../client/drizzle.cc:1392
416
"Password to use when connecting to server. If password is not given it's "
417
"asked from the tty."
420
#: ../client/drizzle.cc:1394
422
"Port number to use for connection or 0 for default to, in order of "
423
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
426
#: ../client/drizzle.cc:1396 ../client/drizzledump.cc:2508
427
msgid "User for login if not current user."
430
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:2510
431
msgid "The protocol of connection (mysql or drizzle)."
434
#: ../client/drizzle.cc:1401 ../client/drizzledump.cc:2522
435
msgid "Allowed Options"
438
#: ../client/drizzle.cc:1448 ../client/drizzle.cc:1455
440
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
443
#: ../client/drizzle.cc:1506 ../client/drizzle.cc:3789
444
msgid "DELIMITER cannot contain a backslash character"
447
#: ../client/drizzle.cc:1585 ../client/drizzledump.cc:2600
448
#: ../client/drizzleimport.cc:460 ../client/drizzleslap.cc:1006
449
#: ../client/drizzletest.cc:5599
450
msgid "Error: Unknown protocol"
453
#: ../client/drizzle.cc:1599
455
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
458
#: ../client/drizzle.cc:1645 ../client/drizzle.cc:4035
460
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
463
#: ../client/drizzle.cc:1651
466
"Copyright (C) 2008 Sun Microsystems\n"
467
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
468
"and you are welcome to modify and redistribute it under the GPL license\n"
471
#: ../client/drizzle.cc:1656
473
msgid "Usage: drizzle [OPTIONS] [database]\n"
476
#: ../client/drizzle.cc:1710
478
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
481
#: ../client/drizzle.cc:1719
484
"Your Drizzle connection id is %u\n"
485
"Connection protocol: %s\n"
486
"Server version: %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"
503
#: ../client/drizzle.cc:1774
507
#: ../client/drizzle.cc:1787
509
msgid "Writing history-file %s\n"
512
#: ../client/drizzle.cc:1795
516
#: ../client/drizzle.cc:1795
520
#: ../client/drizzle.cc:1847
521
msgid "Query aborted by Ctrl+C\n"
524
#: ../client/drizzle.cc:1931
526
msgid "Processing line: %<PRIu32>\n"
529
#: ../client/drizzle.cc:2149
530
msgid "Unknown command: "
533
#: ../client/drizzle.cc:2563
535
"Reading table information for completion of table and column names\n"
536
"You can turn off this feature to get a quicker startup with -A\n"
540
#: ../client/drizzle.cc:2629
541
msgid "No connection. Trying to reconnect..."
544
#: ../client/drizzle.cc:2635
545
msgid "Can't connect to the server\n"
546
msgstr "لا يمكن الإتصال بقاعدة البيانات\n"
548
#: ../client/drizzle.cc:2719
549
msgid "List of all Drizzle commands:"
552
#: ../client/drizzle.cc:2723
555
"Note that all text commands must be first on line and end with '%s' or \\g"
558
#: ../client/drizzle.cc:2781
559
msgid "No query specified\n"
562
#: ../client/drizzle.cc:2796
563
msgid "Ignoring query to other database"
566
#: ../client/drizzle.cc:2846
570
#: ../client/drizzle.cc:2859
572
msgid "%ld row in set"
573
msgid_plural "%ld rows in set"
577
#: ../client/drizzle.cc:2868
581
#: ../client/drizzle.cc:2870
583
msgid "Query OK, %ld row affected"
584
msgid_plural "Query OK, %ld rows affected"
588
#: ../client/drizzle.cc:2942
589
msgid "popen() failed! defaulting PAGER to stdout!\n"
592
#: ../client/drizzle.cc:2964
594
msgid "Error logging to file '%s'\n"
597
#: ../client/drizzle.cc:2969
599
msgid "Logging to file '%s'\n"
602
#: ../client/drizzle.cc:3053
611
"Collation: %s (%u)\n"
619
#: ../client/drizzle.cc:3520
621
msgid "No previous outfile available, you must give a filename!\n"
624
#: ../client/drizzle.cc:3525
626
msgid "Currently logging to file '%s'\n"
629
#: ../client/drizzle.cc:3545
631
msgid "No outfile specified!\n"
634
#: ../client/drizzle.cc:3558
635
msgid "Outfile disabled.\n"
638
#: ../client/drizzle.cc:3585
639
msgid "Default pager wasn't set, using stdout.\n"
642
#: ../client/drizzle.cc:3605
644
msgid "PAGER set to '%s'\n"
647
#: ../client/drizzle.cc:3616
648
msgid "PAGER set to stdout\n"
651
#: ../client/drizzle.cc:3699
653
msgid "Connection id: %u"
656
#: ../client/drizzle.cc:3701
658
msgid "Current database: %.128s\n"
661
#: ../client/drizzle.cc:3702
666
#: ../client/drizzle.cc:3722
667
msgid "Usage: \\. <filename> | source <filename>"
670
#: ../client/drizzle.cc:3737
672
msgid "Failed to open file '%s', error: %d"
675
#: ../client/drizzle.cc:3745
676
msgid "Can't initialize LineBuffer"
679
#: ../client/drizzle.cc:3781
680
msgid "DELIMITER must be followed by a 'delimiter' character or string"
683
#: ../client/drizzle.cc:3814
684
msgid "USE must be followed by a database name"
687
#: ../client/drizzle.cc:3882
688
msgid "Database changed"
691
#: ../client/drizzle.cc:3890
692
msgid "Show warnings enabled."
695
#: ../client/drizzle.cc:3898
696
msgid "Show warnings disabled."
699
#: ../client/drizzle.cc:4042
703
"Connection id:\t\t%lu\n"
706
#: ../client/drizzle.cc:4054
708
msgid "Current database:\t%s\n"
711
#: ../client/drizzle.cc:4055
713
msgid "Current user:\t\t%s\n"
716
#: ../client/drizzle.cc:4061
717
msgid "SSL:\t\t\tNot in use"
720
#: ../client/drizzle.cc:4066
726
#: ../client/drizzle.cc:4073
729
"All updates ignored to this database\n"
732
#: ../client/drizzle.cc:4076
734
msgid "Current pager:\t\t%s\n"
737
#: ../client/drizzle.cc:4077
739
msgid "Using outfile:\t\t'%s'\n"
742
#: ../client/drizzle.cc:4078
744
msgid "Using delimiter:\t%s\n"
747
#: ../client/drizzle.cc:4079
749
msgid "Server version:\t\t%s\n"
752
#: ../client/drizzle.cc:4080
754
msgid "Protocol:\t\t%s\n"
757
#: ../client/drizzle.cc:4081
759
msgid "Protocol version:\t%d\n"
762
#: ../client/drizzle.cc:4082
764
msgid "Connection:\t\t%s\n"
767
#: ../client/drizzle.cc:4089
769
msgid "UNIX socket:\t\t%s\n"
772
#: ../client/drizzle.cc:4091
774
msgid "TCP port:\t\t%d\n"
777
#: ../client/drizzle.cc:4096
780
"Note that you are running in safe_update_mode:\n"
783
#: ../client/drizzle.cc:4098
786
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
788
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
790
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
791
" Max number of examined row combination in a join is set to: %"
796
#: ../client/drizzle.cc:4160 ../drizzled/option.cc:339
801
#: ../client/drizzle.cc:4203
803
msgid "ERROR %d (%s): "
806
#: ../client/drizzle.cc:4205
811
#: ../client/drizzle.cc:4208
815
#: ../client/drizzle.cc:4341
819
#: ../client/drizzle.cc:4343
823
#: ../client/drizzle.cc:4349
827
#: ../client/drizzle.cc:4355
831
#: ../client/drizzle.cc:4456
835
#: ../client/drizzle.cc:4576
837
msgid "Returning to default PROMPT of %s\n"
840
#: ../client/drizzle.cc:4581
841
msgid "Memory allocation error. Not changing prompt\n"
844
#: ../client/drizzle.cc:4586
846
msgid "PROMPT set to '%s'\n"
849
#: ../client/drizzledump.cc:199
851
msgid "Got errno %d on write"
854
#: ../client/drizzledump.cc:283
856
msgid "%s: You must use option --tab with --fields-...\n"
859
#: ../client/drizzledump.cc:289
862
"%s: You can't use --single-transaction and --lock-all-tables at the same "
866
#: ../client/drizzledump.cc:295
869
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
873
#: ../client/drizzledump.cc:301
875
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
878
#: ../client/drizzledump.cc:320
880
msgid "Got error: %s (%d) %s"
883
#: ../client/drizzledump.cc:327
885
msgid "Got error: %d %s"
888
#: ../client/drizzledump.cc:425 ../client/drizzledump.cc:432
889
#: ../client/drizzledump.cc:445
891
msgid "Couldn't execute '%s': %s (%d)"
894
#: ../client/drizzledump.cc:505
896
msgid "-- Connecting to %s, using protocol %s...\n"
899
#: ../client/drizzledump.cc:527
901
msgid "-- Disconnecting from %s...\n"
904
#: ../client/drizzledump.cc:538
905
msgid "Couldn't allocate memory"
908
#: ../client/drizzledump.cc:882
911
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
915
#: ../client/drizzledump.cc:896
917
msgid "-- Retrieving table structure for table %s...\n"
920
#: ../client/drizzledump.cc:1010
922
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
925
#: ../client/drizzledump.cc:1117
927
msgid "%s: Can't get keys for table %s\n"
930
#: ../client/drizzledump.cc:1195 ../client/drizzledump.cc:2248
932
msgid "Error: Couldn't read status information for table %s\n"
935
#: ../client/drizzledump.cc:1339
937
msgid "Error retrieving table structure for table: \"%s\""
940
#: ../client/drizzledump.cc:1346
942
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
945
#: ../client/drizzledump.cc:1357
947
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
950
#: ../client/drizzledump.cc:1364
952
msgid "-- Skipping dump data for table '%s', it has no fields\n"
955
#: ../client/drizzledump.cc:1372
956
msgid "-- Sending SELECT query...\n"
959
#: ../client/drizzledump.cc:1426 ../client/drizzledump.cc:1915
960
msgid "when executing 'SELECT INTO OUTFILE'"
963
#: ../client/drizzledump.cc:1437
968
"-- Dumping data for table %s\n"
972
#: ../client/drizzledump.cc:1478
973
msgid "-- Retrieving rows...\n"
976
#: ../client/drizzledump.cc:1481
978
msgid "%s: Error in field count for table: %s ! Aborting.\n"
981
#: ../client/drizzledump.cc:1525
983
msgid "%s: Error reading rows for table: %s (%d:%s) ! Aborting.\n"
986
#: ../client/drizzledump.cc:1542
988
msgid "-- %<PRIu32> of ~%<PRIu64> rows dumped for table %s\n"
991
#: ../client/drizzledump.cc:1564
993
msgid "Not enough fields from table %s! Aborting.\n"
996
#: ../client/drizzledump.cc:1979 ../client/drizzledump.cc:2095
997
msgid "when doing refresh"
1000
#: ../client/drizzledump.cc:2066
1001
msgid "alloc_root failure."
1004
#: ../client/drizzledump.cc:2082
1006
msgid "Couldn't find table: \"%s\""
1009
#: ../client/drizzledump.cc:2319 ../client/drizzledump.cc:2326
1010
#: ../client/drizzledump.cc:2336
1013
"Warning: Couldn't read keys from table %s; records are NOT sorted (%s)\n"
1016
#: ../client/drizzledump.cc:2368
1018
msgid "Error: Not enough memory to store ORDER BY clause\n"
1021
#: ../client/drizzledump.cc:2399
1023
"Dump all the databases. This will be same as --databases with all databases "
1027
#: ../client/drizzledump.cc:2401
1028
msgid "Dump all the tablespaces."
1031
#: ../client/drizzledump.cc:2403
1032
msgid "Use complete insert statements."
1035
#: ../client/drizzledump.cc:2407
1037
"Flush logs file in server before starting dump. Note that if you dump many "
1038
"databases at once (using the option --databases= or --all-databases), the "
1039
"logs will be flushed for each database dumped. The exception is when using --"
1040
"lock-all-tables in this case the logs will be flushed only once, "
1041
"corresponding to the moment all tables are locked. So if you want your dump "
1042
"and the log flush to happen at the same exact moment you should use --lock-"
1043
"all-tables or --flush-logs"
1046
#: ../client/drizzledump.cc:2409
1047
msgid "Continue even if we get an sql-error."
1050
#: ../client/drizzledump.cc:2410
1052
msgid "Display this help message and exit."
1053
msgstr "إظهار هذه المساعدة."
1055
#: ../client/drizzledump.cc:2412
1057
"Locks all tables across all databases. This is achieved by taking a global "
1058
"read lock for the duration of the whole dump. Automatically turns --single-"
1059
"transaction and --lock-tables off."
1062
#: ../client/drizzledump.cc:2414
1064
"Sorts each table's rows by primary key, or first unique key, if such a key "
1065
"exists. Useful when dumping a MyISAM table to be loaded into an InnoDB "
1066
"table, but will make the dump itself take considerably longer."
1069
#: ../client/drizzledump.cc:2416
1071
"Creates a consistent snapshot by dumping all tables in a single transaction. "
1072
"Works ONLY for tables stored in storage engines which support "
1073
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
1074
"be consistent for other storage engines. While a --single-transaction dump "
1075
"is in process, to ensure a valid dump file (correct table contents), no "
1076
"other connection should use the following statements: ALTER TABLE, DROP "
1077
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
1078
"from them. Option automatically turns off --lock-tables."
1081
#: ../client/drizzledump.cc:2417
1083
"Same as --add-drop-table, --add-locks, --create-options, --quick, --extended-"
1084
"insert, --lock-tables, --set-charset, and --disable-keys. Enabled by "
1085
"default, disable with --skip-opt."
1088
#: ../client/drizzledump.cc:2419
1090
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --"
1091
"quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys."
1094
#: ../client/drizzledump.cc:2420
1095
msgid "Overrides option --databases (-B)."
1098
#: ../client/drizzledump.cc:2422
1099
msgid "Number of rows before each output progress report (requires --verbose)."
1102
#: ../client/drizzledump.cc:2424
1103
msgid "Print info about the various stages."
1106
#: ../client/drizzledump.cc:2426
1107
msgid "Dump a database as well formed XML."
1110
#: ../client/drizzledump.cc:2427
1111
msgid "Turn off Comments"
1114
#: ../client/drizzledump.cc:2428
1115
msgid "Turn off create-options"
1118
#: ../client/drizzledump.cc:2429
1119
msgid "Turn off extended-insert"
1122
#: ../client/drizzledump.cc:2430
1123
msgid "Turn off dump-date"
1126
#: ../client/drizzledump.cc:2431
1127
msgid "Do not read from the configuration files"
1130
#: ../client/drizzledump.cc:2437
1131
msgid "Add a 'DROP DATABASE' before each create."
1134
#: ../client/drizzledump.cc:2439
1135
msgid "Add a 'drop table' before each create."
1138
#: ../client/drizzledump.cc:2441
1139
msgid "Allow creation of column names that are keywords."
1142
#: ../client/drizzledump.cc:2443
1143
msgid "Write additional information."
1146
#: ../client/drizzledump.cc:2445
1148
"Give less verbose output (useful for debugging). Disables structure comments "
1149
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
1150
"set-names --skip-disable-keys --skip-add-locks"
1153
#: ../client/drizzledump.cc:2447
1154
msgid "Include all DRIZZLE specific create options."
1157
#: ../client/drizzledump.cc:2449
1158
msgid "Put a dump date to the end of the output."
1161
#: ../client/drizzledump.cc:2451
1163
"To dump several databases. Note the difference in usage; In this case no "
1164
"tables are given. All name arguments are regarded as databasenames. 'USE "
1165
"db_name;' will be included in the output."
1168
#: ../client/drizzledump.cc:2453
1169
msgid "Insert rows with INSERT DELAYED;"
1172
#: ../client/drizzledump.cc:2455
1174
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
1175
"will be put in the output."
1178
#: ../client/drizzledump.cc:2457
1179
msgid "Allows utilization of the new, much faster INSERT syntax."
1182
#: ../client/drizzledump.cc:2459
1183
msgid "Fields in the textfile are terminated by ..."
1186
#: ../client/drizzledump.cc:2461
1187
msgid "Fields in the importfile are enclosed by ..."
1190
#: ../client/drizzledump.cc:2463
1191
msgid "Fields in the i.file are opt. enclosed by ..."
1194
#: ../client/drizzledump.cc:2465
1195
msgid "Fields in the i.file are escaped by ..."
1198
#: ../client/drizzledump.cc:2469
1200
"Do not dump the specified table. To specify more than one table to ignore, "
1201
"use the directive multiple times, once for each table. Each table must be "
1202
"specified with both database and table names, e.g. --ignore-table=database."
1206
#: ../client/drizzledump.cc:2471
1207
msgid "Insert rows with INSERT IGNORE."
1210
#: ../client/drizzledump.cc:2473
1211
msgid "Lines in the i.file are terminated by ..."
1214
#: ../client/drizzledump.cc:2475
1215
msgid "Wrap tables with autocommit/commit statements."
1218
#: ../client/drizzledump.cc:2477
1220
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
1221
"above line will be added otherwise, if --databases or --all-databases option "
1225
#: ../client/drizzledump.cc:2479
1226
msgid "Don't write table creation info."
1229
#: ../client/drizzledump.cc:2481
1230
msgid "No row information."
1233
#: ../client/drizzledump.cc:2482
1234
msgid "Deprecated. Use --skip-set-charset instead."
1237
#: ../client/drizzledump.cc:2484
1238
msgid "Enable set-name"
1241
#: ../client/drizzledump.cc:2486
1242
msgid "Don't buffer query, dump directly to stdout."
1245
#: ../client/drizzledump.cc:2488
1246
msgid "Quote table and column names with backticks (`)."
1249
#: ../client/drizzledump.cc:2490
1250
msgid "Use REPLACE INTO instead of INSERT INTO."
1253
#: ../client/drizzledump.cc:2492
1255
"Direct output to a given file. This option should be used in MSDOS, because "
1256
"it prevents new line '\\n' from being converted to '\\r\\n' (carriage return "
1260
#: ../client/drizzledump.cc:2494
1262
"Creates tab separated textfile for each table to given path. (creates .sql "
1263
"and .txt files). NOTE: This only works if drizzledump is run on the same "
1264
"machine as the drizzled daemon."
1267
#: ../client/drizzledump.cc:2496
1268
msgid "Dump only selected records; QUOTES mandatory!"
1271
#: ../client/drizzledump.cc:2502
1273
msgid "Connect to host."
1274
msgstr "لا يمكن الإتصال بقاعدة البيانات\n"
1276
#: ../client/drizzledump.cc:2504
1278
"Password to use when connecting to server. If password is not given it's "
1279
"solicited on the tty."
1282
#: ../client/drizzledump.cc:2506
1283
msgid "Port number to use for connection."
1286
#: ../client/drizzledump.cc:2513
1287
msgid "Hidden Options"
1290
#: ../client/drizzledump.cc:2515
1291
msgid "Used to select the database"
1294
#: ../client/drizzledump.cc:2516
1295
msgid "Used to select the tables"
1298
#: ../client/drizzledump.cc:2519
1299
msgid "Allowed Options + Hidden Options"
1302
#: ../client/drizzledump.cc:2571
1304
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1307
#: ../client/drizzledump.cc:2576
1309
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1310
"and you are welcome to modify and redistribute it under the GPL license\n"
1313
#: ../client/drizzledump.cc:2577
1314
msgid "Dumps definitions and data from a Drizzle database server"
1317
#: ../client/drizzledump.cc:2578
1319
msgid "Usage: %s [OPTIONS] database [tables]\n"
1322
#: ../client/drizzledump.cc:2579
1324
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1327
#: ../client/drizzledump.cc:2581
1329
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1332
#: ../client/drizzledump.cc:2613 ../client/drizzleimport.cc:473
1333
#: ../client/drizzleslap.cc:1016 ../client/drizzletest.cc:5611
1335
msgid "Value supplied for port is not valid.\n"
1339
#. This check is made because the some the file functions below
1340
#. have FN_REFLEN sized stack allocated buffers and will cause
1341
#. a crash even if the input destination buffer is large enough
1342
#. to hold the output.
1344
#: ../client/drizzledump.cc:2660
1346
msgid "Input filename too long: %s"
1349
#: ../client/drizzledump.cc:2698
1351
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1354
#: ../client/drizzleslap.cc:2870
1356
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1359
#: ../client/drizzletest.cc:5364
1360
msgid "Error: Invalid Value for opt_max_connect_retries"
1363
#: ../client/drizzletest.cc:5374
1364
msgid "Error: Invalid Value for opt_tail_lines"
1367
#: ../client/drizzletest.cc:5384
1368
msgid "Error: Invalid Value for opt_sleep"
1371
#: ../client/drizzletest.cc:5563
1373
msgid "Could not open '%s' for reading: errno = %d"
1376
#: ../client/drizzletest.cc:5568
1378
msgid "Out of memory"
1381
#: ../drizzled/drizzled.cc:482
1385
#: ../drizzled/drizzled.cc:546
1386
msgid "One can only use the --user switch if running as root\n"
1389
#: ../drizzled/drizzled.cc:553
1391
"Fatal error: Please read \"Security\" section of the manual to find out how "
1392
"to run drizzled as root!\n"
1395
#: ../drizzled/drizzled.cc:573
1398
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1402
#: ../drizzled/drizzled.cc:598
1403
msgid "Set process group ID failed"
1406
#: ../drizzled/drizzled.cc:603
1407
msgid "Set process user ID failed"
1410
#: ../drizzled/drizzled.cc:615
1411
msgid "Process chroot failed"
1414
#: ../drizzled/drizzled.cc:704
1416
msgid "gethostname failed, using '%s' as hostname"
1419
#: ../drizzled/drizzled.cc:739
1420
msgid "Error getting default charset"
1423
#: ../drizzled/drizzled.cc:766
1424
msgid "Error setting collation"
1427
#: ../drizzled/drizzled.cc:774
1429
msgid "Unknown locale: '%s'"
1432
#: ../drizzled/drizzled.cc:791
1433
msgid "Can't create thread-keys"
1436
#: ../drizzled/drizzled.cc:861
1437
msgid "Could not initialize table cache\n"
1440
#: ../drizzled/drizzled.cc:872
1441
msgid "XA cache initialization failed: Out of memory\n"
1444
#: ../drizzled/drizzled.cc:881
1445
msgid "Failed to initialize plugins\n"
1448
#: ../drizzled/drizzled.cc:903
1451
"%s: Unknown options give (first unknown is '%s').\n"
1452
"Use --verbose --help to get a list of available options\n"
1455
#: ../drizzled/drizzled.cc:928
1456
msgid "No scheduler found, cannot continue!\n"
1459
#: ../drizzled/drizzled.cc:952
1461
msgid "Unknown/unsupported storage engine: %s\n"
1464
#: ../drizzled/drizzled.cc:1044
1465
msgid "Display this help and exit."
1468
#: ../drizzled/drizzled.cc:1048
1469
msgid "Display this help and exit after initializing plugins."
1472
#: ../drizzled/drizzled.cc:1052
1473
msgid "Print the default settings and exit"
1476
#: ../drizzled/drizzled.cc:1056
1477
msgid "Auto-increment columns are incremented by this"
1480
#: ../drizzled/drizzled.cc:1061
1482
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1486
#: ../drizzled/drizzled.cc:1067
1488
"Path to installation directory. All paths are usually resolved relative to "
1492
#: ../drizzled/drizzled.cc:1072
1493
msgid "Chroot drizzled daemon during startup."
1496
#: ../drizzled/drizzled.cc:1076
1497
msgid "Set the default collation."
1500
#: ../drizzled/drizzled.cc:1080
1501
msgid "Default completion type."
1504
#: ../drizzled/drizzled.cc:1085
1505
msgid "Write core on errors."
1508
#: ../drizzled/drizzled.cc:1089
1509
msgid "Path to the database root."
1512
#: ../drizzled/drizzled.cc:1093
1513
msgid "Set the default storage engine (table type) for tables."
1516
#: ../drizzled/drizzled.cc:1097
1517
msgid "Set the default time zone."
1520
#: ../drizzled/drizzled.cc:1102
1521
msgid "Used for debugging; Use at your own risk!"
1524
#: ../drizzled/drizzled.cc:1107
1525
msgid "Set up signals usable for debugging"
1528
#: ../drizzled/drizzled.cc:1111
1532
#: ../drizzled/drizzled.cc:1115
1533
msgid "Set the language used for the month names and the days of the week."
1536
#: ../drizzled/drizzled.cc:1120
1537
msgid "Log some not critical warnings to the log file."
1540
#: ../drizzled/drizzled.cc:1125
1541
msgid "Pid file used by safe_mysqld."
1544
#: ../drizzled/drizzled.cc:1129
1546
"Maximum time in seconds to wait for the port to become free. (Default: no "
1550
#: ../drizzled/drizzled.cc:1134
1552
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1553
"specified directory"
1556
#: ../drizzled/drizzled.cc:1139
1558
"Uniquely identifies the server instance in the community of replication "
1562
#: ../drizzled/drizzled.cc:1144
1563
msgid "Don't print a stack trace on failure."
1566
#: ../drizzled/drizzled.cc:1148
1567
msgid "Enable symbolic link support."
1570
#: ../drizzled/drizzled.cc:1157
1572
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1575
#: ../drizzled/drizzled.cc:1162
1576
msgid "Path for temporary files."
1579
#: ../drizzled/drizzled.cc:1166
1580
msgid "Default transaction isolation level."
1583
#: ../drizzled/drizzled.cc:1170
1584
msgid "Run drizzled daemon as user."
1587
#: ../drizzled/drizzled.cc:1178
1589
"The number of outstanding connection requests Drizzle can have. This comes "
1590
"into play when the main Drizzle thread gets very many connection requests in "
1591
"a very short time."
1594
#: ../drizzled/drizzled.cc:1184
1596
"Size of tree cache used in bulk insert optimization. Note that this is a "
1600
#: ../drizzled/drizzled.cc:1190
1602
"Precision of the result of '/' operator will be increased on that value."
1605
#: ../drizzled/drizzled.cc:1196
1606
msgid "The maximum length of the result of function group_concat."
1609
#: ../drizzled/drizzled.cc:1201
1610
msgid "The size of the buffer that is used for full joins."
1613
#: ../drizzled/drizzled.cc:1207
1614
msgid "Max packetlength to send/receive from to server."
1617
#: ../drizzled/drizzled.cc:1212
1619
"If there is more than this number of interrupted connections from a host "
1620
"this host will be blocked from further connections."
1623
#: ../drizzled/drizzled.cc:1217
1624
msgid "Max number of errors/warnings to store for a statement."
1627
#: ../drizzled/drizzled.cc:1222
1628
msgid "Don't allow creation of heap tables bigger than this."
1631
#: ../drizzled/drizzled.cc:1228
1633
"Joins that are probably going to read more than max_join_size records return "
1637
#: ../drizzled/drizzled.cc:1234
1638
msgid "Max number of bytes in sorted records."
1641
#: ../drizzled/drizzled.cc:1239
1642
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1645
#: ../drizzled/drizzled.cc:1244
1647
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1648
"max_sort_length bytes of each value are used; the rest are ignored)."
1651
#: ../drizzled/drizzled.cc:1251
1652
msgid "After this many write locks, allow some read locks to run in between."
1655
#: ../drizzled/drizzled.cc:1255
1657
"Don't log queries which examine less than min_examined_row_limit rows to "
1661
#: ../drizzled/drizzled.cc:1261
1663
"Controls the heuristic(s) applied during query optimization to prune less-"
1664
"promising partial plans from the optimizer search space. Meaning: false - do "
1665
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1666
"based on number of retrieved rows."
1669
#: ../drizzled/drizzled.cc:1269
1671
"Maximum depth of search performed by the query optimizer. Values larger than "
1672
"the number of relations in a query result in better query plans, but take "
1673
"longer to compile a query. Smaller values than the number of tables in a "
1674
"relation result in faster optimization, but may produce very bad query "
1675
"plans. If set to 0, the system will automatically pick a reasonable value; "
1676
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1677
"(used for testing/comparison)."
1680
#: ../drizzled/drizzled.cc:1281
1681
msgid "Directory for plugins."
1684
#: ../drizzled/drizzled.cc:1285
1686
"Optional comma separated list of plugins to load at startup in addition to "
1687
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1690
#: ../drizzled/drizzled.cc:1291
1692
"Optional comma separated list of plugins to not load at startup. Effectively "
1693
"removes a plugin from the list of plugins to be loaded. [for example: --"
1694
"plugin_remove=crc32,logger_gearman]"
1697
#: ../drizzled/drizzled.cc:1297
1699
"Optional comma separated list of plugins to load at starup instead of the "
1700
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1703
#: ../drizzled/drizzled.cc:1303
1704
msgid "The size of the buffer that is allocated when preloading indexes"
1707
#: ../drizzled/drizzled.cc:1308
1708
msgid "Allocation block size for query parsing and execution"
1711
#: ../drizzled/drizzled.cc:1313
1712
msgid "Persistent buffer for query parsing and execution"
1715
#: ../drizzled/drizzled.cc:1319
1716
msgid "Allocation block size for storing ranges during optimization"
1719
#: ../drizzled/drizzled.cc:1325
1721
"Each thread that does a sequential scan allocates a buffer of this size for "
1722
"each table it scans. If you do many sequential scans, you may want to "
1723
"increase this value."
1726
#: ../drizzled/drizzled.cc:1333
1728
"When reading rows in sorted order after a sort, the rows are read through "
1729
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1733
#: ../drizzled/drizzled.cc:1341
1734
msgid "Select scheduler to be used (by default multi-thread)."
1737
#: ../drizzled/drizzled.cc:1346
1738
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1741
#: ../drizzled/drizzled.cc:1352
1742
msgid "The number of cached table definitions."
1745
#: ../drizzled/drizzled.cc:1356
1746
msgid "The number of cached open tables."
1749
#: ../drizzled/drizzled.cc:1360
1751
"Timeout in seconds to wait for a table level lock before returning an error. "
1752
"Used only if the connection has active cursors."
1755
#: ../drizzled/drizzled.cc:1365
1756
msgid "The stack size for each thread."
1759
#: ../drizzled/drizzled.cc:1371
1761
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1762
"automatically convert it to an on-disk MyISAM table."
1765
#: ../drizzled/drizzled.cc:1397
1767
"Copyright (C) 2008 Sun Microsystems\n"
1768
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1769
"and you are welcome to modify and redistribute it under the GPL license\n"
1773
#: ../drizzled/drizzled.cc:1405
1775
msgid "Usage: %s [OPTIONS]\n"
1778
#: ../drizzled/drizzled.cc:1529
1781
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1785
#: ../drizzled/drizzled.cc:1572
1786
msgid "Can't start server: cannot resolve hostname!"
1789
#: ../drizzled/drizzled.cc:1578
1790
msgid "Can't start server: bind-address refers to multiple interfaces!"
1793
#: ../drizzled/error.cc:138
1795
msgid "Unknown error %d"
1798
#: ../drizzled/error.cc:214
1802
#: ../drizzled/error.cc:215
1806
#: ../drizzled/error.cc:216
1808
msgid "Can't create file '%-.200s' (errno: %d)"
1811
#: ../drizzled/error.cc:217
1813
msgid "Can't create table '%-.200s' (errno: %d)"
1816
#: ../drizzled/error.cc:218
1818
msgid "Can't create database '%-.192s' (errno: %d)"
1821
#: ../drizzled/error.cc:219
1823
msgid "Can't create database '%-.192s'; database exists"
1826
#: ../drizzled/error.cc:220
1828
msgid "Can't drop database '%-.192s'; database doesn't exist"
1831
#: ../drizzled/error.cc:221
1833
msgid "Error on delete of '%-.192s' (errno: %d)"
1836
#: ../drizzled/error.cc:222
1838
msgid "Can't get status of '%-.200s' (errno: %d)"
1841
#: ../drizzled/error.cc:223
1843
msgid "Can't lock file (errno: %d)"
1846
#: ../drizzled/error.cc:224
1848
msgid "Can't open file: '%-.200s' (errno: %d)"
1851
#: ../drizzled/error.cc:225
1853
msgid "Can't find file: '%-.200s' (errno: %d)"
1856
#: ../drizzled/error.cc:226
1858
msgid "Can't read dir of '%-.192s' (errno: %d)"
1861
#: ../drizzled/error.cc:227
1863
msgid "Record has changed since last read in table '%-.192s'"
1866
#: ../drizzled/error.cc:228
1868
msgid "Disk full (%s); waiting for someone to free some space..."
1871
#: ../drizzled/error.cc:229
1873
msgid "Can't write; duplicate key in table '%-.192s'"
1876
#: ../drizzled/error.cc:230
1878
msgid "Error on close of '%-.192s' (errno: %d)"
1881
#: ../drizzled/error.cc:231
1883
msgid "Error reading file '%-.200s' (errno: %d)"
1886
#: ../drizzled/error.cc:232
1888
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1891
#: ../drizzled/error.cc:233
1893
msgid "Error writing file '%-.200s' (errno: %d)"
1896
#: ../drizzled/error.cc:234
1898
msgid "'%-.192s' is locked against change"
1901
#: ../drizzled/error.cc:235
1902
msgid "Sort aborted"
1905
#: ../drizzled/error.cc:236
1907
msgid "Got error %d from storage engine"
1910
#: ../drizzled/error.cc:237
1912
msgid "Table storage engine for '%-.192s' doesn't have this option"
1915
#: ../drizzled/error.cc:238
1917
msgid "Can't find record in '%-.192s'"
1920
#: ../drizzled/error.cc:239
1922
msgid "Incorrect information in file: '%-.200s'"
1925
#: ../drizzled/error.cc:240
1927
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1930
#: ../drizzled/error.cc:241
1932
msgid "Old key file for table '%-.192s'; repair it!"
1935
#: ../drizzled/error.cc:242
1937
msgid "Table '%-.192s' is read only"
1940
#: ../drizzled/error.cc:243
1942
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1945
#: ../drizzled/error.cc:244
1946
msgid "Out of sort memory; increase server sort buffer size"
1949
#: ../drizzled/error.cc:245
1951
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1954
#: ../drizzled/error.cc:246
1955
msgid "Too many connections"
1958
#: ../drizzled/error.cc:247
1960
"Out of memory; check if drizzled or some other process uses all available "
1961
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1962
"memory or you can add more swap space"
1965
#: ../drizzled/error.cc:248
1966
msgid "Can't get hostname for your address"
1969
#: ../drizzled/error.cc:249
1970
msgid "Bad handshake"
1973
#: ../drizzled/error.cc:250
1975
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1978
#: ../drizzled/error.cc:251
1980
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1983
#: ../drizzled/error.cc:252
1984
msgid "No database selected"
1987
#: ../drizzled/error.cc:253
1988
msgid "Unknown command"
1991
#: ../drizzled/error.cc:254
1993
msgid "Column '%-.192s' cannot be null"
1996
#: ../drizzled/error.cc:255
1998
msgid "Unknown database '%-.192s'"
2001
#: ../drizzled/error.cc:256
2003
msgid "Table '%-.192s' already exists"
2006
#: ../drizzled/error.cc:257
2008
msgid "Unknown table '%-.100s'"
2011
#: ../drizzled/error.cc:258
2013
msgid "Column '%-.192s' in %-.192s is ambiguous"
2016
#: ../drizzled/error.cc:259
2017
msgid "Server shutdown in progress"
2020
#: ../drizzled/error.cc:260
2022
msgid "Unknown column '%-.192s' in '%-.192s'"
2025
#: ../drizzled/error.cc:261
2027
msgid "'%-.192s' isn't in GROUP BY"
2030
#: ../drizzled/error.cc:262
2032
msgid "Can't group on '%-.192s'"
2035
#: ../drizzled/error.cc:263
2036
msgid "Statement has sum functions and columns in same statement"
2039
#: ../drizzled/error.cc:264
2040
msgid "Column count doesn't match value count"
2043
#: ../drizzled/error.cc:265
2045
msgid "Identifier name '%-.100s' is too long"
2048
#: ../drizzled/error.cc:266
2050
msgid "Duplicate column name '%-.192s'"
2053
#: ../drizzled/error.cc:267
2055
msgid "Duplicate key name '%-.192s'"
2058
#: ../drizzled/error.cc:268
2060
msgid "Duplicate entry '%-.192s' for key %d"
2063
#: ../drizzled/error.cc:269
2065
msgid "Incorrect column specifier for column '%-.192s'"
2068
#: ../drizzled/error.cc:270
2070
msgid "%s near '%-.80s' at line %d"
2073
#: ../drizzled/error.cc:271
2074
msgid "Query was empty"
2077
#: ../drizzled/error.cc:272
2079
msgid "Not unique table/alias: '%-.192s'"
2082
#: ../drizzled/error.cc:273
2084
msgid "Invalid default value for '%-.192s'"
2087
#: ../drizzled/error.cc:274
2088
msgid "Multiple primary key defined"
2091
#: ../drizzled/error.cc:275
2093
msgid "Too many keys specified; max %d keys allowed"
2096
#: ../drizzled/error.cc:276
2098
msgid "Too many key parts specified; max %d parts allowed"
2101
#: ../drizzled/error.cc:277
2103
msgid "Specified key was too long; max key length is %d bytes"
2106
#: ../drizzled/error.cc:278
2108
msgid "Key column '%-.192s' doesn't exist in table"
2111
#: ../drizzled/error.cc:279
2114
"BLOB column '%-.192s' can't be used in key specification with the used table "
2118
#: ../drizzled/error.cc:280
2121
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2125
#: ../drizzled/error.cc:281
2127
"Incorrect table definition; there can be only one auto column and it must be "
2131
#: ../drizzled/error.cc:282
2133
msgid "%s: Normal shutdown\n"
2136
#: ../drizzled/error.cc:283
2138
msgid "%s: Got signal %d. Aborting!\n"
2141
#: ../drizzled/error.cc:284
2143
msgid "%s: Shutdown complete\n"
2146
#: ../drizzled/error.cc:285
2148
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2151
#: ../drizzled/error.cc:286
2152
msgid "Can't create IP socket"
2155
#: ../drizzled/error.cc:287
2158
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2162
#: ../drizzled/error.cc:288
2165
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2169
#: ../drizzled/error.cc:289
2171
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2174
#: ../drizzled/error.cc:290
2177
"The file '%-.128s' must be in the database directory or be readable by all"
2180
#: ../drizzled/error.cc:291
2182
msgid "File '%-.200s' already exists"
2185
#: ../drizzled/error.cc:292
2187
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2190
#: ../drizzled/error.cc:293
2192
"Incorrect prefix key; the used key part isn't a string, the used length is "
2193
"longer than the key part, or the storage engine doesn't support unique "
2197
#: ../drizzled/error.cc:294
2198
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2201
#: ../drizzled/error.cc:295
2203
msgid "Can't DROP '%-.192s'; check that column/key exists"
2206
#: ../drizzled/error.cc:296
2208
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2211
#: ../drizzled/error.cc:297
2213
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2216
#: ../drizzled/error.cc:298
2218
msgid "Unknown thread id: %lu"
2221
#: ../drizzled/error.cc:299
2223
msgid "You are not owner of thread %lu"
2226
#: ../drizzled/error.cc:300
2227
msgid "No tables used"
2230
#: ../drizzled/error.cc:301
2232
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2235
#: ../drizzled/error.cc:302
2237
msgid "Incorrect database name '%-.100s'"
2240
#: ../drizzled/error.cc:303
2242
msgid "Incorrect table name '%-.100s'"
2245
#: ../drizzled/error.cc:304
2247
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2248
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2251
#: ../drizzled/error.cc:305
2252
msgid "Unknown error"
2255
#: ../drizzled/error.cc:306
2257
msgid "Unknown procedure '%-.192s'"
2260
#: ../drizzled/error.cc:307
2262
msgid "Incorrect parameter count to procedure '%-.192s'"
2265
#: ../drizzled/error.cc:308
2267
msgid "Unknown table '%-.192s' in %-.32s"
2270
#: ../drizzled/error.cc:309
2272
msgid "Column '%-.192s' specified twice"
2275
#: ../drizzled/error.cc:310
2276
msgid "Invalid use of group function"
2279
#: ../drizzled/error.cc:311
2282
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2285
#: ../drizzled/error.cc:312
2286
msgid "A table must have at least 1 column"
2289
#: ../drizzled/error.cc:313
2291
msgid "The table '%-.192s' is full"
2294
#: ../drizzled/error.cc:314
2296
msgid "Too many tables; Drizzle can only use %d tables in a join"
2299
#: ../drizzled/error.cc:315
2300
msgid "Too many columns"
2303
#: ../drizzled/error.cc:316
2306
"Row size too large. The maximum row size for the used table type, not "
2307
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2310
#: ../drizzled/error.cc:317
2311
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2314
#: ../drizzled/error.cc:318
2317
"Table handler doesn't support NULL in given index. Please change column "
2318
"'%-.192s' to be NOT NULL or use another handler"
2321
#: ../drizzled/error.cc:319
2322
msgid "No paths allowed for plugin library"
2325
#: ../drizzled/error.cc:320
2327
msgid "Plugin '%-.192s' already exists"
2330
#: ../drizzled/error.cc:321
2332
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2335
#: ../drizzled/error.cc:322
2337
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2340
#: ../drizzled/error.cc:323
2342
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2345
#: ../drizzled/error.cc:324
2348
"Can't create a new thread (errno %d); if you are not out of available "
2349
"memory, you can consult the manual for a possible OS-dependent bug"
2352
#: ../drizzled/error.cc:325
2354
msgid "Column count doesn't match value count at row %ld"
2357
#: ../drizzled/error.cc:326
2359
msgid "Can't reopen table: '%-.192s'"
2362
#: ../drizzled/error.cc:327
2364
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2365
"illegal if there is no GROUP BY clause"
2368
#: ../drizzled/error.cc:328
2370
msgid "Table '%-.192s.%-.192s' doesn't exist"
2373
#: ../drizzled/error.cc:329
2375
"You have an error in your SQL syntax; check the manual that corresponds to "
2376
"your Drizzle server version for the right syntax to use"
2379
#: ../drizzled/error.cc:330
2380
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2383
#: ../drizzled/error.cc:331
2384
msgid "Got packets out of order"
2387
#: ../drizzled/error.cc:332
2388
msgid "The used table type doesn't support BLOB/TEXT columns"
2391
#: ../drizzled/error.cc:333
2392
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2395
#: ../drizzled/error.cc:334
2397
msgid "Incorrect column name '%-.100s'"
2400
#: ../drizzled/error.cc:335
2402
msgid "The used storage engine can't index column '%-.192s'"
2405
#: ../drizzled/error.cc:336
2407
"Unable to open underlying table which is differently defined or of non-"
2408
"MyISAM type or doesn't exist"
2411
#: ../drizzled/error.cc:337
2413
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2416
#: ../drizzled/error.cc:338
2419
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2422
#: ../drizzled/error.cc:339
2424
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2428
#: ../drizzled/error.cc:340
2429
msgid "Result consisted of more than one row"
2432
#: ../drizzled/error.cc:341
2433
msgid "This table type requires a primary key"
2436
#: ../drizzled/error.cc:342
2438
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2441
#: ../drizzled/error.cc:343
2442
msgid "Can't open table"
2445
#: ../drizzled/error.cc:344
2447
msgid "The storage engine for the table doesn't support %s"
2450
#: ../drizzled/error.cc:345
2452
msgid "Got error %d during COMMIT"
2455
#: ../drizzled/error.cc:346
2457
msgid "Got error %d during ROLLBACK"
2460
#. This is a very incorrect place to use the PRIi64 macro as the
2461
#. program that looks over the source for the N_() macros does not
2462
#. (obviously) do macro expansion, so the string is entirely wrong for
2463
#. what it is trying to output for every language except english.
2464
#: ../drizzled/error.cc:351
2467
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2471
#: ../drizzled/error.cc:352
2473
"Can't execute the given command because you have active locked tables or an "
2474
"active transaction"
2477
#: ../drizzled/error.cc:353
2479
msgid "Unknown system variable '%-.64s'"
2482
#: ../drizzled/error.cc:354
2484
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2487
#: ../drizzled/error.cc:355
2490
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2493
#: ../drizzled/error.cc:356
2494
msgid "Some non-transactional changed tables couldn't be rolled back"
2497
#: ../drizzled/error.cc:357
2498
msgid "You may only use constant expressions with SET"
2501
#: ../drizzled/error.cc:358
2502
msgid "Lock wait timeout exceeded; try restarting transaction"
2505
#: ../drizzled/error.cc:359
2506
msgid "The total number of locks exceeds the lock table size"
2509
#: ../drizzled/error.cc:360
2510
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2513
#: ../drizzled/error.cc:361
2514
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2517
#: ../drizzled/error.cc:362
2519
msgid "Incorrect arguments to %s"
2522
#: ../drizzled/error.cc:363
2523
msgid "Deadlock found when trying to get lock; try restarting transaction"
2526
#: ../drizzled/error.cc:364
2527
msgid "The used table type doesn't support FULLTEXT indexes"
2530
#: ../drizzled/error.cc:365
2531
msgid "Cannot add foreign key constraint"
2534
#: ../drizzled/error.cc:366
2535
msgid "Cannot add or update a child row: a foreign key constraint fails"
2538
#: ../drizzled/error.cc:367
2539
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2542
#: ../drizzled/error.cc:368
2544
msgid "Incorrect usage of %s and %s"
2547
#: ../drizzled/error.cc:369
2548
msgid "The used SELECT statements have a different number of columns"
2551
#: ../drizzled/error.cc:370
2552
msgid "Can't execute the query because you have a conflicting read lock"
2555
#: ../drizzled/error.cc:371
2558
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2561
#: ../drizzled/error.cc:372
2564
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2567
#: ../drizzled/error.cc:373
2569
msgid "Variable '%-.64s' doesn't have a default value"
2572
#: ../drizzled/error.cc:374
2574
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2577
#: ../drizzled/error.cc:375
2579
msgid "Incorrect argument type to variable '%-.64s'"
2582
#: ../drizzled/error.cc:376
2584
msgid "Variable '%-.64s' can only be set, not read"
2587
#: ../drizzled/error.cc:377
2589
msgid "Incorrect usage/placement of '%s'"
2592
#: ../drizzled/error.cc:378
2594
msgid "This version of Drizzle doesn't yet support '%s'"
2597
#: ../drizzled/error.cc:379
2599
msgid "Variable '%-.192s' is a %s variable"
2602
#: ../drizzled/error.cc:380
2604
msgid "Incorrect foreign key definition for '%-.192s': %s"
2607
#: ../drizzled/error.cc:381
2608
msgid "Key reference and table reference don't match"
2611
#: ../drizzled/error.cc:382
2613
msgid "Operand should contain %d column(s)"
2616
#: ../drizzled/error.cc:383
2617
msgid "Subquery returns more than 1 row"
2620
#: ../drizzled/error.cc:384
2622
msgid "Converting column '%s' from %s to %s"
2625
#: ../drizzled/error.cc:385
2627
msgid "Reference '%-.64s' not supported (%s)"
2630
#: ../drizzled/error.cc:386
2631
msgid "Every derived table must have its own alias"
2634
#: ../drizzled/error.cc:387
2636
msgid "Select %u was reduced during optimization"
2639
#: ../drizzled/error.cc:388
2641
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2644
#: ../drizzled/error.cc:389
2645
msgid "All parts of a SPATIAL index must be NOT NULL"
2648
#: ../drizzled/error.cc:390
2650
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2653
#: ../drizzled/error.cc:391
2656
"Uncompressed data size too large; the maximum size is %d (based on "
2657
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2660
#: ../drizzled/error.cc:392
2661
msgid "ZLIB: Not enough memory"
2664
#: ../drizzled/error.cc:393
2666
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2667
"data was corrupted)"
2670
#: ../drizzled/error.cc:394
2671
msgid "ZLIB: Input data corrupted"
2674
#: ../drizzled/error.cc:395
2676
msgid "%d line(s) were cut by GROUP_CONCAT()"
2679
#: ../drizzled/error.cc:396
2681
msgid "Row %ld doesn't contain data for all columns"
2684
#: ../drizzled/error.cc:397
2687
"Row %ld was truncated; it contained more data than there were input columns"
2690
#: ../drizzled/error.cc:398
2693
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2696
#: ../drizzled/error.cc:399
2698
msgid "Out of range value for column '%s' at row %ld"
2701
#: ../drizzled/error.cc:400
2703
msgid "Data truncated for column '%s' at row %ld"
2706
#: ../drizzled/error.cc:401
2708
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2711
#: ../drizzled/error.cc:402
2713
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2716
#: ../drizzled/error.cc:403
2718
msgid "Illegal mix of collations for operation '%s'"
2721
#: ../drizzled/error.cc:404
2724
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2728
#: ../drizzled/error.cc:405
2730
msgid "Unknown collation: '%-.64s'"
2733
#: ../drizzled/error.cc:406
2736
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2740
#: ../drizzled/error.cc:407
2742
msgid "Incorrect index name '%-.100s'"
2745
#: ../drizzled/error.cc:408
2747
msgid "Incorrect catalog name '%-.100s'"
2750
#: ../drizzled/error.cc:409
2752
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2755
#: ../drizzled/error.cc:410
2757
msgid "Unknown table engine '%s'"
2760
#: ../drizzled/error.cc:411
2762
msgid "The target table %-.100s of the %s is not updatable"
2765
#: ../drizzled/error.cc:412
2768
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2772
#: ../drizzled/error.cc:413
2775
"The Drizzle server is running with the %s option so it cannot execute this "
2779
#: ../drizzled/error.cc:414
2781
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2784
#: ../drizzled/error.cc:415
2786
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2789
#: ../drizzled/error.cc:416
2791
"Incorrect table definition; there can be only one TIMESTAMP column with "
2792
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2795
#: ../drizzled/error.cc:417
2797
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2800
#: ../drizzled/error.cc:418
2802
msgid "Got error %d '%-.100s' from %s"
2805
#: ../drizzled/error.cc:419
2807
msgid "Got temporary error %d '%-.100s' from %s"
2810
#: ../drizzled/error.cc:420
2812
msgid "Unknown or incorrect time zone: '%-.64s'"
2815
#: ../drizzled/error.cc:421
2817
msgid "Invalid %s character string: '%.64s'"
2820
#: ../drizzled/error.cc:422
2822
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2825
#: ../drizzled/error.cc:423
2827
msgid "%s %s does not exist"
2830
#: ../drizzled/error.cc:424
2831
msgid "Query execution was interrupted"
2834
#: ../drizzled/error.cc:425
2837
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2838
"(s) or definer/invoker of view lack rights to use them"
2841
#: ../drizzled/error.cc:426
2843
msgid "Field '%-.192s' doesn't have a default value"
2846
#: ../drizzled/error.cc:427
2847
msgid "Division by 0"
2850
#: ../drizzled/error.cc:428
2852
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2855
#: ../drizzled/error.cc:429
2857
msgid "Illegal %s '%-.192s' value found during parsing"
2860
#: ../drizzled/error.cc:430
2862
msgid "Key part '%-.192s' length cannot be 0"
2865
#: ../drizzled/error.cc:431
2868
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2872
#: ../drizzled/error.cc:432
2874
msgid "Data too long for column '%s' at row %ld"
2877
#: ../drizzled/error.cc:433
2880
"%s: ready for connections.\n"
2881
"Version: '%s' %s\n"
2884
#: ../drizzled/error.cc:434
2885
msgid "Can't load value from file with fixed size rows to variable"
2888
#: ../drizzled/error.cc:435
2890
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2893
#: ../drizzled/error.cc:436
2894
msgid "Table definition has changed, please retry transaction"
2897
#: ../drizzled/error.cc:437
2899
msgid "Not allowed to return a result set from a %s"
2902
#: ../drizzled/error.cc:438
2903
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2906
#: ../drizzled/error.cc:439
2908
"Explicit or implicit commit is not allowed in stored function or trigger."
2911
#: ../drizzled/error.cc:440
2913
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2916
#: ../drizzled/error.cc:441
2918
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2921
#: ../drizzled/error.cc:442
2924
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2928
#: ../drizzled/error.cc:443
2929
msgid "Trigger in wrong schema"
2932
#: ../drizzled/error.cc:444
2935
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2936
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2939
#: ../drizzled/error.cc:445
2941
msgid "Display width out of range for column '%-.192s' (max = %d)"
2944
#: ../drizzled/error.cc:446
2946
msgid "Datetime function: %-.32s field overflow"
2949
#: ../drizzled/error.cc:447
2952
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2955
#: ../drizzled/error.cc:448
2958
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2961
#: ../drizzled/error.cc:449
2962
msgid "No data - zero rows fetched, selected, or processed"
2965
#: ../drizzled/error.cc:450
2967
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2970
#: ../drizzled/error.cc:451
2972
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2975
#: ../drizzled/error.cc:452
2976
msgid "The used table type doesn't support SPATIAL indexes"
2979
#: ../drizzled/error.cc:453
2981
msgid "Leading spaces are removed from name '%s'"
2984
#: ../drizzled/error.cc:454
2985
msgid "Failed to read auto-increment value from storage engine"
2988
#: ../drizzled/error.cc:455
2990
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
2993
#: ../drizzled/error.cc:456
2994
msgid "Too high level of nesting for select"
2997
#: ../drizzled/error.cc:457
2999
msgid "Name '%-.64s' has become ''"
3002
#: ../drizzled/error.cc:458
3004
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3005
"optional and non-empty FIELDS ENCLOSED BY"
3008
#: ../drizzled/error.cc:459
3011
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3014
#: ../drizzled/error.cc:460
3016
msgid "Incorrect %-.32s value: '%-.128s'"
3019
#: ../drizzled/error.cc:461
3021
msgid "Table has no partition for value %-.64s"
3024
#: ../drizzled/error.cc:462
3025
msgid "Writing one row to the row-based binary log failed"
3028
#: ../drizzled/error.cc:463
3030
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3033
#: ../drizzled/error.cc:464
3036
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3037
"d would lead to a duplicate entry"
3040
#: ../drizzled/error.cc:465
3042
"Transaction isolation level can't be changed while a transaction is in "
3046
#: ../drizzled/error.cc:466
3048
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3051
#: ../drizzled/error.cc:467
3053
msgid "Incorrect parameters in the call to native function '%-.192s'"
3056
#: ../drizzled/error.cc:468
3058
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3061
#: ../drizzled/error.cc:469
3063
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3066
#: ../drizzled/error.cc:470
3068
msgid "Received an invalid value '%s' for a UNIX timestamp."
3071
#: ../drizzled/error.cc:471
3073
msgid "Received an invalid datetime value '%s'."
3076
#: ../drizzled/error.cc:472
3078
msgid "Received a NULL argument for function '%s'."
3081
#: ../drizzled/error.cc:473
3083
msgid "Received an out-of-range argument '%s' for function '%s'."
3086
#: ../drizzled/error.cc:474
3088
msgid "Received an invalid enum value '%s'."
3091
#: ../drizzled/error.cc:475
3092
msgid "Tables which are replicated require a primary key."
3095
#: ../drizzled/error.cc:476
3097
msgid "Corrupt or invalid table definition: %s"
3100
#: ../drizzled/error.cc:477
3102
msgid "Corrupt or invalid schema definition for %s : %s"
3105
#: ../drizzled/error.cc:478
3107
msgid "Schema does not exist: %s"
3110
#: ../drizzled/error.cc:479
3112
msgid "Error altering schema: %s"
3115
#: ../drizzled/error.cc:480
3117
msgid "Error droppping Schema : %s"
3120
#: ../drizzled/error.cc:481
3121
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3124
#: ../drizzled/error.cc:482
3126
msgid "Unknown table engine option key/pair %s = %s."
3129
#: ../drizzled/error.cc:483
3131
msgid "Unknown schema engine option key/pair %s = %s."
3134
#: ../drizzled/error.cc:485
3136
msgid "Can't unlock file (Errcode: %d)"
3139
#: ../drizzled/error.cc:486
3141
msgid "Can't change size of file (Errcode: %d)"
3144
#: ../drizzled/error.cc:487
3146
msgid "Can't open stream from handle (Errcode: %d)"
3149
#: ../drizzled/error.cc:488
3151
msgid "Warning: '%s' had %d links"
3154
#: ../drizzled/error.cc:489
3156
msgid "Warning: %d files and %d streams is left open\n"
3159
#: ../drizzled/error.cc:490
3161
msgid "Can't create directory '%s' (Errcode: %d)"
3164
#: ../drizzled/error.cc:491
3167
"Character set '%s' is not a compiled character set and is not specified in "
3171
#: ../drizzled/error.cc:492
3173
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3176
#: ../drizzled/error.cc:493
3178
msgid "Can't read value for symlink '%s' (Error %d)"
3181
#: ../drizzled/error.cc:494
3183
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3186
#: ../drizzled/error.cc:495
3188
msgid "Error on realpath() on '%s' (Error %d)"
3191
#: ../drizzled/error.cc:496
3193
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3196
#: ../drizzled/error.cc:497
3199
"Collation '%s' is not a compiled collation and is not specified in the %s "
3203
#: ../drizzled/error.cc:498
3205
msgid "File '%s' (fileno: %d) was not closed"
3208
#: ../drizzled/identifier/schema.cc:58 ../drizzled/identifier/table.cc:234
3210
"Schema name cannot be encoded and fit within filesystem name length "
3214
#: ../drizzled/identifier/table.cc:224
3216
"Table name cannot be encoded and fit within filesystem name length "
3222
#. * Since clients still use this code, we use fprintf here.
3223
#. * This fprintf needs to be turned into errmsg_printf
3224
#. * as soon as the client programs no longer use mysys
3225
#. * and can use the pluggable error message system.
3227
#: ../drizzled/internal/default.cc:687
3229
msgid "error: could not open directory: %s\n"
3232
#: ../drizzled/main.cc:150
3234
"setrlimit could not change the size of core files to 'infinity'; We may not "
3235
"be able to generate a core file on signals"
3238
#: ../drizzled/main.cc:251
3240
msgid "Data directory %s does not exist\n"
3243
#: ../drizzled/message/transaction_reader.cc:175
3245
msgid "Usage: %s TRANSACTION_LOG [--checksum] \n"
3248
#: ../drizzled/message/transaction_reader.cc:184
3249
#: ../drizzled/message/transaction_writer.cc:371
3251
msgid "Cannot open file: %s\n"
3254
#: ../drizzled/message/transaction_reader.cc:217
3256
msgid "Found a non-transaction message in log. Currently, not supported.\n"
3259
#: ../drizzled/message/transaction_reader.cc:223
3260
#: ../plugin/transaction_log/transaction_log_reader.cc:119
3262
msgid "Attempted to read record bigger than INT_MAX\n"
3265
#: ../drizzled/message/transaction_reader.cc:243
3266
#: ../plugin/transaction_log/transaction_log_reader.cc:139
3268
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
3271
#: ../drizzled/message/transaction_reader.cc:256
3272
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
3273
#: ../plugin/transaction_log/print_transaction_message.cc:147
3274
#: ../plugin/transaction_log/transaction_log_reader.cc:152
3276
msgid "Could not read transaction message.\n"
3279
#: ../drizzled/message/transaction_reader.cc:257
3280
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
3281
#: ../plugin/transaction_log/print_transaction_message.cc:148
3282
#: ../plugin/transaction_log/transaction_log_reader.cc:153
3284
msgid "GPB ERROR: %s.\n"
3287
#: ../drizzled/message/transaction_reader.cc:261
3288
#: ../drizzled/message/transaction_reader.cc:274
3296
#: ../drizzled/message/transaction_reader.cc:268
3298
msgid "Unable to parse command. Got error: %s.\n"
3301
#: ../drizzled/message/transaction_reader.cc:289
3302
#: ../plugin/transaction_log/transaction_log_reader.cc:174
3304
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
3307
#: ../drizzled/message/transaction_writer.cc:365
3309
msgid "Usage: %s TRANSACTION_LOG\n"
3312
#: ../drizzled/module/library.cc:149
3315
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3316
"the current running version of Drizzle: %<PRIu64>."
3319
#: ../drizzled/module/loader.cc:273
3322
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3326
#: ../drizzled/module/loader.cc:352
3328
msgid "Plugin '%s' init function returned error.\n"
3331
#: ../drizzled/module/loader.cc:516
3333
msgid "Couldn't load plugin library named '%s'.\n"
3336
#: ../drizzled/module/loader.cc:526
3338
msgid "Couldn't load plugin named '%s'.\n"
3341
#: ../drizzled/module/loader.cc:753
3342
msgid "Out of memory."
3345
#: ../drizzled/module/loader.cc:1459 ../drizzled/module/loader.cc:1510
3347
msgid "Unknown variable type code 0x%x in plugin '%s'."
3350
#: ../drizzled/module/loader.cc:1502
3353
"Server variable %s of plugin %s was forced to be read-only: string variable "
3354
"without update_func and PLUGIN_VAR_MEMALLOC flag"
3357
#: ../drizzled/module/loader.cc:1521
3359
msgid "Missing variable name in plugin '%s'."
3362
#: ../drizzled/module/loader.cc:1538
3364
msgid "Thread local variable '%s' not allocated in plugin '%s'."
3367
#: ../drizzled/module/loader.cc:1660
3369
msgid "Out of memory for plugin '%s'."
3372
#: ../drizzled/module/loader.cc:1669
3374
msgid "Bad options for plugin '%s'."
3377
#: ../drizzled/module/loader.cc:1682
3379
msgid "Parsing options for plugin '%s' failed."
3382
#: ../drizzled/module/loader.cc:1735
3384
msgid "Plugin '%s' has conflicting system variables"
3387
#: ../drizzled/module/registry.h:103
3389
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
3392
#: ../drizzled/module/registry.h:112
3394
msgid "Fatal error: Failed initializing %s plugin.\n"
3397
#: ../drizzled/option.cc:84
3401
#: ../drizzled/option.cc:86
3405
#: ../drizzled/option.cc:337
3407
msgid "%s: %s: Option '%s' used, but is disabled\n"
3410
#: ../drizzled/option.cc:339
3414
#: ../drizzled/option.cc:441
3416
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3419
#: ../drizzled/option.cc:769
3421
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3424
#: ../drizzled/option.cc:962
3426
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3429
#: ../drizzled/option.cc:1194
3431
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3434
#: ../drizzled/option.cc:1214
3438
"Variables (--variable-name=value)\n"
3439
"and boolean options {false|true} Value (after reading options)\n"
3440
"--------------------------------- -----------------------------\n"
3443
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3444
msgid "(No default value)"
3447
#: ../drizzled/option.cc:1249
3451
#: ../drizzled/option.cc:1249
3455
#: ../drizzled/option.cc:1282
3457
msgid "(Disabled)\n"
3460
#: ../drizzled/plugin/error_message.cc:81
3462
msgid "errmsg plugin '%s' errmsg() failed"
3465
#: ../drizzled/plugin/event_observer.cc:132
3468
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3469
"'%s' from EventObserver plugin '%s'"
3472
#: ../drizzled/plugin/event_observer.cc:399
3474
msgid "EventIterate event handler '%s' failed for event '%s'"
3477
#: ../drizzled/plugin/function.cc:48
3479
msgid "A function named %s already exists!\n"
3482
#: ../drizzled/plugin/function.cc:57
3483
msgid "Could not add Function!\n"
3486
#: ../drizzled/plugin/listen.cc:69
3487
msgid "Error getting file descriptors"
3490
#: ../drizzled/plugin/listen.cc:87
3491
msgid "No sockets could be bound for listening"
3494
#: ../drizzled/plugin/listen.cc:97 ../plugin/console/console.cc:304
3496
msgid "pipe() failed with errno %d"
3499
#: ../drizzled/plugin/listen.cc:123
3501
msgid "poll() failed with errno %d"
3504
#: ../drizzled/plugin/listen_tcp.cc:60
3506
msgid "accept() failed with errno %d"
3509
#: ../drizzled/plugin/listen_tcp.cc:96
3511
msgid "getaddrinfo() failed with error %s"
3514
#: ../drizzled/plugin/listen_tcp.cc:128
3516
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3519
#: ../drizzled/plugin/listen_tcp.cc:139
3521
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3524
#: ../drizzled/plugin/listen_tcp.cc:148
3526
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3529
#: ../drizzled/plugin/listen_tcp.cc:157
3531
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3534
#: ../drizzled/plugin/listen_tcp.cc:166
3536
msgid "setsockopt(SO_LINGER) failed with errno %d"
3539
#: ../drizzled/plugin/listen_tcp.cc:175
3541
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3544
#: ../drizzled/plugin/listen_tcp.cc:196
3546
msgid "Retrying bind() on %u\n"
3549
#: ../drizzled/plugin/listen_tcp.cc:203
3551
msgid "bind() failed with errno: %d\n"
3554
#: ../drizzled/plugin/listen_tcp.cc:206
3555
msgid "Do you already have another drizzled running?\n"
3558
#: ../drizzled/plugin/listen_tcp.cc:213
3560
msgid "listen() failed with errno %d\n"
3563
#: ../drizzled/plugin/listen_tcp.cc:219
3565
msgid "Listening on %s:%s\n"
3568
#: ../drizzled/plugin/logging.cc:67
3570
msgid "logging '%s' pre() failed"
3573
#: ../drizzled/plugin/logging.cc:92
3575
msgid "logging '%s' post() failed"
3578
#: ../drizzled/plugin/logging.cc:116
3580
msgid "logging '%s' postEnd() failed"
3583
#: ../drizzled/plugin/scheduler.cc:64
3586
"Attempted to register a scheduler %s, but a scheduler has already been "
3587
"registered with that name.\n"
3590
#: ../drizzled/plugin/scheduler.cc:101
3592
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3595
#: ../drizzled/plugin/schema_engine.cc:131
3597
msgid "Error while loading database options: '%s':"
3600
#: ../drizzled/plugin/xa_resource_manager.cc:117
3602
msgid "Found %d prepared transaction(s) in resource manager."
3605
#: ../drizzled/plugin/xa_resource_manager.cc:184
3606
msgid "Starting crash recovery..."
3609
#: ../drizzled/plugin/xa_resource_manager.cc:194
3611
msgid "Found %d prepared XA transactions"
3614
#: ../drizzled/plugin/xa_resource_manager.cc:199
3617
"Found %d prepared transactions! It means that drizzled was not shut down "
3618
"properly last time and critical recovery information (last binlog or %s "
3619
"file) was manually deleted after a crash. You have to start drizzled with "
3620
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3623
#: ../drizzled/plugin/xa_resource_manager.cc:209
3624
msgid "Crash recovery finished."
3627
#: ../drizzled/replication_services.cc:94
3629
"You registered a TransactionApplier plugin but no TransactionReplicator "
3630
"plugins were registered.\n"
3633
#: ../drizzled/replication_services.cc:125
3636
"You registered a TransactionApplier plugin but no TransactionReplicator "
3637
"plugins were registered that match the requested replicator name of '%s'.\n"
3638
"We have deactivated the TransactionApplier '%s'.\n"
3641
#: ../drizzled/session.cc:1913 ../drizzled/session.cc:1929
3643
msgid "Could not remove temporary table: '%s', error: %d"
3646
#: ../drizzled/set_var.cc:1510
3648
msgid "Variable named %s already exists!\n"
3651
#: ../drizzled/set_var.cc:1519
3653
msgid "Could not add Variable: %s\n"
3656
#: ../drizzled/set_var.cc:1633
3657
msgid "Failed to initialize system variables"
3660
#: ../drizzled/signal_handler.cc:56
3662
msgid "Got signal %d from thread %<PRIu64>"
3665
#: ../drizzled/signal_handler.cc:118
3667
msgid "Fatal signal %d while backtracing\n"
3670
#: ../drizzled/signal_handler.cc:127
3672
msgid "Fatal: time() call failed\n"
3675
#: ../drizzled/signal_handler.cc:133
3678
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3679
"This could be because you hit a bug. It is also possible that this binary\n"
3680
" or one of the libraries it was linked against is corrupt, improperly "
3682
" or misconfigured. This error can also be caused by malfunctioning "
3686
#: ../drizzled/signal_handler.cc:141
3689
"We will try our best to scrape up some info that will hopefully help "
3691
"the problem, but since we have already crashed, something is definitely "
3693
"and this may fail.\n"
3697
#: ../drizzled/signal_handler.cc:148
3700
"It is possible that drizzled could use up to \n"
3701
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3703
"Hope that's ok; if not, decrease some variables in the equation.\n"
3707
#: ../drizzled/sql_base.cc:1518
3709
msgid "Table %s had a open data Cursor in reopen_table"
3712
#: ../drizzled/sql_table.cc:1933
3714
msgid "Unknown - internal error %d during operation"
3717
#: ../drizzled/statement/alter_table.cc:1486
3720
"order_st BY ignored because there is a user-defined clustered index in the "
3724
#: ../drizzled/table.cc:1964
3726
msgid "Got error %d when reading table '%s'"
3729
#: ../drizzled/table_share.cc:860
3731
msgid "Table %s has invalid/unknown collation: %d,%s"
3734
#: ../drizzled/table_share.cc:1153
3736
msgid "ENUM column %s has greater than %d possible values"
3739
#: ../drizzled/table_share.cc:2063
3741
msgid "Unknown collation '%s' in table '%-.64s' definition"
3744
#: ../drizzled/table_share.cc:2070
3747
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3751
#: ../drizzled/tztime.cc:173
3753
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3756
#: ../plugin/auth_file/auth_file.cc:225
3758
msgid "Could not load auth file: %s\n"
3761
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
3762
msgid "File to load for usernames and passwords"
3765
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
3766
msgid "Enable HTTP Auth check"
3769
#: ../plugin/auth_http/auth_http.cc:160
3770
msgid "URL for HTTP Auth check"
3773
#: ../plugin/auth_ldap/auth_ldap.cc:285
3775
msgid "Reconnect failed: %s\n"
3778
#: ../plugin/auth_ldap/auth_ldap.cc:304
3780
msgid "ldap_search_ext_s failed: %s\n"
3783
#: ../plugin/auth_ldap/auth_ldap.cc:410
3785
msgid "Could not load auth ldap: %s\n"
3788
#: ../plugin/auth_ldap/auth_ldap.cc:423
3789
msgid "URI of the LDAP server to contact"
3792
#: ../plugin/auth_ldap/auth_ldap.cc:431
3793
msgid "DN to use when binding to the LDAP server"
3796
#: ../plugin/auth_ldap/auth_ldap.cc:439
3797
msgid "Password to use when binding the DN"
3800
#: ../plugin/auth_ldap/auth_ldap.cc:447
3801
msgid "DN to use when searching"
3804
#: ../plugin/auth_ldap/auth_ldap.cc:455
3805
msgid "Attribute in LDAP with plain text password"
3808
#: ../plugin/auth_ldap/auth_ldap.cc:463
3809
msgid "Attribute in LDAP with MySQL hashed password"
3812
#: ../plugin/auth_ldap/auth_ldap.cc:471
3813
msgid "How often to empty the users cache, 0 to disable"
3816
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
3817
msgid "Enable the console."
3820
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
3821
msgid "Turn on extra debugging."
3824
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
3825
msgid "User to use for auth."
3828
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
3829
msgid "Password to use for auth."
3832
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
3833
msgid "Default database to use."
3836
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:842
3837
#: ../plugin/mysql_protocol/mysql_protocol.cc:913
3838
msgid "Invalid value of port\n"
3841
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:851
3842
#: ../plugin/mysql_protocol/mysql_protocol.cc:922
3843
msgid "Invalid value for connect_timeout\n"
3846
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:860
3847
#: ../plugin/mysql_protocol/mysql_protocol.cc:931
3848
msgid "Invalid value for read_timeout\n"
3851
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:869
3852
#: ../plugin/mysql_protocol/mysql_protocol.cc:940
3853
msgid "Invalid value for write_timeout\n"
3856
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:878
3857
msgid "Invalid value for retry_count\n"
3860
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:887
3861
#: ../plugin/mysql_protocol/mysql_protocol.cc:958
3862
msgid "Invalid value for buffer_length\n"
3865
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:907
3866
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:931
3868
"Port number to use for connection or 0 for default to, in order of "
3869
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default (4427)."
3872
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:913
3873
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:937
3874
#: ../plugin/mysql_protocol/mysql_protocol.cc:987
3875
#: ../plugin/mysql_protocol/mysql_protocol.cc:1009
3876
msgid "Connect Timeout."
3879
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:916
3880
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:940
3881
#: ../plugin/mysql_protocol/mysql_protocol.cc:990
3882
#: ../plugin/mysql_protocol/mysql_protocol.cc:1012
3883
msgid "Read Timeout."
3886
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:918
3887
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:943
3888
#: ../plugin/mysql_protocol/mysql_protocol.cc:992
3889
#: ../plugin/mysql_protocol/mysql_protocol.cc:1015
3890
msgid "Write Timeout."
3893
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:920
3894
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:946
3895
#: ../plugin/mysql_protocol/mysql_protocol.cc:994
3896
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
3897
msgid "Retry Count."
3900
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:922
3901
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:949
3902
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
3903
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
3904
msgid "Buffer length."
3907
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:925
3908
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:952
3909
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
3910
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
3911
msgid "Address to bind to."
3914
#: ../plugin/drizzle_protocol/errmsg.cc:31
3915
msgid "Unknown Drizzle error"
3918
#: ../plugin/drizzle_protocol/errmsg.cc:32
3920
msgid "Can't create UNIX socket (%d)"
3923
#: ../plugin/drizzle_protocol/errmsg.cc:33
3925
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
3928
#: ../plugin/drizzle_protocol/errmsg.cc:34
3930
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
3933
#: ../plugin/drizzle_protocol/errmsg.cc:35
3935
msgid "Can't create TCP/IP socket (%d)"
3938
#: ../plugin/drizzle_protocol/errmsg.cc:36
3940
msgid "Unknown Drizzle server host '%-.100s' (%d)"
3943
#: ../plugin/drizzle_protocol/errmsg.cc:37
3944
msgid "Drizzle server has gone away"
3947
#: ../plugin/drizzle_protocol/errmsg.cc:38
3949
msgid "Protocol mismatch; server version = %d, client version = %d"
3952
#: ../plugin/drizzle_protocol/errmsg.cc:39
3953
msgid "Drizzle client ran out of memory"
3956
#: ../plugin/drizzle_protocol/errmsg.cc:40
3957
msgid "Wrong host info"
3960
#: ../plugin/drizzle_protocol/errmsg.cc:41
3961
msgid "Localhost via UNIX socket"
3964
#: ../plugin/drizzle_protocol/errmsg.cc:42
3966
msgid "%-.100s via TCP/IP"
3969
#: ../plugin/drizzle_protocol/errmsg.cc:43
3970
msgid "Error in server handshake"
3973
#: ../plugin/drizzle_protocol/errmsg.cc:44
3974
msgid "Lost connection to Drizzle server during query"
3977
#: ../plugin/drizzle_protocol/errmsg.cc:45
3978
msgid "Commands out of sync; you can't run this command now"
3981
#: ../plugin/drizzle_protocol/errmsg.cc:46
3983
msgid "Named pipe: %-.32s"
3986
#: ../plugin/drizzle_protocol/errmsg.cc:47
3988
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
3991
#: ../plugin/drizzle_protocol/errmsg.cc:48
3993
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
3996
#: ../plugin/drizzle_protocol/errmsg.cc:49
3998
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
4001
#: ../plugin/drizzle_protocol/errmsg.cc:50
4003
msgid "Can't initialize character set %-.32s (path: %-.100s)"
4006
#: ../plugin/drizzle_protocol/errmsg.cc:51
4007
msgid "Got packet bigger than 'max_allowed_packet' bytes"
4010
#: ../plugin/drizzle_protocol/errmsg.cc:52
4011
msgid "Embedded server"
4014
#: ../plugin/drizzle_protocol/errmsg.cc:53
4015
msgid "Error on SHOW SLAVE STATUS:"
4018
#: ../plugin/drizzle_protocol/errmsg.cc:54
4019
msgid "Error on SHOW SLAVE HOSTS:"
4022
#: ../plugin/drizzle_protocol/errmsg.cc:55
4023
msgid "Error connecting to slave:"
4026
#: ../plugin/drizzle_protocol/errmsg.cc:56
4027
msgid "Error connecting to master:"
4030
#: ../plugin/drizzle_protocol/errmsg.cc:57
4031
msgid "SSL connection error"
4034
#: ../plugin/drizzle_protocol/errmsg.cc:58
4035
msgid "Malformed packet"
4038
#: ../plugin/drizzle_protocol/errmsg.cc:59
4039
#: ../plugin/drizzle_protocol/errmsg.cc:70
4040
#: ../plugin/drizzle_protocol/errmsg.cc:71
4041
#: ../plugin/drizzle_protocol/errmsg.cc:72
4042
#: ../plugin/drizzle_protocol/errmsg.cc:73
4043
#: ../plugin/drizzle_protocol/errmsg.cc:74
4044
#: ../plugin/drizzle_protocol/errmsg.cc:75
4045
#: ../plugin/drizzle_protocol/errmsg.cc:76
4046
#: ../plugin/drizzle_protocol/errmsg.cc:77
4047
#: ../plugin/drizzle_protocol/errmsg.cc:78
4048
msgid "(unused error message)"
4051
#: ../plugin/drizzle_protocol/errmsg.cc:60
4052
msgid "Invalid use of null pointer"
4055
#: ../plugin/drizzle_protocol/errmsg.cc:61
4056
msgid "Statement not prepared"
4059
#: ../plugin/drizzle_protocol/errmsg.cc:62
4060
msgid "No data supplied for parameters in prepared statement"
4063
#: ../plugin/drizzle_protocol/errmsg.cc:63
4064
msgid "Data truncated"
4067
#: ../plugin/drizzle_protocol/errmsg.cc:64
4068
msgid "No parameters exist in the statement"
4071
#: ../plugin/drizzle_protocol/errmsg.cc:65
4072
msgid "Invalid parameter number"
4075
#: ../plugin/drizzle_protocol/errmsg.cc:66
4078
"Can't send long data for non-string/non-binary data types (parameter: %d)"
4081
#: ../plugin/drizzle_protocol/errmsg.cc:68
4083
msgid "Using unsupported buffer type: %d (parameter: %d)"
4086
#: ../plugin/drizzle_protocol/errmsg.cc:69
4088
msgid "Shared memory: %-.100s"
4091
#: ../plugin/drizzle_protocol/errmsg.cc:79
4092
msgid "Wrong or unknown protocol"
4095
#: ../plugin/drizzle_protocol/errmsg.cc:80
4096
msgid "Invalid connection handle"
4099
#: ../plugin/drizzle_protocol/errmsg.cc:81
4101
"Connection using old (pre-4.1.1) authentication protocol refused (client "
4102
"option 'secure_auth' enabled)"
4105
#: ../plugin/drizzle_protocol/errmsg.cc:83
4106
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
4109
#: ../plugin/drizzle_protocol/errmsg.cc:84
4110
msgid "Attempt to read column without prior row fetch"
4113
#: ../plugin/drizzle_protocol/errmsg.cc:85
4114
msgid "Prepared statement contains no metadata"
4117
#: ../plugin/drizzle_protocol/errmsg.cc:86
4119
"Attempt to read a row while there is no result set associated with the "
4123
#: ../plugin/drizzle_protocol/errmsg.cc:88
4124
msgid "This feature is not implemented yet"
4127
#: ../plugin/drizzle_protocol/errmsg.cc:89
4130
"Lost connection to Drizzle server while waiting for initial communication "
4131
"packet, system error: %d"
4134
#: ../plugin/drizzle_protocol/errmsg.cc:91
4137
"Lost connection to Drizzle server while reading initial communication "
4138
"packet, system error: %d"
4141
#: ../plugin/drizzle_protocol/errmsg.cc:93
4144
"Lost connection to Drizzle server while sending authentication information, "
4148
#: ../plugin/drizzle_protocol/errmsg.cc:95
4151
"Lost connection to Drizzle server while reading authorization information, "
4155
#: ../plugin/drizzle_protocol/errmsg.cc:97
4158
"Lost connection to Drizzle server while setting initial database, system "
4162
#: ../plugin/drizzle_protocol/errmsg.cc:99
4164
msgid "Statement closed indirectly because of a preceding %s() call"
4167
#. CR_NET_UNCOMPRESS_ERROR 08S01
4168
#: ../plugin/drizzle_protocol/errmsg.cc:101
4169
msgid "Couldn't uncompress communication packet"
4172
#. CR_NET_READ_ERROR 08S01
4173
#: ../plugin/drizzle_protocol/errmsg.cc:103
4174
msgid "Got an error reading communication packets"
4177
#. CR_NET_READ_INTERRUPTED 08S01
4178
#: ../plugin/drizzle_protocol/errmsg.cc:105
4179
msgid "Got timeout reading communication packets"
4182
#. CR_NET_ERROR_ON_WRITE 08S01
4183
#: ../plugin/drizzle_protocol/errmsg.cc:107
4184
msgid "Got an error writing communication packets"
4187
#. CR_NET_WRITE_INTERRUPTED 08S01
4188
#: ../plugin/drizzle_protocol/errmsg.cc:109
4189
msgid "Got timeout writing communication packets"
4192
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1000
4193
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1138
4194
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1168
4196
msgid "Cannot create table %s. InnoDB Error %d (%s)\n"
4199
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1019
4201
msgid "Cannot create field %s on table %s. InnoDB Error %d (%s)\n"
4204
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1117
4205
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1230
4206
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1411
4207
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1979
4209
msgid "Cannot Lock Embedded InnoDB Data Dictionary. InnoDB Error %d (%s)\n"
4212
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1269
4213
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:1285
4215
msgid "Cannot DROP table %s. InnoDB Error %d (%s)\n"
4218
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2771
4219
msgid "Invalid value of additional-mem-pool-size"
4222
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2782
4223
msgid "Invalid value of autoextend-increment"
4226
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2791
4227
msgid "Invalid value of buffer-pool-size"
4230
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2802
4231
msgid "Invalid value of io-capacity"
4234
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2811
4235
msgid "Invalid value of fast-shutdown"
4238
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2820
4239
msgid "Invalid value of flush-log-at-trx-commit"
4242
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2829
4243
msgid "Invalid value of force-recovery"
4246
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2838
4247
msgid "Invalid value of log-file-size"
4250
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2849
4251
msgid "Invalid value of log-files-in-group"
4254
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2858
4255
msgid "Invalid value of lock-wait-timeout"
4258
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2867
4259
msgid "Invalid value of log-buffer-size"
4262
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2878
4263
msgid "Invalid value of lru-old-blocks-pct"
4266
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2887
4267
msgid "Invalid value of lru-block-access-recency"
4270
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2896
4271
msgid "Invalid value of max-dirty-pages-pct"
4274
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2905
4275
msgid "Invalid value of max-purge-lag"
4278
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2914
4279
msgid "Invalid value of open-files"
4282
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2923
4283
msgid "Invalid value of read-io-threads"
4286
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:2932
4287
msgid "Invalid value of sync_spin_loops"
4290
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3136
4292
msgid "Error starting Embedded InnoDB %d (%s)\n"
4295
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3439
4296
msgid "Enable InnoDB adaptive hash index (enabled by default)."
4299
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3442
4300
msgid "Attempt flushing dirty pages to avoid IO bursts at checkpoints."
4303
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3445
4305
"Size of a memory pool InnoDB uses to store data dictionary information and "
4306
"other internal data structures."
4309
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3448
4310
msgid "Data file autoextend increment in megabytes"
4313
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3451
4315
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
4319
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3454
4320
msgid "The common part for InnoDB table spaces."
4323
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3457
4324
msgid "Enable InnoDB checksums validation (enabled by default)."
4327
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3460
4328
msgid "Enable InnoDB doublewrite buffer (enabled by default)."
4331
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3463
4332
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4335
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3466
4337
"Speeds up the shutdown process of the InnoDB storage engine. Possible values "
4338
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4341
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3469
4342
msgid "Stores each InnoDB table to an .ibd file in the database dir."
4345
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3472
4346
msgid "File format to use for new tables in .ibd files."
4349
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3475
4351
"Set to 0 (write and flush once per second),1 (write and flush at each "
4352
"commit) or 2 (write at commit, flush once per second)."
4355
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3478
4356
msgid "With which method to flush data."
4359
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3481
4361
"Helps to save your data in case the disk image of the database becomes "
4365
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3484
4366
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3487
4367
msgid "Path to individual files and their sizes."
4370
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3490
4371
msgid "Path to InnoDB log files."
4374
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3493
4375
msgid "Size of each log file in a log group."
4378
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3496
4380
"Number of log files in the log group. InnoDB writes to the files in a "
4381
"circular fashion. Value 3 is recommended here."
4384
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3499
4386
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4387
"rolled back. Values above 100000000 disable the timeout."
4390
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3502
4392
"The size of the buffer which InnoDB uses to write log to the log files on "
4396
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3505
4398
"Sets the point in the LRU list from where all pages are classified as old "
4402
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3508
4404
"Milliseconds between accesses to a block at which it is made young. "
4405
"0=disabled (Advanced users)"
4408
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3511
4409
msgid "Percentage of dirty pages allowed in bufferpool."
4412
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3514
4413
msgid "Desired maximum length of the purge queue (0 = no limit)"
4416
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3517
4418
"Roll back the complete transaction on lock wait timeout, for 4.x "
4419
"compatibility (disabled by default)"
4422
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3520
4423
msgid "How many files at the maximum InnoDB keeps open at the same time."
4426
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3523
4427
msgid "Number of background read I/O threads in InnoDB."
4430
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3526
4431
msgid "Number of background write I/O threads in InnoDB."
4434
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3529
4436
"Disable if you want to reduce the number of messages written to the log "
4437
"(default: enabled)."
4440
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3532
4441
msgid "Enable SHOW INNODB STATUS output in the log"
4444
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3535
4445
msgid "Count of spin-loop rounds in InnoDB mutexes (30 by default)"
4448
#: ../plugin/embedded_innodb/embedded_innodb_engine.cc:3538
4449
msgid "Use OS memory allocator instead of InnoDB's internal memory allocator"
4452
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4454
msgid "Failed to send error message to libnotify\n"
4457
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4458
msgid "Error Messages to stderr"
4461
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
4462
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
4463
msgid "List of schemas to filter"
4466
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
4467
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
4468
msgid "List of tables to filter"
4471
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
4472
msgid "Regular expression to apply to schemas to filter"
4475
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
4476
msgid "Regular expression to apply to tables to filter"
4479
#: ../plugin/hello_events/hello_events.cc:301
4480
msgid "Invalid value of before-write-position\n"
4483
#: ../plugin/hello_events/hello_events.cc:310
4484
#: ../plugin/hello_events/hello_events.cc:319
4485
msgid "Invalid value of before-update-position\n"
4488
#: ../plugin/hello_events/hello_events.cc:359
4489
#: ../plugin/hello_events/hello_events.cc:362
4490
#: ../plugin/hello_events/hello_events.cc:380
4491
msgid "A comma delimited list of databases to watch"
4494
#: ../plugin/hello_events/hello_events.cc:365
4495
#: ../plugin/hello_events/hello_events.cc:396
4496
msgid "Enable Example Events Plugin"
4499
#: ../plugin/hello_events/hello_events.cc:368
4500
#: ../plugin/hello_events/hello_events.cc:404
4501
msgid "Before write row event observer call position"
4504
#: ../plugin/hello_events/hello_events.cc:371
4505
#: ../plugin/hello_events/hello_events.cc:415
4506
#: ../plugin/pbms/src/parameters_ms.cc:579
4507
msgid "Before update row event observer call position"
4510
#: ../plugin/hello_events/hello_events.cc:374
4511
#: ../plugin/hello_events/hello_events.cc:426
4512
msgid "After drop database event observer call position"
4515
#: ../plugin/hello_events/hello_events.cc:388
4516
msgid "A comma delimited list of tables to watch"
4519
#: ../plugin/hello_events/hello_events.cc:450
4520
msgid "An example events Plugin"
4523
#: ../plugin/innobase/handler/data_dictionary.cc:202
4525
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4528
#: ../plugin/innobase/handler/ha_innodb.cc:1858
4529
msgid "Invalid value for io-capacity\n"
4532
#: ../plugin/innobase/handler/ha_innodb.cc:1877
4533
msgid "Invalid value for fast-shutdown\n"
4536
#: ../plugin/innobase/handler/ha_innodb.cc:1891
4537
msgid "Invalid value for flush-log-at-trx-commit\n"
4540
#: ../plugin/innobase/handler/ha_innodb.cc:1921
4541
msgid "Invalid value for max-dirty-pages-pct\n"
4544
#: ../plugin/innobase/handler/ha_innodb.cc:1930
4545
msgid "Invalid value for stats-sample-pages\n"
4548
#: ../plugin/innobase/handler/ha_innodb.cc:1941
4549
msgid "Invalid value for additional-mem-pool-size\n"
4552
#: ../plugin/innobase/handler/ha_innodb.cc:1951
4553
msgid "Invalid value for autoextend-increment\n"
4556
#: ../plugin/innobase/handler/ha_innodb.cc:1961
4557
msgid "Invalid value for buffer-pool-size\n"
4560
#: ../plugin/innobase/handler/ha_innodb.cc:1971
4561
msgid "Invalid value for commit-concurrency\n"
4564
#: ../plugin/innobase/handler/ha_innodb.cc:1980
4565
msgid "Invalid value for concurrency-tickets\n"
4568
#: ../plugin/innobase/handler/ha_innodb.cc:1989
4569
msgid "Invalid value for file-io-threads\n"
4572
#: ../plugin/innobase/handler/ha_innodb.cc:1998
4573
msgid "Invalid value for read-io-threads\n"
4576
#: ../plugin/innobase/handler/ha_innodb.cc:2007
4577
msgid "Invalid value for write-io-threads\n"
4580
#: ../plugin/innobase/handler/ha_innodb.cc:2016
4581
msgid "Invalid value for force-recovery\n"
4584
#: ../plugin/innobase/handler/ha_innodb.cc:2026
4585
#: ../plugin/innobase/handler/ha_innodb.cc:2036
4586
msgid "Invalid value for log-file-size\n"
4589
#: ../plugin/innobase/handler/ha_innodb.cc:2045
4590
msgid "Invalid value for log-files-in-group\n"
4593
#: ../plugin/innobase/handler/ha_innodb.cc:2054
4594
msgid "Invalid value for mirrored-log-groups\n"
4597
#: ../plugin/innobase/handler/ha_innodb.cc:2063
4598
msgid "Invalid value for open-files\n"
4601
#: ../plugin/innobase/handler/ha_innodb.cc:2072
4602
msgid "Invalid value for thread-concurrency\n"
4605
#: ../plugin/innobase/handler/ha_innodb.cc:2095
4606
msgid "Invalid value for read-ahead-threshold\n"
4609
#: ../plugin/innobase/handler/ha_innodb.cc:2119
4610
msgid "Invalid value for lock-wait-timeout\n"
4613
#: ../plugin/logging_gearman/logging_gearman.cc:199
4615
msgid "fail gearman_client_create(): %s"
4618
#: ../plugin/logging_gearman/logging_gearman.cc:210
4620
msgid "fail gearman_client_add_server(): %s"
4623
#: ../plugin/logging_gearman/logging_gearman.cc:309
4624
#: ../plugin/logging_gearman/logging_gearman.cc:316
4625
msgid "Enable logging to a gearman server"
4628
#: ../plugin/logging_gearman/logging_gearman.cc:325
4629
msgid "Hostname for logging to a Gearman server"
4632
#: ../plugin/logging_gearman/logging_gearman.cc:334
4633
msgid "Gearman Function to send logging to"
4636
#: ../plugin/logging_gearman/logging_gearman.cc:352
4637
msgid "Log queries to a Gearman server"
4640
#: ../plugin/logging_query/logging_query.cc:192
4642
msgid "fail open() fn=%s er=%s\n"
4645
#: ../plugin/logging_query/logging_query.cc:316
4646
msgid "Invalid value for threshold-slow"
4649
#: ../plugin/logging_query/logging_query.cc:325
4650
msgid "Invalid value for threshold-big-resultset"
4653
#: ../plugin/logging_query/logging_query.cc:334
4654
msgid "Invalid value for threshold-big-examined"
4657
#: ../plugin/logging_query/logging_query.cc:348
4658
#: ../plugin/logging_query/logging_query.cc:364
4659
msgid "Enable logging to CSV file"
4662
#: ../plugin/logging_query/logging_query.cc:351
4663
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
4664
#: ../plugin/syslog/module.cc:233
4665
msgid "Threshold for logging slow queries, in microseconds"
4668
#: ../plugin/logging_query/logging_query.cc:354
4669
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
4670
#: ../plugin/syslog/module.cc:236
4671
msgid "Threshold for logging big queries, for rows returned"
4674
#: ../plugin/logging_query/logging_query.cc:357
4675
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
4676
#: ../plugin/syslog/module.cc:239
4677
msgid "Threshold for logging big queries, for rows examined"
4680
#: ../plugin/logging_query/logging_query.cc:373
4681
msgid "File to log to"
4684
#: ../plugin/logging_query/logging_query.cc:382
4685
msgid "PCRE to match the query against"
4688
#: ../plugin/logging_query/logging_query.cc:439
4689
msgid "Log queries to a CSV file"
4692
#: ../plugin/logging_stats/logging_stats.cc:312
4693
msgid "Invalid value for max-user-count\n"
4696
#: ../plugin/logging_stats/logging_stats.cc:320
4697
msgid "Invalid value for bucket-count\n"
4700
#: ../plugin/logging_stats/logging_stats.cc:329
4701
msgid "Invalid value for scoreboard-size\n"
4704
#: ../plugin/logging_stats/logging_stats.cc:364
4705
#: ../plugin/logging_stats/logging_stats.cc:406
4706
msgid "Max number of users that will be logged"
4709
#: ../plugin/logging_stats/logging_stats.cc:375
4710
#: ../plugin/logging_stats/logging_stats.cc:409
4711
msgid "Max number of range locks to use for Scoreboard"
4714
#: ../plugin/logging_stats/logging_stats.cc:386
4715
#: ../plugin/logging_stats/logging_stats.cc:412
4716
msgid "Max number of concurrent sessions that will be logged"
4719
#: ../plugin/logging_stats/logging_stats.cc:397
4720
#: ../plugin/logging_stats/logging_stats.cc:415
4721
msgid "Enable Logging Statistics Collection"
4724
#: ../plugin/logging_stats/logging_stats.cc:432
4725
msgid "User Statistics as DATA_DICTIONARY tables"
4728
#: ../plugin/md5/md5.cc:99
4729
msgid "libgcrypt library version mismatch\n"
4732
#: ../plugin/memcached_query_cache/memcached_qc.cc:102
4733
#: ../plugin/memcached_query_cache/memcached_qc.cc:466
4734
#: ../plugin/memcached_stats/memcached_stats.cc:128
4735
#: ../plugin/memcached_stats/memcached_stats.cc:137
4736
msgid "List of memcached servers."
4739
#: ../plugin/memcached_query_cache/memcached_qc.cc:375
4740
msgid "Invalid value of expiry\n"
4743
#: ../plugin/memcached_query_cache/memcached_qc.cc:469
4744
msgid "Expiry time of memcached entries"
4747
#: ../plugin/memcached_query_cache/memcached_qc.cc:472
4748
msgid "Enable Memcached Query Cache"
4751
#: ../plugin/memcached_stats/analysis_table.cc:76
4752
#: ../plugin/memcached_stats/stats_table.cc:144
4753
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4756
#: ../plugin/memcached_stats/memcached_stats.cc:152
4757
msgid "Memcached Stats as I_S tables"
4760
#: ../plugin/memcached_stats/stats_table.cc:76
4763
"Unable get stats from memcached server %s. Got error from "
4764
"memcached_stat_servername()."
4767
#: ../plugin/memcached_stats/stats_table.cc:151
4768
msgid "Unable to create memcached struct. Got error from memcached_create()."
4771
#: ../plugin/memcached_stats/stats_table.cc:159
4774
"Unable to create memcached server list. Got error from "
4775
"memcached_servers_parse(%s)."
4778
#: ../plugin/multi_thread/multi_thread.cc:85
4780
msgid "Unable to set thread stack size to %<PRId64>\n"
4783
#: ../plugin/multi_thread/multi_thread.cc:98
4784
msgid "Unable to get thread stack size\n"
4787
#: ../plugin/multi_thread/multi_thread.cc:147
4788
msgid "Invalid value for max-threads\n"
4791
#: ../plugin/multi_thread/multi_thread.cc:160
4792
#: ../plugin/multi_thread/multi_thread.cc:167
4793
msgid "Maximum number of user threads available."
4796
#: ../plugin/myisam/ha_myisam.cc:534
4798
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4801
#: ../plugin/myisam/ha_myisam.cc:538
4803
msgid "Got an error from unknown thread, %s:%d"
4806
#: ../plugin/myisam/ha_myisam.cc:544
4807
msgid "Unknown thread accessing table"
4810
#: ../plugin/myisam/ha_myisam.cc:1500
4811
msgid "Invalid value for max-sort-file-size\n"
4814
#: ../plugin/myisam/ha_myisam.cc:1509
4815
msgid "Invalid value for sort-buffer-size\n"
4818
#: ../plugin/myisam/ha_myisam.cc:1523 ../plugin/myisam/ha_myisam.cc:1535
4820
"Don't use the fast sort index method to created index if the temporary file "
4821
"would get bigger than this."
4824
#: ../plugin/myisam/ha_myisam.cc:1528 ../plugin/myisam/ha_myisam.cc:1538
4826
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4827
"when creating indexes with CREATE INDEX or ALTER TABLE."
4830
#: ../plugin/myisam/my_handler_errors.cc:42
4831
msgid "Didn't find key on read or update"
4834
#: ../plugin/myisam/my_handler_errors.cc:43
4835
msgid "Duplicate key on write or update"
4838
#: ../plugin/myisam/my_handler_errors.cc:44
4839
msgid "Internal (unspecified) error in handler"
4842
#: ../plugin/myisam/my_handler_errors.cc:46
4844
"Someone has changed the row since it was read (while the table was locked to "
4848
#: ../plugin/myisam/my_handler_errors.cc:48
4849
msgid "Wrong index given to function"
4852
#: ../plugin/myisam/my_handler_errors.cc:49
4853
msgid "Index file is crashed"
4856
#: ../plugin/myisam/my_handler_errors.cc:50
4857
msgid "Record file is crashed"
4860
#: ../plugin/myisam/my_handler_errors.cc:51
4861
msgid "Out of memory in engine"
4864
#: ../plugin/myisam/my_handler_errors.cc:52
4865
msgid "Incorrect file format"
4868
#: ../plugin/myisam/my_handler_errors.cc:53
4869
msgid "Command not supported by database"
4872
#: ../plugin/myisam/my_handler_errors.cc:54
4873
msgid "Old database file"
4876
#: ../plugin/myisam/my_handler_errors.cc:55
4877
msgid "No record read before update"
4880
#: ../plugin/myisam/my_handler_errors.cc:56
4881
msgid "Record was already deleted (or record file crashed)"
4884
#: ../plugin/myisam/my_handler_errors.cc:57
4885
msgid "No more room in record file"
4888
#: ../plugin/myisam/my_handler_errors.cc:58
4889
msgid "No more room in index file"
4892
#: ../plugin/myisam/my_handler_errors.cc:59
4893
msgid "No more records (read after end of file)"
4896
#: ../plugin/myisam/my_handler_errors.cc:60
4897
msgid "Unsupported extension used for table"
4900
#: ../plugin/myisam/my_handler_errors.cc:61
4904
#: ../plugin/myisam/my_handler_errors.cc:62
4905
msgid "Wrong create options"
4908
#: ../plugin/myisam/my_handler_errors.cc:63
4909
msgid "Duplicate unique key or constraint on write or update"
4912
#: ../plugin/myisam/my_handler_errors.cc:64
4913
msgid "Unknown character set used in table"
4916
#: ../plugin/myisam/my_handler_errors.cc:65
4917
msgid "Conflicting table definitions in sub-tables of MERGE table"
4920
#: ../plugin/myisam/my_handler_errors.cc:66
4921
msgid "Table is crashed and last repair failed"
4924
#: ../plugin/myisam/my_handler_errors.cc:67
4925
msgid "Table was marked as crashed and should be repaired"
4928
#: ../plugin/myisam/my_handler_errors.cc:68
4929
msgid "Lock timed out; Retry transaction"
4932
#: ../plugin/myisam/my_handler_errors.cc:69
4933
msgid "Lock table is full; Restart program with a larger locktable"
4936
#: ../plugin/myisam/my_handler_errors.cc:70
4937
msgid "Updates are not allowed under a read only transactions"
4940
#: ../plugin/myisam/my_handler_errors.cc:71
4941
msgid "Lock deadlock; Retry transaction"
4944
#: ../plugin/myisam/my_handler_errors.cc:72
4945
msgid "Foreign key constraint is incorrectly formed"
4948
#: ../plugin/myisam/my_handler_errors.cc:73
4949
msgid "Cannot add a child row"
4952
#: ../plugin/myisam/my_handler_errors.cc:74
4953
msgid "Cannot delete a parent row"
4956
#: ../plugin/myisam/my_handler_errors.cc:75
4957
msgid "No savepoint with that name"
4960
#: ../plugin/myisam/my_handler_errors.cc:76
4961
msgid "Non unique key block size"
4964
#: ../plugin/myisam/my_handler_errors.cc:77
4965
msgid "The table does not exist in engine"
4968
#: ../plugin/myisam/my_handler_errors.cc:78
4969
msgid "The table already existed in storage engine"
4972
#: ../plugin/myisam/my_handler_errors.cc:79
4973
msgid "Could not connect to storage engine"
4976
#: ../plugin/myisam/my_handler_errors.cc:80
4977
msgid "Unexpected null pointer found when using spatial index"
4980
#: ../plugin/myisam/my_handler_errors.cc:81
4981
msgid "The table changed in storage engine"
4984
#: ../plugin/myisam/my_handler_errors.cc:82
4985
msgid "There's no partition in table for the given value"
4988
#: ../plugin/myisam/my_handler_errors.cc:83
4989
msgid "Row-based binlogging of row failed"
4992
#: ../plugin/myisam/my_handler_errors.cc:84
4993
msgid "Index needed in foreign key constraint"
4996
#: ../plugin/myisam/my_handler_errors.cc:85
4997
msgid "Upholding foreign key constraints would lead to a duplicate key error"
5000
#: ../plugin/myisam/my_handler_errors.cc:86
5001
msgid "Table needs to be upgraded before it can be used"
5004
#: ../plugin/myisam/my_handler_errors.cc:87
5005
msgid "Table is read only"
5008
#: ../plugin/myisam/my_handler_errors.cc:88
5009
msgid "Failed to get next auto increment value"
5012
#: ../plugin/myisam/my_handler_errors.cc:89
5013
msgid "Failed to set row auto increment value"
5016
#: ../plugin/myisam/my_handler_errors.cc:90
5017
msgid "Unknown (generic) error from engine"
5020
#: ../plugin/myisam/my_handler_errors.cc:91
5021
msgid "Record is the same"
5024
#: ../plugin/myisam/my_handler_errors.cc:92
5025
msgid "It is not possible to log this statement"
5028
#: ../plugin/myisam/my_handler_errors.cc:93
5029
msgid "Tablespace exists"
5032
#: ../plugin/myisam/my_handler_errors.cc:94
5033
msgid "The event was corrupt, leading to illegal data being read"
5036
#: ../plugin/myisam/my_handler_errors.cc:95
5037
msgid "The table is of a new format not supported by this version"
5040
#: ../plugin/myisam/my_handler_errors.cc:96
5041
msgid "The event could not be processed no other handler error happened"
5044
#: ../plugin/myisam/my_handler_errors.cc:97
5045
msgid "Got a fatal error during initialzation of handler"
5048
#: ../plugin/myisam/my_handler_errors.cc:98
5049
msgid "File to short; Expected more data in file"
5052
#: ../plugin/myisam/my_handler_errors.cc:99
5053
msgid "Read page with wrong checksum"
5056
#. TODO: get a better message for these
5057
#: ../plugin/myisam/my_handler_errors.cc:101
5058
msgid "Lock or active transaction"
5061
#: ../plugin/myisam/my_handler_errors.cc:102
5062
msgid "No such table space"
5065
#: ../plugin/myisam/my_handler_errors.cc:103
5066
msgid "Tablespace not empty"
5069
#: ../plugin/mysql_protocol/mysql_protocol.cc:949
5070
msgid "Invalid value for retry_count"
5073
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
5074
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
5076
"Port number to use for connection or 0 for default to with MySQL protocol."
5079
#: ../plugin/pbms/src/parameters_ms.cc:552
5081
"A comma delimited list of tables to watch of the format: <database>."
5085
#: ../plugin/pbms/src/parameters_ms.cc:560
5086
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
5089
#: ../plugin/pbms/src/parameters_ms.cc:568
5090
msgid "Before insert row event observer call position"
5093
#: ../plugin/pool_of_threads/pool_of_threads.cc:232
5094
msgid "event_add error in libevent_add_session_callback\n"
5097
#: ../plugin/pool_of_threads/pool_of_threads.cc:310
5098
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
5101
#: ../plugin/pool_of_threads/pool_of_threads.cc:588
5102
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
5105
#: ../plugin/pool_of_threads/pool_of_threads.cc:595
5106
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
5109
#: ../plugin/pool_of_threads/pool_of_threads.cc:607
5110
msgid "session_add_event event_add error in libevent_init\n"
5113
#: ../plugin/pool_of_threads/pool_of_threads.cc:620
5115
msgid "Can't create completion port thread (error %d)"
5118
#: ../plugin/pool_of_threads/pool_of_threads.cc:650
5119
msgid "Invalid value for size\n"
5122
#: ../plugin/pool_of_threads/pool_of_threads.cc:668
5123
#: ../plugin/pool_of_threads/pool_of_threads.cc:675
5124
msgid "Size of Pool."
5127
#: ../plugin/rabbitmq/rabbitmq_log.cc:110
5128
msgid "Failed to allocate enough memory to transaction message\n"
5131
#: ../plugin/rabbitmq/rabbitmq_log.cc:172
5133
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
5136
#: ../plugin/rabbitmq/rabbitmq_log.cc:182
5138
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
5141
#: ../plugin/rabbitmq/rabbitmq_log.cc:200
5142
#: ../plugin/rabbitmq/rabbitmq_log.cc:278
5143
msgid "Enable rabbitmq log"
5146
#: ../plugin/rabbitmq/rabbitmq_log.cc:209
5147
#: ../plugin/rabbitmq/rabbitmq_log.cc:281
5148
msgid "Host name to connect to"
5151
#: ../plugin/rabbitmq/rabbitmq_log.cc:218
5152
msgid "RabbitMQ Port"
5155
#: ../plugin/rabbitmq/rabbitmq_log.cc:229
5156
#: ../plugin/rabbitmq/rabbitmq_log.cc:284
5157
msgid "RabbitMQ username"
5160
#: ../plugin/rabbitmq/rabbitmq_log.cc:237
5161
#: ../plugin/rabbitmq/rabbitmq_log.cc:287
5162
msgid "RabbitMQ password"
5165
#: ../plugin/rabbitmq/rabbitmq_log.cc:245
5166
msgid "RabbitMQ virtualhost"
5169
#: ../plugin/rabbitmq/rabbitmq_log.cc:253
5170
msgid "Name of RabbitMQ exchange to publish to"
5173
#: ../plugin/rabbitmq/rabbitmq_log.cc:261
5174
msgid "Name of RabbitMQ routing key to use"
5177
#: ../plugin/rabbitmq/rabbitmq_log.cc:269
5178
#: ../plugin/transaction_log/module.cc:309
5179
#: ../plugin/transaction_log/module.cc:362
5180
msgid "Name of the replicator plugin to use (default='default_replicator')"
5183
#: ../plugin/session_dictionary/processlist.cc:94
5187
#: ../plugin/signal_handler/signal_handler.cc:230
5189
msgid "Can't create interrupt-thread (error %d, errno: %d)"
5192
#: ../plugin/syslog/errmsg.cc:39 ../plugin/syslog/logging.cc:63
5194
msgid "syslog facility \"%s\" not known, using \"local0\""
5197
#: ../plugin/syslog/errmsg.cc:49
5199
msgid "syslog priority \"%s\" not known, using \"warn\""
5202
#: ../plugin/syslog/logging.cc:72
5204
msgid "syslog priority \"%s\" not known, using \"info\""
5207
#: ../plugin/syslog/module.cc:61
5208
msgid "Invalid value for logging-threshold-slow\n"
5211
#: ../plugin/syslog/module.cc:70
5212
msgid "Invalid value for logging-threshold-big-resultset\n"
5215
#: ../plugin/syslog/module.cc:79
5216
msgid "Invalid value for logging-threshold-big-examined\n"
5219
#: ../plugin/syslog/module.cc:131 ../plugin/syslog/module.cc:221
5220
msgid "Syslog Ident"
5223
#: ../plugin/syslog/module.cc:140 ../plugin/syslog/module.cc:224
5224
msgid "Syslog Facility"
5227
#: ../plugin/syslog/module.cc:149 ../plugin/syslog/module.cc:227
5228
msgid "Enable logging to syslog of the query log"
5231
#: ../plugin/syslog/module.cc:158 ../plugin/syslog/module.cc:230
5232
msgid "Syslog Priority of query logging"
5235
#: ../plugin/syslog/module.cc:203 ../plugin/syslog/module.cc:242
5236
msgid "Enable logging to syslog of the error messages"
5239
#: ../plugin/syslog/module.cc:212 ../plugin/syslog/module.cc:245
5240
msgid "Syslog Priority of error messages"
5243
#: ../plugin/transaction_log/background_worker.cc:77
5245
msgid "Unable to create background worker thread. Got error %s.\n"
5248
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
5249
#: ../plugin/transaction_log/print_transaction_message.cc:105
5250
#: ../plugin/transaction_log/transaction_log_reader.cc:97
5252
msgid "Failed to open transaction log file %s. Got error: %s\n"
5255
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
5256
#: ../plugin/transaction_log/print_transaction_message.cc:149
5257
#: ../plugin/transaction_log/transaction_log_reader.cc:154
5259
msgid "Raw buffer read: %s.\n"
5262
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
5263
#: ../plugin/transaction_log/print_transaction_message.cc:155
5264
#: ../plugin/transaction_log/transaction_log_reader.cc:161
5266
msgid "Unable to parse transaction. Got error: %s.\n"
5269
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
5270
#: ../plugin/transaction_log/print_transaction_message.cc:157
5271
#: ../plugin/transaction_log/transaction_log_reader.cc:163
5273
msgid "BUFFER: %s\n"
5276
#: ../plugin/transaction_log/module.cc:135
5277
msgid "Invalid value for sync-method\n"
5280
#: ../plugin/transaction_log/module.cc:144
5281
msgid "Invalid value for num-write-buffers\n"
5284
#: ../plugin/transaction_log/module.cc:180
5286
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
5289
#: ../plugin/transaction_log/module.cc:189
5291
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5294
#: ../plugin/transaction_log/module.cc:201
5296
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5299
#: ../plugin/transaction_log/module.cc:210
5301
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5304
#: ../plugin/transaction_log/module.cc:225
5306
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5309
#: ../plugin/transaction_log/module.cc:285
5310
#: ../plugin/transaction_log/module.cc:356
5311
msgid "Enable transaction log"
5314
#: ../plugin/transaction_log/module.cc:293
5315
#: ../plugin/transaction_log/module.cc:350
5316
msgid "DEBUGGING - Truncate transaction log"
5319
#: ../plugin/transaction_log/module.cc:301
5320
#: ../plugin/transaction_log/module.cc:359
5321
msgid "Path to the file to use for transaction log"
5324
#: ../plugin/transaction_log/module.cc:317
5325
#: ../plugin/transaction_log/module.cc:353
5326
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5329
#: ../plugin/transaction_log/module.cc:325
5330
#: ../plugin/transaction_log/module.cc:365
5332
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5333
"each transaction write, 2 == sync log file once per second"
5336
#: ../plugin/transaction_log/module.cc:338
5337
#: ../plugin/transaction_log/module.cc:368
5338
msgid "Number of slots for in-memory write buffers (default=8)."
5341
#: ../plugin/transaction_log/transaction_log.cc:114
5342
msgid "Failed to open transaction log file "
5345
#: ../plugin/transaction_log/transaction_log.cc:215
5348
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5349
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5352
#: ../plugin/transaction_log/transaction_log.cc:236
5354
msgid "Failed to sync log file. Got error: %s\n"