1
# Ukrainian translation for drizzle
2
# Copyright (C) 2010 Rosetta Contributors and Canonical Ltd 2010
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: \n"
10
"POT-Creation-Date: 2011-02-01 09:29-0500\n"
11
"PO-Revision-Date: 2010-07-03 12:54+0000\n"
12
"Last-Translator: Monty Taylor <mordred@inaugust.com>\n"
13
"Language-Team: Ukrainian <uk@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
18
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
19
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
20
"X-Launchpad-Export-Date: 2010-07-04 03:44+0000\n"
21
"X-Generator: Launchpad (build Unknown)\n"
23
#: ../client/drizzle.cc:468
24
msgid "Synonym for `help'."
27
#: ../client/drizzle.cc:469
28
msgid "Clear command."
31
#: ../client/drizzle.cc:471
32
msgid "Reconnect to the server. Optional arguments are db and host."
35
#: ../client/drizzle.cc:473
37
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
40
#: ../client/drizzle.cc:475
41
msgid "Send command to drizzle server, display result vertically."
44
#: ../client/drizzle.cc:476
45
msgid "Exit drizzle. Same as quit."
48
#: ../client/drizzle.cc:477
49
msgid "Send command to drizzle server."
52
#: ../client/drizzle.cc:478
53
msgid "Display this help."
56
#: ../client/drizzle.cc:479
57
msgid "Disable pager, print to stdout."
60
#: ../client/drizzle.cc:480
61
msgid "Don't write into outfile."
64
#: ../client/drizzle.cc:482
65
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
68
#: ../client/drizzle.cc:483
69
msgid "Print current command."
72
#: ../client/drizzle.cc:484
73
msgid "Change your drizzle prompt."
76
#: ../client/drizzle.cc:485
80
#: ../client/drizzle.cc:486
81
msgid "Rebuild completion hash."
84
#: ../client/drizzle.cc:488
85
msgid "Execute an SQL script file. Takes a file name as an argument."
88
#: ../client/drizzle.cc:489
89
msgid "Get status information from the server."
92
#: ../client/drizzle.cc:491
93
msgid "Set outfile [to_outfile]. Append everything into given outfile."
96
#: ../client/drizzle.cc:493
97
msgid "Use another schema. Takes schema name as argument."
100
#: ../client/drizzle.cc:495
101
msgid "Shutdown the instance you are connected too."
104
#: ../client/drizzle.cc:497 ../client/drizzle.cc:1321
105
msgid "Show warnings after every statement."
108
#: ../client/drizzle.cc:499
109
msgid "Don't show warnings after every statement."
112
#: ../client/drizzle.cc:1149 ../client/drizzle.cc:3895
114
msgid "shutting down drizzled"
117
#: ../client/drizzle.cc:1151 ../client/drizzle.cc:3897
122
#: ../client/drizzle.cc:1160 ../client/drizzle.cc:1166
123
#: ../client/drizzle.cc:3906 ../client/drizzle.cc:3912
125
msgid "shutdown failed; error: '%s'"
128
#: ../client/drizzle.cc:1175 ../client/drizzle.cc:3921
133
#: ../client/drizzle.cc:1196
135
msgid "drizzled is alive\n"
138
#: ../client/drizzle.cc:1202
140
msgid "ping failed; error: '%s'"
143
#: ../client/drizzle.cc:1208
145
msgid "drizzled won't answer to ping, error: '%s'"
148
#: ../client/drizzle.cc:1257
149
msgid "Error: Invalid Value for connect_timeout"
152
#: ../client/drizzle.cc:1268
153
msgid "Error: Invalid Value for max_input_line"
156
#: ../client/drizzle.cc:1287 ../client/drizzledump.cc:482
157
msgid "Options used only in command line"
160
#: ../client/drizzle.cc:1289
161
msgid "Displays this help and exit."
164
#: ../client/drizzle.cc:1290
166
"Don't use history file. Disable interactive behavior. (Enables --silent)"
169
#: ../client/drizzle.cc:1292
170
msgid "Display column type information."
173
#: ../client/drizzle.cc:1294
175
"Preserve comments. Send comments to the server. The default is --skip-"
176
"comments (discard comments), enable with --comments"
179
#: ../client/drizzle.cc:1296
180
msgid "Print the output of a query (rows) vertically."
183
#: ../client/drizzle.cc:1298
184
msgid "Continue even if we get an sql error."
187
#: ../client/drizzle.cc:1300
189
"Enable named commands. Named commands mean this program's internal commands; "
190
"see drizzle> help . When enabled, the named commands can be used from any "
191
"line of the query, otherwise only from the first line, before an enter."
194
#: ../client/drizzle.cc:1302
195
msgid "Turn off beep on error."
198
#: ../client/drizzle.cc:1303
199
msgid "Do not write line numbers for errors."
202
#: ../client/drizzle.cc:1304
203
msgid "Do not write column names in results."
206
#: ../client/drizzle.cc:1306
208
"Don't write column names in results. WARNING: -N is deprecated, use long "
209
"version of this options instead."
212
#: ../client/drizzle.cc:1308
214
"Change the value of a variable. Please note that this option is deprecated; "
215
"you can set variables directly with --variable-name=value."
218
#: ../client/drizzle.cc:1310
219
msgid "Output in table format."
222
#: ../client/drizzle.cc:1312
223
msgid "Only allow UPDATE and DELETE that uses keys."
226
#: ../client/drizzle.cc:1314
227
msgid "Synonym for option --safe-updates, -U."
230
#: ../client/drizzle.cc:1316
231
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
234
#: ../client/drizzle.cc:1317 ../client/drizzledump.cc:506
235
#: ../drizzled/drizzled.cc:1235
236
msgid "Output version information and exit."
239
#: ../client/drizzle.cc:1319
240
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
243
#: ../client/drizzle.cc:1323
244
msgid "Number of lines before each import progress report."
247
#: ../client/drizzle.cc:1325
248
msgid "Ping the server to check if it's alive."
251
#: ../client/drizzle.cc:1327 ../drizzled/drizzled.cc:1154
252
msgid "Configuration file defaults are not used if no-defaults is set"
255
#: ../client/drizzle.cc:1330 ../client/drizzledump.cc:514
256
msgid "Options specific to the drizzle client"
259
#: ../client/drizzle.cc:1333
261
"Disable automatic rehashing. One doesn't need to use 'rehash' to get table "
262
"and field completion, but startup and reconnecting may take a longer time."
265
#: ../client/drizzle.cc:1335
267
"Automatically switch to vertical output mode if the result is wider than the "
271
#: ../client/drizzle.cc:1337
272
msgid "Database to use."
275
#: ../client/drizzle.cc:1339
279
#: ../client/drizzle.cc:1341
280
msgid "Delimiter to be used."
283
#: ../client/drizzle.cc:1343
284
msgid "Execute command and quit. (Disables --force and history file)"
287
#: ../client/drizzle.cc:1345
288
msgid "Enable LOAD DATA LOCAL INFILE."
291
#: ../client/drizzle.cc:1347
292
msgid "Flush buffer after each query."
295
#: ../client/drizzle.cc:1349
296
msgid "Ignore SIGINT (CTRL-C)"
299
#: ../client/drizzle.cc:1351
301
"Only update the default database. This is useful for skipping updates to "
302
"other database in the update log."
305
#: ../client/drizzle.cc:1353
307
"Pager to use to display results. If you don't supply an option the default "
308
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
309
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
310
"work in batch mode. Disable with --disable-pager. This option is disabled by "
314
#: ../client/drizzle.cc:1355
315
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
318
#: ../client/drizzle.cc:1357
319
msgid "Set the drizzle prompt to this value."
322
#: ../client/drizzle.cc:1359
324
"Don't cache result, print it row by row. This may slow down the server if "
325
"the output is suspended. Doesn't use history file."
328
#: ../client/drizzle.cc:1361
329
msgid "Write fields without conversion. Used with --batch."
332
#: ../client/drizzle.cc:1362
333
msgid "Do not reconnect if the connection is lost."
336
#: ../client/drizzle.cc:1364
337
msgid "Shutdown the server"
340
#: ../client/drizzle.cc:1365
342
"Be more silent. Print results with a tab as separator, each row on new line."
345
#: ../client/drizzle.cc:1367
347
"Append everything into outfile. See interactive help (\\h) also. Does not "
348
"work in batch mode. Disable with --disable-tee. This option is disabled by "
352
#: ../client/drizzle.cc:1369
353
msgid "Disable outfile. See interactive help (\\h) also."
356
#: ../client/drizzle.cc:1371
357
msgid "Number of seconds before connection timeout."
360
#: ../client/drizzle.cc:1373
361
msgid "Max length of input line"
364
#: ../client/drizzle.cc:1375
365
msgid "Automatic limit for SELECT when using --safe-updates"
368
#: ../client/drizzle.cc:1377
369
msgid "Automatic limit for rows in a join when using --safe-updates"
372
#: ../client/drizzle.cc:1380 ../client/drizzledump.cc:553
373
msgid "Options specific to the client"
376
#: ../client/drizzle.cc:1383
377
msgid "Connect to host"
380
#: ../client/drizzle.cc:1385
382
"Password to use when connecting to server. If password is not given it's "
383
"asked from the tty."
386
#: ../client/drizzle.cc:1387
388
"Port number to use for connection or 0 for default to, in order of "
389
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
392
#: ../client/drizzle.cc:1393 ../client/drizzledump.cc:562
393
#: ../plugin/transaction_log/utilities/transaction_reader.cc:583
394
msgid "User for login if not current user."
397
#: ../client/drizzle.cc:1395 ../client/drizzledump.cc:564
398
#: ../plugin/transaction_log/utilities/transaction_reader.cc:589
399
msgid "The protocol of connection (mysql or drizzle)."
402
#: ../client/drizzle.cc:1398 ../client/drizzledump.cc:576
403
msgid "Allowed Options"
406
#: ../client/drizzle.cc:1463 ../client/drizzle.cc:1470
408
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
411
#: ../client/drizzle.cc:1534 ../client/drizzle.cc:3791
412
msgid "DELIMITER cannot contain a backslash character"
415
#: ../client/drizzle.cc:1613 ../client/drizzledump.cc:675
416
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
417
#: ../client/drizzletest.cc:5659
418
msgid "Error: Unknown protocol"
421
#: ../client/drizzle.cc:1627
423
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
426
#: ../client/drizzle.cc:1673 ../client/drizzle.cc:4081
428
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
431
#: ../client/drizzle.cc:1679
434
"Copyright (C) 2008 Sun Microsystems\n"
435
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
436
"and you are welcome to modify and redistribute it under the GPL license\n"
439
#: ../client/drizzle.cc:1684
441
msgid "Usage: drizzle [OPTIONS] [schema]\n"
444
#: ../client/drizzle.cc:1738
446
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
449
#: ../client/drizzle.cc:1747
452
"Your Drizzle connection id is %u\n"
453
"Connection protocol: %s\n"
454
"Server version: %s\n"
457
#: ../client/drizzle.cc:1781
459
msgid "Reading history-file %s\n"
462
#: ../client/drizzle.cc:1785
464
msgid "Couldn't allocate memory for temp histfile!\n"
467
#: ../client/drizzle.cc:1792
468
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
471
#: ../client/drizzle.cc:1802
475
#: ../client/drizzle.cc:1815
477
msgid "Writing history-file %s\n"
480
#: ../client/drizzle.cc:1823
484
#: ../client/drizzle.cc:1823
488
#: ../client/drizzle.cc:1873
489
msgid "Query aborted by Ctrl+C\n"
492
#: ../client/drizzle.cc:1957
494
msgid "Processing line: %<PRIu32>\n"
497
#: ../client/drizzle.cc:2175
498
msgid "Unknown command: "
501
#: ../client/drizzle.cc:2346
502
msgid "Not found a delimiter within max_input_line of input"
505
#: ../client/drizzle.cc:2592
507
"Reading table information for completion of table and column names\n"
508
"You can turn off this feature to get a quicker startup with -A\n"
512
#: ../client/drizzle.cc:2631
513
msgid "No connection. Trying to reconnect..."
516
#: ../client/drizzle.cc:2637
517
msgid "Can't connect to the server\n"
520
#: ../client/drizzle.cc:2721
521
msgid "List of all Drizzle commands:"
524
#: ../client/drizzle.cc:2725
527
"Note that all text commands must be first on line and end with '%s' or \\g"
530
#: ../client/drizzle.cc:2783
531
msgid "No query specified\n"
534
#: ../client/drizzle.cc:2798
535
msgid "Ignoring query to other database"
538
#: ../client/drizzle.cc:2848
542
#: ../client/drizzle.cc:2861
544
msgid "%ld row in set"
545
msgid_plural "%ld rows in set"
549
#: ../client/drizzle.cc:2870
553
#: ../client/drizzle.cc:2872
555
msgid "Query OK, %ld row affected"
556
msgid_plural "Query OK, %ld rows affected"
560
#: ../client/drizzle.cc:2944
561
msgid "popen() failed! defaulting PAGER to stdout!\n"
564
#: ../client/drizzle.cc:2966
566
msgid "Error logging to file '%s'\n"
569
#: ../client/drizzle.cc:2971
571
msgid "Logging to file '%s'\n"
574
#: ../client/drizzle.cc:3055
583
"Collation: %s (%u)\n"
591
#: ../client/drizzle.cc:3522
593
msgid "No previous outfile available, you must give a filename!\n"
596
#: ../client/drizzle.cc:3527
598
msgid "Currently logging to file '%s'\n"
601
#: ../client/drizzle.cc:3547
603
msgid "No outfile specified!\n"
606
#: ../client/drizzle.cc:3560
607
msgid "Outfile disabled.\n"
610
#: ../client/drizzle.cc:3587
611
msgid "Default pager wasn't set, using stdout.\n"
614
#: ../client/drizzle.cc:3607
616
msgid "PAGER set to '%s'\n"
619
#: ../client/drizzle.cc:3618
620
msgid "PAGER set to stdout\n"
623
#: ../client/drizzle.cc:3701
625
msgid "Connection id: %u"
628
#: ../client/drizzle.cc:3703
630
msgid "Current schema: %.128s\n"
633
#: ../client/drizzle.cc:3704
638
#: ../client/drizzle.cc:3724
639
msgid "Usage: \\. <filename> | source <filename>"
642
#: ../client/drizzle.cc:3739
644
msgid "Failed to open file '%s', error: %d"
647
#: ../client/drizzle.cc:3747
648
msgid "Can't initialize LineBuffer"
651
#: ../client/drizzle.cc:3783
652
msgid "DELIMITER must be followed by a 'delimiter' character or string"
655
#: ../client/drizzle.cc:3816
656
msgid "USE must be followed by a schema name"
659
#: ../client/drizzle.cc:3884
660
msgid "Schema changed"
663
#: ../client/drizzle.cc:3930
664
msgid "Show warnings enabled."
667
#: ../client/drizzle.cc:3938
668
msgid "Show warnings disabled."
671
#: ../client/drizzle.cc:4088
675
"Connection id:\t\t%lu\n"
678
#: ../client/drizzle.cc:4100
680
msgid "Current schema:\t%s\n"
683
#: ../client/drizzle.cc:4101
685
msgid "Current user:\t\t%s\n"
688
#: ../client/drizzle.cc:4107
689
msgid "SSL:\t\t\tNot in use"
692
#: ../client/drizzle.cc:4112
698
#: ../client/drizzle.cc:4119
701
"All updates ignored to this schema\n"
704
#: ../client/drizzle.cc:4122
706
msgid "Current pager:\t\t%s\n"
709
#: ../client/drizzle.cc:4123
711
msgid "Using outfile:\t\t'%s'\n"
714
#: ../client/drizzle.cc:4124
716
msgid "Using delimiter:\t%s\n"
719
#: ../client/drizzle.cc:4125
721
msgid "Server version:\t\t%s\n"
724
#: ../client/drizzle.cc:4126
726
msgid "Protocol:\t\t%s\n"
729
#: ../client/drizzle.cc:4127
731
msgid "Protocol version:\t%d\n"
734
#: ../client/drizzle.cc:4128
736
msgid "Connection:\t\t%s\n"
739
#: ../client/drizzle.cc:4135
741
msgid "UNIX socket:\t\t%s\n"
744
#: ../client/drizzle.cc:4137
746
msgid "TCP port:\t\t%d\n"
749
#: ../client/drizzle.cc:4142
752
"Note that you are running in safe_update_mode:\n"
755
#: ../client/drizzle.cc:4144
758
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
760
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
762
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
763
" Max number of examined row combination in a join is set to: %"
768
#: ../client/drizzle.cc:4206 ../drizzled/option.cc:339
773
#: ../client/drizzle.cc:4249
775
msgid "ERROR %d (%s): "
778
#: ../client/drizzle.cc:4251
783
#: ../client/drizzle.cc:4254
787
#: ../client/drizzle.cc:4387
791
#: ../client/drizzle.cc:4389
795
#: ../client/drizzle.cc:4395
799
#: ../client/drizzle.cc:4401
803
#: ../client/drizzle.cc:4502
807
#: ../client/drizzle.cc:4622
809
msgid "Returning to default PROMPT of %s\n"
812
#: ../client/drizzle.cc:4627
813
msgid "Memory allocation error. Not changing prompt\n"
816
#: ../client/drizzle.cc:4632
818
msgid "PROMPT set to '%s'\n"
821
#: ../client/drizzledump.cc:229
822
msgid "Error inserting into destination database"
825
#: ../client/drizzledump.cc:253
827
msgid "Got errno %d on write"
830
#: ../client/drizzledump.cc:298
833
"%s: You can't use --single-transaction and --lock-all-tables at the same "
837
#: ../client/drizzledump.cc:305
839
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
842
#: ../client/drizzledump.cc:373
843
msgid "-- Retrieving database structures..."
846
#: ../client/drizzledump.cc:485
848
"Dump all the databases. This will be same as --databases with all databases "
852
#: ../client/drizzledump.cc:487
853
msgid "Dump all the tablespaces."
856
#: ../client/drizzledump.cc:489
857
msgid "Use complete insert statements."
860
#: ../client/drizzledump.cc:491
862
"Flush logs file in server before starting dump. Note that if you dump many "
863
"databases at once (using the option --databases= or --all-databases), the "
864
"logs will be flushed for each database dumped. The exception is when using --"
865
"lock-all-tables in this case the logs will be flushed only once, "
866
"corresponding to the moment all tables are locked. So if you want your dump "
867
"and the log flush to happen at the same exact moment you should use --lock-"
868
"all-tables or --flush-logs"
871
#: ../client/drizzledump.cc:493
872
msgid "Continue even if we get an sql-error."
875
#: ../client/drizzledump.cc:494
876
msgid "Display this help message and exit."
879
#: ../client/drizzledump.cc:496
881
"Locks all tables across all databases. This is achieved by taking a global "
882
"read lock for the duration of the whole dump. Automatically turns --single-"
886
#: ../client/drizzledump.cc:498
888
"Creates a consistent snapshot by dumping all tables in a single transaction. "
889
"Works ONLY for tables stored in storage engines which support "
890
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
891
"be consistent for other storage engines. While a --single-transaction dump "
892
"is in process, to ensure a valid dump file (correct table contents), no "
893
"other connection should use the following statements: ALTER TABLE, DROP "
894
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
898
#: ../client/drizzledump.cc:500
900
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
901
"extended-insert and --disable-keys."
904
#: ../client/drizzledump.cc:501
905
msgid "Overrides option --databases (-B)."
908
#: ../client/drizzledump.cc:503
909
msgid "Number of rows before each output progress report (requires --verbose)."
912
#: ../client/drizzledump.cc:505
913
msgid "Print info about the various stages."
916
#: ../client/drizzledump.cc:507
917
msgid "Turn off Comments"
920
#: ../client/drizzledump.cc:508
921
msgid "Turn off create-options"
924
#: ../client/drizzledump.cc:509
925
msgid "Turn off extended-insert"
928
#: ../client/drizzledump.cc:510
929
msgid "Turn off dump date at the end of the output"
932
#: ../client/drizzledump.cc:511
933
msgid "Do not read from the configuration files"
936
#: ../client/drizzledump.cc:517
937
msgid "Add a 'DROP DATABASE' before each create."
940
#: ../client/drizzledump.cc:518
941
msgid "Do not add a 'drop table' before each create."
944
#: ../client/drizzledump.cc:520
946
"Give less verbose output (useful for debugging). Disables structure comments "
947
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
948
"set-names --skip-disable-keys"
951
#: ../client/drizzledump.cc:522
953
"To dump several databases. Note the difference in usage; In this case no "
954
"tables are given. All name arguments are regarded as databasenames. 'USE "
955
"db_name;' will be included in the output."
958
#: ../client/drizzledump.cc:524
960
"'ALTER TABLE tb_name DISABLE KEYS;' and 'ALTER TABLE tb_name ENABLE KEYS;' "
961
"will not be put in the output."
964
#: ../client/drizzledump.cc:526
966
"Do not dump the specified table. To specify more than one table to ignore, "
967
"use the directive multiple times, once for each table. Each table must be "
968
"specified with both database and table names, e.g. --ignore-table=database."
972
#: ../client/drizzledump.cc:528
973
msgid "Insert rows with INSERT IGNORE."
976
#: ../client/drizzledump.cc:530
977
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
980
#: ../client/drizzledump.cc:532
982
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
983
"above line will be added otherwise, if --databases or --all-databases option "
987
#: ../client/drizzledump.cc:534
988
msgid "No row information."
991
#: ../client/drizzledump.cc:536
992
msgid "Use REPLACE INTO instead of INSERT INTO."
995
#: ../client/drizzledump.cc:538
996
msgid "Where to send output to (stdout|database"
999
#: ../client/drizzledump.cc:540
1001
"Hostname for destination db server (requires --destination-type=database)"
1004
#: ../client/drizzledump.cc:542
1006
"Port number for destination db server (requires --destination-type=database)"
1009
#: ../client/drizzledump.cc:544
1011
"User name for destination db server (resquires --destination-type=database)"
1014
#: ../client/drizzledump.cc:546
1016
"Password for destination db server (requires --destination-type=database)"
1019
#: ../client/drizzledump.cc:548
1021
"The database in the destination db server (requires --destination-"
1022
"type=database, not for use with --all-databases)"
1025
#: ../client/drizzledump.cc:550
1027
"Do not make a UTF8 connection to MySQL, use if you have UTF8 data in a non-"
1031
#: ../client/drizzledump.cc:556
1032
msgid "Connect to host."
1035
#: ../client/drizzledump.cc:558
1037
"Password to use when connecting to server. If password is not given it's "
1038
"solicited on the tty."
1041
#: ../client/drizzledump.cc:560
1042
#: ../plugin/transaction_log/utilities/transaction_reader.cc:585
1043
msgid "Port number to use for connection."
1046
#: ../client/drizzledump.cc:567
1047
msgid "Hidden Options"
1050
#: ../client/drizzledump.cc:569
1051
msgid "Used to select the database"
1054
#: ../client/drizzledump.cc:570
1055
msgid "Used to select the tables"
1058
#: ../client/drizzledump.cc:573
1059
msgid "Allowed Options + Hidden Options"
1062
#: ../client/drizzledump.cc:637
1064
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1067
#: ../client/drizzledump.cc:642
1069
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1070
"and you are welcome to modify and redistribute it under the GPL license\n"
1073
#: ../client/drizzledump.cc:643
1074
msgid "Dumps definitions and data from a Drizzle database server"
1077
#: ../client/drizzledump.cc:644
1079
msgid "Usage: %s [OPTIONS] database [tables]\n"
1082
#: ../client/drizzledump.cc:645
1084
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1087
#: ../client/drizzledump.cc:647
1089
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1092
#: ../client/drizzledump.cc:688 ../client/drizzleimport.cc:484
1093
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5671
1095
msgid "Value supplied for port is not valid.\n"
1098
#: ../client/drizzledump.cc:743
1100
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1103
#: ../client/drizzledump_data.cc:268
1104
msgid "-- Retrieving data for "
1107
#: ../client/drizzledump_data.cc:300
1108
msgid " rows dumped for table "
1111
#: ../client/drizzledump_data.cc:547
1112
msgid "-- Connecting to "
1115
#: ../client/drizzledump_data.cc:547
1116
msgid " using protocol "
1119
#: ../client/drizzledump_data.cc:588 ../client/drizzledump_data.cc:594
1120
#: ../client/drizzledump_data.cc:625 ../client/drizzledump_data.cc:631
1121
msgid "Error executing query: "
1124
#: ../client/drizzledump_data.cc:602
1125
msgid "Could not buffer result: "
1128
#: ../client/drizzledump_data.cc:648
1129
msgid "Error: Could not set db '"
1132
#: ../client/drizzledump_data.cc:662 ../client/drizzledump_data.cc:667
1133
#: ../client/drizzledump_data.cc:673
1137
#: ../client/drizzledump_data.cc:682
1138
msgid "-- Disconnecting from "
1141
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1142
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1143
msgid "-- Retrieving table structures for "
1146
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1147
msgid "-- Retrieving fields for "
1150
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:270
1151
msgid "-- Retrieving indexes for "
1154
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:315
1155
msgid "-- Retrieving foreign keys for "
1158
#: ../client/drizzleslap.cc:2292
1160
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1163
#: ../client/drizzletest.cc:5412
1164
msgid "Error: Invalid Value for opt_max_connect_retries"
1167
#: ../client/drizzletest.cc:5422
1168
msgid "Error: Invalid Value for opt_tail_lines"
1171
#: ../client/drizzletest.cc:5432
1172
msgid "Error: Invalid Value for opt_sleep"
1175
#: ../client/drizzletest.cc:5623
1177
msgid "Could not open '%s' for reading: errno = %d"
1180
#: ../client/drizzletest.cc:5628
1182
msgid "Out of memory"
1185
#: ../drizzled/drizzled.cc:491
1189
#: ../drizzled/drizzled.cc:550
1190
msgid "One can only use the --user switch if running as root\n"
1193
#: ../drizzled/drizzled.cc:557
1195
"Fatal error: Please read \"Security\" section of the manual to find out how "
1196
"to run drizzled as root!\n"
1199
#: ../drizzled/drizzled.cc:577
1202
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1206
#: ../drizzled/drizzled.cc:602
1207
msgid "Set process group ID failed"
1210
#: ../drizzled/drizzled.cc:607
1211
msgid "Set process user ID failed"
1214
#: ../drizzled/drizzled.cc:619
1215
msgid "Process chroot failed"
1218
#: ../drizzled/drizzled.cc:739
1219
msgid "Error: Invalid Value for auto_increment_increment"
1222
#: ../drizzled/drizzled.cc:750
1223
msgid "Error: Invalid Value for auto_increment_offset"
1226
#: ../drizzled/drizzled.cc:761
1227
msgid "Error: Invalid Value for completion_type"
1230
#: ../drizzled/drizzled.cc:773
1231
msgid "Error: Invalid Value for div-precision-increment"
1234
#: ../drizzled/drizzled.cc:784
1235
msgid "Error: Invalid Value for group_concat_max_len"
1238
#: ../drizzled/drizzled.cc:795
1239
msgid "Error: Invalid Value for join_buffer_size"
1242
#: ../drizzled/drizzled.cc:807
1243
msgid "Error: Invalid Value for max_allowed_packet"
1246
#: ../drizzled/drizzled.cc:819
1247
msgid "Error: Invalid Value for max_error_count"
1250
#: ../drizzled/drizzled.cc:830
1251
msgid "Error: Invalid Value for max_heap_table_size"
1254
#: ../drizzled/drizzled.cc:842
1255
msgid "Error: Invalid Value for min_examined_row_limit"
1258
#: ../drizzled/drizzled.cc:853
1259
msgid "Error: Invalid Value for max_join_size"
1262
#: ../drizzled/drizzled.cc:864
1263
msgid "Error: Invalid Value for max_length_for_sort_data"
1266
#: ../drizzled/drizzled.cc:875
1267
msgid "Error: Invalid Value for max_seeks_for_key"
1270
#: ../drizzled/drizzled.cc:886
1271
msgid "Error: Invalid Value for max_sort_length"
1274
#: ../drizzled/drizzled.cc:897
1275
msgid "Error: Invalid Value for optimizer_search_depth"
1278
#: ../drizzled/drizzled.cc:908
1279
msgid "Error: Invalid Value for preload_buff_size"
1282
#: ../drizzled/drizzled.cc:919
1283
msgid "Error: Invalid Value for query_alloc_block_size"
1286
#: ../drizzled/drizzled.cc:931
1287
msgid "Error: Invalid Value for query_prealloc_size"
1290
#: ../drizzled/drizzled.cc:943
1291
msgid "Error: Invalid Value for range_alloc_block_size"
1294
#: ../drizzled/drizzled.cc:955
1295
msgid "Error: Invalid Value for read_buff_size"
1298
#: ../drizzled/drizzled.cc:967
1299
msgid "Error: Invalid Value for read_rnd_buff_size"
1302
#: ../drizzled/drizzled.cc:978
1303
msgid "Error: Invalid Value for sort_buff_size"
1306
#: ../drizzled/drizzled.cc:989
1307
msgid "Error: Invalid Value for table_def_size"
1310
#: ../drizzled/drizzled.cc:1000
1311
msgid "Error: Invalid Value for table_cache_size"
1314
#: ../drizzled/drizzled.cc:1011 ../drizzled/drizzled.cc:1027
1315
msgid "Error: Invalid Value for table_lock_wait_timeout"
1318
#: ../drizzled/drizzled.cc:1038
1320
"Error: Invalid Value for transaction_message_threshold valid values are "
1321
"between 131072 - 1048576 bytes"
1324
#: ../drizzled/drizzled.cc:1096
1326
msgid "Defaults file '%s' not found\n"
1329
#: ../drizzled/drizzled.cc:1138
1331
msgid "gethostname failed, using '%s' as hostname"
1334
#: ../drizzled/drizzled.cc:1152 ../drizzled/drizzled.cc:1739
1335
msgid "Display this help and exit."
1338
#: ../drizzled/drizzled.cc:1156
1339
msgid "Configuration file to use"
1342
#: ../drizzled/drizzled.cc:1158
1343
msgid "Base location for config files"
1346
#: ../drizzled/drizzled.cc:1160 ../drizzled/drizzled.cc:1927
1347
msgid "Directory for plugins."
1350
#: ../drizzled/drizzled.cc:1165 ../drizzled/drizzled.cc:1931
1352
"Optional comma separated list of plugins to load at startup in addition to "
1353
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1356
#: ../drizzled/drizzled.cc:1169 ../drizzled/drizzled.cc:1937
1358
"Optional comma separated list of plugins to not load at startup. Effectively "
1359
"removes a plugin from the list of plugins to be loaded. [for example: --"
1360
"plugin_remove=crc32,logger_gearman]"
1363
#: ../drizzled/drizzled.cc:1173 ../drizzled/drizzled.cc:1943
1365
"Optional comma separated list of plugins to load at starup instead of the "
1366
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1369
#: ../drizzled/drizzled.cc:1180 ../drizzled/drizzled.cc:1743
1370
msgid "Auto-increment columns are incremented by this"
1373
#: ../drizzled/drizzled.cc:1182 ../drizzled/drizzled.cc:1748
1375
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1379
#: ../drizzled/drizzled.cc:1184 ../drizzled/drizzled.cc:1754
1381
"Path to installation directory. All paths are usually resolved relative to "
1385
#: ../drizzled/drizzled.cc:1187 ../drizzled/drizzled.cc:1759
1386
msgid "Chroot drizzled daemon during startup."
1389
#: ../drizzled/drizzled.cc:1189 ../drizzled/drizzled.cc:1763
1390
msgid "Set the default collation."
1393
#: ../drizzled/drizzled.cc:1191 ../drizzled/drizzled.cc:1767
1394
msgid "Default completion type."
1397
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1398
msgid "Write core on errors."
1401
#: ../drizzled/drizzled.cc:1194 ../drizzled/drizzled.cc:1776
1402
msgid "Path to the database root."
1405
#: ../drizzled/drizzled.cc:1196
1406
msgid "Set the default storage engine for tables."
1409
#: ../drizzled/drizzled.cc:1198
1410
msgid "Set the default time zone."
1413
#: ../drizzled/drizzled.cc:1200 ../drizzled/drizzled.cc:1780
1414
msgid "Used for debugging; Use at your own risk!"
1417
#: ../drizzled/drizzled.cc:1202 ../drizzled/drizzled.cc:1785
1418
msgid "Set up signals usable for debugging"
1421
#: ../drizzled/drizzled.cc:1204
1422
msgid "Set the language used for the month names and the days of the week."
1425
#: ../drizzled/drizzled.cc:1206 ../drizzled/drizzled.cc:1789
1426
msgid "Log some not critical warnings to the log file."
1429
#: ../drizzled/drizzled.cc:1208 ../drizzled/drizzled.cc:1794
1430
msgid "Pid file used by drizzled."
1433
#: ../drizzled/drizzled.cc:1210
1434
msgid "Maximum time in seconds to wait for the port to become free. "
1437
#: ../drizzled/drizzled.cc:1212
1438
msgid "Include the SQL query in replicated protobuf messages."
1441
#: ../drizzled/drizzled.cc:1214 ../drizzled/drizzled.cc:1803
1443
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1444
"specified directory"
1447
#: ../drizzled/drizzled.cc:1217 ../drizzled/drizzled.cc:1808
1449
"Uniquely identifies the server instance in the community of replication "
1453
#: ../drizzled/drizzled.cc:1220 ../drizzled/drizzled.cc:1813
1454
msgid "Don't print a stack trace on failure."
1457
#: ../drizzled/drizzled.cc:1222 ../drizzled/drizzled.cc:1817
1458
msgid "Enable symbolic link support."
1461
#: ../drizzled/drizzled.cc:1224 ../drizzled/drizzled.cc:1826
1463
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1466
#: ../drizzled/drizzled.cc:1227
1467
msgid "Path for temporary files."
1470
#: ../drizzled/drizzled.cc:1229 ../drizzled/drizzled.cc:1831
1471
msgid "Default transaction isolation level."
1474
#: ../drizzled/drizzled.cc:1231
1476
"Max message size written to transaction log, valid values 131072 - 1048576 "
1480
#: ../drizzled/drizzled.cc:1233 ../drizzled/drizzled.cc:1835
1481
msgid "Run drizzled daemon as user."
1484
#: ../drizzled/drizzled.cc:1237 ../drizzled/drizzled.cc:1839
1486
"The number of outstanding connection requests Drizzle can have. This comes "
1487
"into play when the main Drizzle thread gets very many connection requests in "
1488
"a very short time."
1491
#: ../drizzled/drizzled.cc:1242 ../drizzled/drizzled.cc:1845
1493
"Size of tree cache used in bulk insert optimization. Note that this is a "
1497
#: ../drizzled/drizzled.cc:1245 ../drizzled/drizzled.cc:1851
1499
"Precision of the result of '/' operator will be increased on that value."
1502
#: ../drizzled/drizzled.cc:1248
1503
msgid "The maximum length of the result of function group_concat."
1506
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1857
1507
msgid "The size of the buffer that is used for full joins."
1510
#: ../drizzled/drizzled.cc:1253
1512
"A global cap on the amount of memory that can be allocated by session join "
1513
"buffers (0 means unlimited)"
1516
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1863
1517
msgid "Max packetlength to send/receive from to server."
1520
#: ../drizzled/drizzled.cc:1257
1521
msgid "Max number of errors/warnings to store for a statement."
1524
#: ../drizzled/drizzled.cc:1259 ../drizzled/drizzled.cc:1868
1525
msgid "Don't allow creation of heap tables bigger than this."
1528
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1874
1530
"Joins that are probably going to read more than max_join_size records return "
1534
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1880
1535
msgid "Max number of bytes in sorted records."
1538
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1885
1539
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1542
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1890
1544
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1545
"max_sort_length bytes of each value are used; the rest are ignored)."
1548
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1897
1549
msgid "After this many write locks, allow some read locks to run in between."
1552
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1901
1554
"Don't log queries which examine less than min_examined_row_limit rows to "
1558
#: ../drizzled/drizzled.cc:1277
1560
"Do not apply any heuristic(s) during query optimization to prune, thus "
1561
"perform an exhaustive search from the optimizer search space."
1564
#: ../drizzled/drizzled.cc:1280 ../drizzled/drizzled.cc:1915
1566
"Maximum depth of search performed by the query optimizer. Values larger than "
1567
"the number of relations in a query result in better query plans, but take "
1568
"longer to compile a query. Smaller values than the number of tables in a "
1569
"relation result in faster optimization, but may produce very bad query "
1570
"plans. If set to 0, the system will automatically pick a reasonable value; "
1571
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1572
"(used for testing/comparison)."
1575
#: ../drizzled/drizzled.cc:1289 ../drizzled/drizzled.cc:1949
1576
msgid "The size of the buffer that is allocated when preloading indexes"
1579
#: ../drizzled/drizzled.cc:1292 ../drizzled/drizzled.cc:1954
1580
msgid "Allocation block size for query parsing and execution"
1583
#: ../drizzled/drizzled.cc:1295 ../drizzled/drizzled.cc:1959
1584
msgid "Persistent buffer for query parsing and execution"
1587
#: ../drizzled/drizzled.cc:1298 ../drizzled/drizzled.cc:1965
1588
msgid "Allocation block size for storing ranges during optimization"
1591
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1971
1593
"Each thread that does a sequential scan allocates a buffer of this size for "
1594
"each table it scans. If you do many sequential scans, you may want to "
1595
"increase this value."
1598
#: ../drizzled/drizzled.cc:1306
1599
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
1602
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1979
1604
"When reading rows in sorted order after a sort, the rows are read through "
1605
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1609
#: ../drizzled/drizzled.cc:1314
1610
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1613
#: ../drizzled/drizzled.cc:1316
1614
msgid "Select scheduler to be used (by default multi-thread)."
1617
#: ../drizzled/drizzled.cc:1319 ../drizzled/drizzled.cc:1988
1618
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1621
#: ../drizzled/drizzled.cc:1322
1623
"A global cap on the amount of memory that can be allocated by session sort "
1624
"buffers (0 means unlimited)"
1627
#: ../drizzled/drizzled.cc:1324 ../drizzled/drizzled.cc:1994
1628
msgid "The number of cached table definitions."
1631
#: ../drizzled/drizzled.cc:1326 ../drizzled/drizzled.cc:1998
1632
msgid "The number of cached open tables."
1635
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2002
1637
"Timeout in seconds to wait for a table level lock before returning an error. "
1638
"Used only if the connection has active cursors."
1641
#: ../drizzled/drizzled.cc:1331 ../drizzled/drizzled.cc:2007
1642
msgid "The stack size for each thread."
1645
#: ../drizzled/drizzled.cc:1334 ../drizzled/drizzled.cc:2013
1647
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1648
"automatically convert it to an on-disk MyISAM table."
1651
#: ../drizzled/drizzled.cc:1357
1652
msgid "Duplicate entry for command line option\n"
1655
#: ../drizzled/drizzled.cc:1404 ../drizzled/drizzled.cc:1422
1656
#: ../drizzled/drizzled.cc:1456 ../drizzled/drizzled.cc:1464
1657
#: ../drizzled/drizzled.cc:1484
1661
"Use --help to get a list of available options\n"
1664
#: ../drizzled/drizzled.cc:1434
1665
msgid "Failed to initialize plugins\n"
1668
#: ../drizzled/drizzled.cc:1472
1672
"Use --help to get a list of available options\n"
1675
#: ../drizzled/drizzled.cc:1521
1676
msgid "Error getting default charset"
1679
#: ../drizzled/drizzled.cc:1551
1680
msgid "Error setting collation"
1683
#: ../drizzled/drizzled.cc:1559
1685
msgid "Unknown locale: '%s'"
1688
#: ../drizzled/drizzled.cc:1579
1689
msgid "Could not initialize table cache\n"
1692
#: ../drizzled/drizzled.cc:1594
1693
msgid "XA cache initialization failed: Out of memory\n"
1696
#: ../drizzled/drizzled.cc:1624
1697
msgid "No scheduler found, cannot continue!\n"
1700
#: ../drizzled/drizzled.cc:1648
1702
msgid "Unknown/unsupported storage engine: %s\n"
1705
#: ../drizzled/drizzled.cc:1798
1707
"Maximum time in seconds to wait for the port to become free. (Default: no "
1711
#: ../drizzled/drizzled.cc:1907
1713
"Controls the heuristic(s) applied during query optimization to prune less-"
1714
"promising partial plans from the optimizer search space. Meaning: false - do "
1715
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1716
"based on number of retrieved rows."
1719
#: ../drizzled/drizzled.cc:2039
1721
"Copyright (C) 2008 Sun Microsystems\n"
1722
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1723
"and you are welcome to modify and redistribute it under the GPL license\n"
1727
#: ../drizzled/drizzled.cc:2046
1729
msgid "Usage: %s [OPTIONS]\n"
1732
#: ../drizzled/drizzled.cc:2167
1735
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1739
#: ../drizzled/drizzled.cc:2184
1740
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1743
#: ../drizzled/drizzled.cc:2197
1744
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1747
#: ../drizzled/drizzled.cc:2210
1748
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1751
#: ../drizzled/drizzled.cc:2223
1752
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1755
#: ../drizzled/drizzled.cc:2338
1758
"There was an error creating the '%s' part of the path '%s'. Please check "
1759
"the path exists and is writable.\n"
1762
#: ../drizzled/drizzled.cc:2345
1765
"There was an error opening the path '%s', please check the path exists and "
1769
#: ../drizzled/error.cc:133
1771
msgid "Unknown error %d"
1774
#: ../drizzled/error.cc:207
1778
#: ../drizzled/error.cc:208
1779
msgid "Error on first"
1782
#: ../drizzled/error.cc:209
1786
#: ../drizzled/error.cc:210
1790
#: ../drizzled/error.cc:211
1792
msgid "Can't create file '%-.200s' (errno: %d)"
1795
#: ../drizzled/error.cc:212
1797
msgid "Can't create table '%-.200s' (errno: %d)"
1800
#: ../drizzled/error.cc:213
1802
msgid "Can't create schema '%-.192s' (errno: %d)"
1805
#: ../drizzled/error.cc:214
1807
msgid "Can't create schema '%-.192s'; schema exists"
1810
#: ../drizzled/error.cc:215
1812
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1815
#: ../drizzled/error.cc:216
1817
msgid "Error on delete of '%-.192s' (errno: %d)"
1820
#: ../drizzled/error.cc:217
1822
msgid "Can't get status of '%-.200s' (errno: %d)"
1825
#: ../drizzled/error.cc:218
1827
msgid "Can't lock file (errno: %d)"
1830
#: ../drizzled/error.cc:219
1832
msgid "Can't open file: '%-.200s' (errno: %d)"
1835
#: ../drizzled/error.cc:220
1837
msgid "Can't find file: '%-.200s' (errno: %d)"
1840
#: ../drizzled/error.cc:221
1842
msgid "Can't read dir of '%-.192s' (errno: %d)"
1845
#: ../drizzled/error.cc:222
1847
msgid "Record has changed since last read in table '%-.192s'"
1850
#: ../drizzled/error.cc:223
1852
msgid "Disk full (%s); waiting for someone to free some space..."
1855
#: ../drizzled/error.cc:224
1857
msgid "Can't write; duplicate key in table '%-.192s'"
1860
#: ../drizzled/error.cc:225
1862
msgid "Error on close of '%-.192s' (errno: %d)"
1865
#: ../drizzled/error.cc:226
1867
msgid "Error reading file '%-.200s' (errno: %d)"
1870
#: ../drizzled/error.cc:227
1872
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1875
#: ../drizzled/error.cc:228
1877
msgid "Error writing file '%-.200s' (errno: %d)"
1880
#: ../drizzled/error.cc:229
1882
msgid "'%-.192s' is locked against change"
1885
#: ../drizzled/error.cc:230
1886
msgid "Sort aborted"
1889
#: ../drizzled/error.cc:231
1891
msgid "Got error %d from storage engine"
1894
#: ../drizzled/error.cc:232
1896
msgid "Table storage engine for '%-.192s' doesn't have this option"
1899
#: ../drizzled/error.cc:233
1901
msgid "Can't find record in '%-.192s'"
1904
#: ../drizzled/error.cc:234
1906
msgid "Incorrect information in file: '%-.200s'"
1909
#: ../drizzled/error.cc:235
1911
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1914
#: ../drizzled/error.cc:236
1916
msgid "Old key file for table '%-.192s'; repair it!"
1919
#: ../drizzled/error.cc:237
1921
msgid "Table '%-.192s' is read only"
1924
#: ../drizzled/error.cc:238
1926
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1929
#: ../drizzled/error.cc:239
1930
msgid "Out of sort memory; increase server sort buffer size"
1933
#: ../drizzled/error.cc:240
1934
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1937
#: ../drizzled/error.cc:241
1938
msgid "Global join memory constraint hit; increase join-heap-threshold"
1941
#: ../drizzled/error.cc:242
1942
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1945
#: ../drizzled/error.cc:243
1946
msgid "Global read memory constraint hit; increase read-buffer-threshold"
1949
#: ../drizzled/error.cc:244
1951
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1954
#: ../drizzled/error.cc:245
1955
msgid "Too many connections"
1958
#: ../drizzled/error.cc:246
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:247
1966
msgid "Can't get hostname for your address"
1969
#: ../drizzled/error.cc:248
1970
msgid "Bad handshake"
1973
#: ../drizzled/error.cc:249
1975
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
1978
#: ../drizzled/error.cc:250
1980
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1983
#: ../drizzled/error.cc:251
1984
msgid "No schema selected"
1987
#: ../drizzled/error.cc:252
1988
msgid "Unknown command"
1991
#: ../drizzled/error.cc:253
1993
msgid "Column '%-.192s' cannot be null"
1996
#: ../drizzled/error.cc:254
1998
msgid "Unknown schema '%-.192s'"
2001
#: ../drizzled/error.cc:255
2003
msgid "Table '%-.192s' already exists"
2006
#: ../drizzled/error.cc:256
2008
msgid "Unknown table '%-.100s'"
2011
#: ../drizzled/error.cc:257
2013
msgid "Column '%-.192s' in %-.192s is ambiguous"
2016
#: ../drizzled/error.cc:258
2017
msgid "Server shutdown in progress"
2020
#: ../drizzled/error.cc:259
2022
msgid "Unknown column '%-.192s' in '%-.192s'"
2025
#: ../drizzled/error.cc:260
2027
msgid "'%-.192s' isn't in GROUP BY"
2030
#: ../drizzled/error.cc:261
2032
msgid "Can't group on '%-.192s'"
2035
#: ../drizzled/error.cc:262
2036
msgid "Statement has sum functions and columns in same statement"
2039
#: ../drizzled/error.cc:263
2040
msgid "Column count doesn't match value count"
2043
#: ../drizzled/error.cc:264
2045
msgid "Identifier name '%-.100s' is too long"
2048
#: ../drizzled/error.cc:265
2050
msgid "Duplicate column name '%-.192s'"
2053
#: ../drizzled/error.cc:266
2055
msgid "Duplicate key name '%-.192s'"
2058
#: ../drizzled/error.cc:267
2060
msgid "Duplicate entry '%-.192s' for key %d"
2063
#: ../drizzled/error.cc:268
2065
msgid "Incorrect column specifier for column '%-.192s'"
2068
#: ../drizzled/error.cc:269
2070
msgid "%s near '%-.80s' at line %d"
2073
#: ../drizzled/error.cc:270
2075
msgid "Parsing error near '%s'"
2078
#: ../drizzled/error.cc:271
2079
msgid "Query was empty"
2082
#: ../drizzled/error.cc:272
2084
msgid "Not unique table/alias: '%-.192s'"
2087
#: ../drizzled/error.cc:273
2089
msgid "Invalid default value for '%-.192s'"
2092
#: ../drizzled/error.cc:274
2093
msgid "Multiple primary key defined"
2096
#: ../drizzled/error.cc:275
2098
msgid "Too many keys specified; max %d keys allowed"
2101
#: ../drizzled/error.cc:276
2103
msgid "Too many key parts specified; max %d parts allowed"
2106
#: ../drizzled/error.cc:277
2108
msgid "Specified key was too long; max key length is %d bytes"
2111
#: ../drizzled/error.cc:278
2113
msgid "Key column '%-.192s' doesn't exist in table"
2116
#: ../drizzled/error.cc:279
2119
"BLOB column '%-.192s' can't be used in key specification with the used table "
2123
#: ../drizzled/error.cc:280
2126
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2130
#: ../drizzled/error.cc:281
2132
"Incorrect table definition; there can be only one auto column and it must be "
2136
#: ../drizzled/error.cc:282
2138
msgid "%s: Normal shutdown\n"
2141
#: ../drizzled/error.cc:283
2143
msgid "%s: Got signal %d. Aborting!\n"
2146
#: ../drizzled/error.cc:284
2148
msgid "%s: Shutdown complete\n"
2151
#: ../drizzled/error.cc:285
2153
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2156
#: ../drizzled/error.cc:286
2157
msgid "Can't create IP socket"
2160
#: ../drizzled/error.cc:287
2163
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2167
#: ../drizzled/error.cc:288
2170
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2174
#: ../drizzled/error.cc:289
2176
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2179
#: ../drizzled/error.cc:290
2182
"The file '%-.128s' must be in the schema directory or be readable by all"
2185
#: ../drizzled/error.cc:291
2187
msgid "File '%-.200s' already exists"
2190
#: ../drizzled/error.cc:292
2192
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2195
#: ../drizzled/error.cc:293
2197
"Incorrect prefix key; the used key part isn't a string, the used length is "
2198
"longer than the key part, or the storage engine doesn't support unique "
2202
#: ../drizzled/error.cc:294
2203
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2206
#: ../drizzled/error.cc:295
2208
msgid "Can't DROP '%-.192s'; check that column/key exists"
2211
#: ../drizzled/error.cc:296
2213
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2216
#: ../drizzled/error.cc:297
2218
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2221
#. KILL session errors
2222
#: ../drizzled/error.cc:300
2224
msgid "Unknown session id: %lu"
2227
#: ../drizzled/error.cc:301
2229
msgid "You are not the owner of session %lu"
2232
#: ../drizzled/error.cc:302
2233
msgid "You cannot kill the session you are connected from."
2236
#: ../drizzled/error.cc:305
2237
msgid "No tables used"
2240
#: ../drizzled/error.cc:306
2242
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2245
#: ../drizzled/error.cc:307
2247
msgid "Incorrect schema name '%-.100s'"
2250
#: ../drizzled/error.cc:308
2252
msgid "Incorrect table name '%-.100s'"
2255
#: ../drizzled/error.cc:309
2257
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2258
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2261
#: ../drizzled/error.cc:310
2262
msgid "Unknown error"
2265
#: ../drizzled/error.cc:311
2267
msgid "Unknown procedure '%-.192s'"
2270
#: ../drizzled/error.cc:312
2272
msgid "Incorrect parameter count to procedure '%-.192s'"
2275
#: ../drizzled/error.cc:313
2277
msgid "Unknown table '%-.192s' in %-.32s"
2280
#: ../drizzled/error.cc:314
2282
msgid "Column '%-.192s' specified twice"
2285
#: ../drizzled/error.cc:315
2286
msgid "Invalid use of group function"
2289
#: ../drizzled/error.cc:316
2292
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2295
#: ../drizzled/error.cc:317
2296
msgid "A table must have at least 1 column"
2299
#: ../drizzled/error.cc:318
2301
msgid "The table '%-.192s' is full"
2304
#: ../drizzled/error.cc:319
2306
msgid "Too many tables; Drizzle can only use %d tables in a join"
2309
#: ../drizzled/error.cc:320
2310
msgid "Too many columns"
2313
#: ../drizzled/error.cc:321
2316
"Row size too large. The maximum row size for the used table type, not "
2317
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2320
#: ../drizzled/error.cc:322
2321
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2324
#: ../drizzled/error.cc:323
2327
"Table handler doesn't support NULL in given index. Please change column "
2328
"'%-.192s' to be NOT NULL or use another handler"
2331
#: ../drizzled/error.cc:324
2332
msgid "No paths allowed for plugin library"
2335
#: ../drizzled/error.cc:325
2337
msgid "Plugin '%-.192s' already exists"
2340
#: ../drizzled/error.cc:326
2342
msgid "Can't open shared library '%-.192s' (errno: %d %s)"
2345
#: ../drizzled/error.cc:327
2347
msgid "Can't find symbol '%-.128s' in library '%s'"
2350
#: ../drizzled/error.cc:328
2352
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2355
#: ../drizzled/error.cc:329
2358
"Can't create a new thread (errno %d); if you are not out of available "
2359
"memory, you can consult the manual for a possible OS-dependent bug"
2362
#: ../drizzled/error.cc:330
2364
msgid "Column count doesn't match value count at row %ld"
2367
#: ../drizzled/error.cc:331
2369
msgid "Can't reopen table: '%-.192s'"
2372
#: ../drizzled/error.cc:332
2374
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2375
"illegal if there is no GROUP BY clause"
2378
#: ../drizzled/error.cc:333
2380
msgid "Table '%-.192s.%-.192s' doesn't exist"
2383
#: ../drizzled/error.cc:334
2385
"You have an error in your SQL syntax; check the manual that corresponds to "
2386
"your Drizzle server version for the right syntax to use"
2389
#: ../drizzled/error.cc:335
2390
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2393
#: ../drizzled/error.cc:336
2394
msgid "Got packets out of order"
2397
#: ../drizzled/error.cc:337
2398
msgid "The used table type doesn't support BLOB/TEXT columns"
2401
#: ../drizzled/error.cc:338
2402
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2405
#: ../drizzled/error.cc:339
2407
msgid "Incorrect column name '%-.100s'"
2410
#: ../drizzled/error.cc:340
2412
msgid "The used storage engine can't index column '%-.192s'"
2415
#: ../drizzled/error.cc:341
2417
"Unable to open underlying table which is differently defined or of non-"
2418
"MyISAM type or doesn't exist"
2421
#: ../drizzled/error.cc:342
2423
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2426
#: ../drizzled/error.cc:343
2429
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2432
#: ../drizzled/error.cc:344
2434
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2438
#: ../drizzled/error.cc:345
2439
msgid "Result consisted of more than one row"
2442
#: ../drizzled/error.cc:346
2443
msgid "This table type requires a primary key"
2446
#: ../drizzled/error.cc:347
2448
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2451
#: ../drizzled/error.cc:348
2452
msgid "Can't open table"
2455
#: ../drizzled/error.cc:349
2457
msgid "The storage engine for the table doesn't support %s"
2460
#: ../drizzled/error.cc:350
2462
msgid "Got error %d during COMMIT"
2465
#: ../drizzled/error.cc:351
2467
msgid "Got error %d during ROLLBACK"
2470
#. This is a very incorrect place to use the PRIi64 macro as the
2471
#. program that looks over the source for the N_() macros does not
2472
#. (obviously) do macro expansion, so the string is entirely wrong for
2473
#. what it is trying to output for every language except english.
2474
#: ../drizzled/error.cc:356
2477
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2481
#: ../drizzled/error.cc:357
2483
"Can't execute the given command because you have active locked tables or an "
2484
"active transaction"
2487
#: ../drizzled/error.cc:358
2489
msgid "Unknown system variable '%-.64s'"
2492
#: ../drizzled/error.cc:359
2494
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2497
#: ../drizzled/error.cc:360
2500
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2503
#: ../drizzled/error.cc:361
2504
msgid "Some non-transactional changed tables couldn't be rolled back"
2507
#: ../drizzled/error.cc:362
2508
msgid "You may only use constant expressions with SET"
2511
#: ../drizzled/error.cc:363
2512
msgid "Lock wait timeout exceeded; try restarting transaction"
2515
#: ../drizzled/error.cc:364
2516
msgid "The total number of locks exceeds the lock table size"
2519
#: ../drizzled/error.cc:365
2520
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2523
#: ../drizzled/error.cc:366
2524
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2527
#: ../drizzled/error.cc:367
2529
msgid "Incorrect arguments to %s"
2532
#: ../drizzled/error.cc:368
2533
msgid "Deadlock found when trying to get lock; try restarting transaction"
2536
#: ../drizzled/error.cc:369
2537
msgid "The used table type doesn't support FULLTEXT indexes"
2540
#: ../drizzled/error.cc:370
2541
msgid "Cannot add foreign key constraint"
2544
#: ../drizzled/error.cc:371
2545
msgid "Cannot add or update a child row: a foreign key constraint fails"
2548
#: ../drizzled/error.cc:372
2549
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2552
#: ../drizzled/error.cc:373
2554
msgid "Incorrect usage of %s and %s"
2557
#: ../drizzled/error.cc:374
2558
msgid "The used SELECT statements have a different number of columns"
2561
#: ../drizzled/error.cc:375
2562
msgid "Can't execute the query because you have a conflicting read lock"
2565
#: ../drizzled/error.cc:376
2568
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2571
#: ../drizzled/error.cc:377
2574
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2577
#: ../drizzled/error.cc:378
2579
msgid "Variable '%-.64s' doesn't have a default value"
2582
#: ../drizzled/error.cc:379
2584
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2587
#: ../drizzled/error.cc:380
2589
msgid "Incorrect argument type to variable '%-.64s'"
2592
#: ../drizzled/error.cc:381
2594
msgid "Variable '%-.64s' can only be set, not read"
2597
#: ../drizzled/error.cc:382
2599
msgid "Incorrect usage/placement of '%s'"
2602
#: ../drizzled/error.cc:383
2604
msgid "This version of Drizzle doesn't yet support '%s'"
2607
#: ../drizzled/error.cc:384
2609
msgid "Variable '%-.192s' is a %s variable"
2612
#: ../drizzled/error.cc:385
2614
msgid "Incorrect foreign key definition for '%-.192s': %s"
2617
#: ../drizzled/error.cc:386
2618
msgid "Key reference and table reference don't match"
2621
#: ../drizzled/error.cc:387
2623
msgid "Operand should contain %d column(s)"
2626
#: ../drizzled/error.cc:388
2627
msgid "Subquery returns more than 1 row"
2630
#: ../drizzled/error.cc:389
2632
msgid "Converting column '%s' from %s to %s"
2635
#: ../drizzled/error.cc:390
2637
msgid "Reference '%-.64s' not supported (%s)"
2640
#: ../drizzled/error.cc:391
2641
msgid "Every derived table must have its own alias"
2644
#: ../drizzled/error.cc:392
2646
msgid "Select %u was reduced during optimization"
2649
#: ../drizzled/error.cc:393
2651
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2654
#: ../drizzled/error.cc:394
2655
msgid "All parts of a SPATIAL index must be NOT NULL"
2658
#: ../drizzled/error.cc:395
2660
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2663
#: ../drizzled/error.cc:396
2666
"Uncompressed data size too large; the maximum size is %d (based on "
2667
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2670
#: ../drizzled/error.cc:397
2671
msgid "ZLIB: Not enough memory"
2674
#: ../drizzled/error.cc:398
2676
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2677
"data was corrupted)"
2680
#: ../drizzled/error.cc:399
2681
msgid "ZLIB: Input data corrupted"
2684
#: ../drizzled/error.cc:400
2686
msgid "%d line(s) were cut by GROUP_CONCAT()"
2689
#: ../drizzled/error.cc:401
2691
msgid "Row %ld doesn't contain data for all columns"
2694
#: ../drizzled/error.cc:402
2697
"Row %ld was truncated; it contained more data than there were input columns"
2700
#: ../drizzled/error.cc:403
2703
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2706
#: ../drizzled/error.cc:404
2708
msgid "Out of range value for column '%s' at row %ld"
2711
#: ../drizzled/error.cc:405
2713
msgid "Data truncated for column '%s' at row %ld"
2716
#: ../drizzled/error.cc:406
2718
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2721
#: ../drizzled/error.cc:407
2723
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2726
#: ../drizzled/error.cc:408
2728
msgid "Illegal mix of collations for operation '%s'"
2731
#: ../drizzled/error.cc:409
2734
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2738
#: ../drizzled/error.cc:410
2740
msgid "Unknown collation: '%-.64s'"
2743
#: ../drizzled/error.cc:411
2746
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2750
#: ../drizzled/error.cc:412
2752
msgid "Incorrect index name '%-.100s'"
2755
#: ../drizzled/error.cc:413
2757
msgid "Incorrect catalog name '%-.100s'"
2760
#: ../drizzled/error.cc:414
2762
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2765
#: ../drizzled/error.cc:415
2767
msgid "Unknown table engine '%s'"
2770
#: ../drizzled/error.cc:416
2772
msgid "The target table %-.100s of the %s is not updatable"
2775
#: ../drizzled/error.cc:417
2778
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2782
#: ../drizzled/error.cc:418
2785
"The Drizzle server is running with the %s option so it cannot execute this "
2789
#: ../drizzled/error.cc:419
2791
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2794
#: ../drizzled/error.cc:420
2796
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2799
#: ../drizzled/error.cc:421
2801
"Incorrect table definition; there can be only one TIMESTAMP column with "
2802
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2805
#: ../drizzled/error.cc:422
2807
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2810
#: ../drizzled/error.cc:423
2812
msgid "Got error %d '%-.100s' from %s"
2815
#: ../drizzled/error.cc:424
2817
msgid "Got temporary error %d '%-.100s' from %s"
2820
#: ../drizzled/error.cc:425
2822
msgid "Unknown or incorrect time zone: '%-.64s'"
2825
#: ../drizzled/error.cc:426
2827
msgid "Invalid %s character string: '%.64s'"
2830
#: ../drizzled/error.cc:427
2832
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2835
#: ../drizzled/error.cc:428
2837
msgid "%s %s does not exist"
2840
#: ../drizzled/error.cc:429
2841
msgid "Query execution was interrupted"
2844
#: ../drizzled/error.cc:430
2847
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2848
"(s) or definer/invoker of view lack rights to use them"
2851
#: ../drizzled/error.cc:431
2853
msgid "Field '%-.192s' doesn't have a default value"
2856
#: ../drizzled/error.cc:432
2857
msgid "Division by 0"
2860
#: ../drizzled/error.cc:433
2862
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2865
#: ../drizzled/error.cc:434
2867
msgid "Illegal %s '%-.192s' value found during parsing"
2870
#: ../drizzled/error.cc:435
2872
msgid "Key part '%-.192s' length cannot be 0"
2875
#: ../drizzled/error.cc:436
2878
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2882
#: ../drizzled/error.cc:437
2884
msgid "Data too long for column '%s' at row %ld"
2887
#: ../drizzled/error.cc:438
2890
"%s: ready for connections.\n"
2891
"Version: '%s' %s\n"
2894
#: ../drizzled/error.cc:439
2895
msgid "Can't load value from file with fixed size rows to variable"
2898
#: ../drizzled/error.cc:440
2900
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2903
#: ../drizzled/error.cc:441
2904
msgid "Table definition has changed, please retry transaction"
2907
#: ../drizzled/error.cc:442
2909
msgid "Not allowed to return a result set from a %s"
2912
#: ../drizzled/error.cc:443
2913
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2916
#: ../drizzled/error.cc:444
2918
"Explicit or implicit commit is not allowed in stored function or trigger."
2921
#: ../drizzled/error.cc:445
2923
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2926
#: ../drizzled/error.cc:446
2928
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2931
#: ../drizzled/error.cc:447
2934
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2938
#: ../drizzled/error.cc:448
2939
msgid "Trigger in wrong schema"
2942
#: ../drizzled/error.cc:449
2945
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2946
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2949
#: ../drizzled/error.cc:450
2951
msgid "Display width out of range for column '%-.192s' (max = %d)"
2954
#: ../drizzled/error.cc:451
2956
msgid "Datetime function: %-.32s field overflow"
2959
#: ../drizzled/error.cc:452
2962
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2965
#: ../drizzled/error.cc:453
2968
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2971
#: ../drizzled/error.cc:454
2972
msgid "No data - zero rows fetched, selected, or processed"
2975
#: ../drizzled/error.cc:455
2977
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2980
#: ../drizzled/error.cc:456
2982
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2985
#: ../drizzled/error.cc:457
2986
msgid "The used table type doesn't support SPATIAL indexes"
2989
#: ../drizzled/error.cc:458
2991
msgid "Leading spaces are removed from name '%s'"
2994
#: ../drizzled/error.cc:459
2995
msgid "Failed to read auto-increment value from storage engine"
2998
#: ../drizzled/error.cc:460
3000
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3003
#: ../drizzled/error.cc:461
3004
msgid "Too high level of nesting for select"
3007
#: ../drizzled/error.cc:462
3009
msgid "Name '%-.64s' has become ''"
3012
#: ../drizzled/error.cc:463
3014
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3015
"optional and non-empty FIELDS ENCLOSED BY"
3018
#: ../drizzled/error.cc:464
3021
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3024
#: ../drizzled/error.cc:465
3026
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3029
#: ../drizzled/error.cc:466
3031
msgid "Incorrect %-.32s value: '%-.128s'"
3034
#: ../drizzled/error.cc:467
3036
msgid "Table has no partition for value %-.64s"
3039
#: ../drizzled/error.cc:468
3040
msgid "Writing one row to the row-based binary log failed"
3043
#: ../drizzled/error.cc:469
3045
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3048
#: ../drizzled/error.cc:470
3051
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %"
3052
"d would lead to a duplicate entry"
3055
#: ../drizzled/error.cc:471
3057
"Transaction isolation level can't be changed while a transaction is in "
3061
#: ../drizzled/error.cc:472
3063
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3066
#: ../drizzled/error.cc:473
3068
msgid "Incorrect parameters in the call to native function '%-.192s'"
3071
#: ../drizzled/error.cc:474
3073
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3076
#: ../drizzled/error.cc:475
3078
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3081
#: ../drizzled/error.cc:477
3083
msgid "Received an invalid datetime value '%s'."
3086
#: ../drizzled/error.cc:478
3088
msgid "Received an invalid DATE value '%s'."
3091
#: ../drizzled/error.cc:479
3093
msgid "Received a NULL argument for function '%s'."
3096
#: ../drizzled/error.cc:480
3098
msgid "Received an invalid timestamp value '%s'."
3101
#: ../drizzled/error.cc:481
3103
msgid "Received an invalid TIME value '%s'."
3106
#: ../drizzled/error.cc:482
3108
msgid "Received an invalid value '%s' for a UNIX timestamp."
3111
#: ../drizzled/error.cc:484
3113
msgid "Received an out-of-range argument '%s' for function '%s'."
3116
#: ../drizzled/error.cc:485
3118
msgid "Received an invalid enum value '%s'."
3121
#: ../drizzled/error.cc:486
3122
msgid "Tables which are replicated require a primary key."
3125
#: ../drizzled/error.cc:488
3127
msgid "Corrupt or invalid schema definition for '%s' : %s"
3130
#: ../drizzled/error.cc:489
3132
msgid "Corrupt or invalid table definition for '%s': %s"
3135
#: ../drizzled/error.cc:490
3137
msgid "The number of enum that were required was too high for table '%s'"
3140
#: ../drizzled/error.cc:491
3142
msgid "Corrupt or invalid table definition for '%s'"
3145
#: ../drizzled/error.cc:492
3147
msgid "Collation '%s' for table %s is invalid/unknown"
3150
#: ../drizzled/error.cc:494
3152
msgid "Cannot drop table '%s'"
3155
#: ../drizzled/error.cc:495
3157
msgid "Error occurred while dropping table '%s'"
3160
#: ../drizzled/error.cc:496
3162
msgid "Permission denied to create '%s'"
3165
#: ../drizzled/error.cc:497
3167
msgid "Unknown table '%s'"
3170
#: ../drizzled/error.cc:499
3172
msgid "Cannot create schema '%s'"
3175
#: ../drizzled/error.cc:500
3177
msgid "Schema does not exist: %s"
3180
#: ../drizzled/error.cc:501
3182
msgid "Error altering schema: %s"
3185
#: ../drizzled/error.cc:502
3187
msgid "Error droppping Schema : %s"
3190
#: ../drizzled/error.cc:504
3191
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3194
#: ../drizzled/error.cc:505
3196
msgid "Unknown table engine option key/pair %s = %s."
3199
#: ../drizzled/error.cc:506
3201
msgid "Unknown schema engine option key/pair %s = %s."
3204
#: ../drizzled/error.cc:508
3205
msgid "Admin access not allowed from this username/IP address."
3208
#. User lock/barrier error messages
3209
#: ../drizzled/error.cc:511
3210
msgid "wait() can not be called on session owning user defined barrier."
3213
#: ../drizzled/error.cc:512
3214
msgid "Unknown user defined barrier requested."
3217
#: ../drizzled/error.cc:513
3218
msgid "Session does not own user defined barrier."
3221
#: ../drizzled/error.cc:514
3222
msgid "Session can not wait on a user defined lock owned by the session."
3225
#: ../drizzled/error.cc:515
3226
msgid "Session does not own user defined lock."
3229
#: ../drizzled/error.cc:517
3230
msgid "Invalid name for user defined barrier."
3233
#: ../drizzled/error.cc:518
3234
msgid "Invalid name for user defined lock."
3237
#: ../drizzled/error.cc:520
3239
"Either a DEFAULt value or NULL NULL description is required for a new column "
3240
"if table is not empty"
3244
#: ../drizzled/error.cc:523
3247
"Cast to unsigned converted negative integer to it's positive complement: %s"
3250
#: ../drizzled/error.cc:524
3252
msgid "Invalid cast to signed integer: %s"
3255
#: ../drizzled/error.cc:526
3257
msgid "Identifier '%.*s' is a SQL keyword."
3260
#: ../drizzled/error.cc:529
3262
msgid "Can't unlock file (Errcode: %d)"
3265
#: ../drizzled/error.cc:530
3267
msgid "Can't change size of file (Errcode: %d)"
3270
#: ../drizzled/error.cc:531
3272
msgid "Can't open stream from handle (Errcode: %d)"
3275
#: ../drizzled/error.cc:532
3277
msgid "Warning: '%s' had %d links"
3280
#: ../drizzled/error.cc:533
3282
msgid "Warning: %d files and %d streams is left open\n"
3285
#: ../drizzled/error.cc:534
3287
msgid "Can't create directory '%s' (Errcode: %d)"
3290
#: ../drizzled/error.cc:535
3293
"Character set '%s' is not a compiled character set and is not specified in "
3297
#: ../drizzled/error.cc:536
3299
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3302
#: ../drizzled/error.cc:537
3304
msgid "Can't read value for symlink '%s' (Error %d)"
3307
#: ../drizzled/error.cc:538
3309
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3312
#: ../drizzled/error.cc:539
3314
msgid "Error on realpath() on '%s' (Error %d)"
3317
#: ../drizzled/error.cc:540
3319
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3322
#: ../drizzled/error.cc:541
3325
"Collation '%s' is not a compiled collation and is not specified in the %s "
3329
#: ../drizzled/error.cc:542
3331
msgid "File '%s' (fileno: %d) was not closed"
3335
#: ../drizzled/error.cc:545
3336
msgid "Received an invalid UUID value"
3339
#: ../drizzled/error.cc:546
3340
msgid "The UUID was not created with a valid time"
3344
#: ../drizzled/error.cc:549
3346
msgid "Received an invalid BOOLEAN value '%s'."
3349
#: ../drizzled/error.cc:550
3351
msgid "Invalid cast to BOOLEAN: '%s'."
3354
#. Transactional DDL
3355
#: ../drizzled/error.cc:553
3356
msgid "Transactional DDL not supported"
3360
#: ../drizzled/error.cc:555
3362
msgid "Assertion '%s' failed."
3365
#: ../drizzled/error.cc:556
3367
msgid "Assertion '%s' failed, the result was NULL."
3370
#. Catalog related errors
3371
#: ../drizzled/error.cc:574
3373
msgid "Cannot create catalog '%s'."
3376
#: ../drizzled/error.cc:575
3378
msgid "Permission is denied to create '%s' catalog."
3381
#: ../drizzled/error.cc:576
3383
msgid "Cannot drop catalog '%s'."
3386
#: ../drizzled/error.cc:577
3388
msgid "Permission is denied to drop '%s' catalog."
3391
#: ../drizzled/error.cc:578
3393
msgid "Catalog '%s' does not exist."
3396
#: ../drizzled/error.cc:579
3397
msgid "You cannot drop the 'local' catalog."
3400
#: ../drizzled/error.cc:580
3402
msgid "Could not gain lock on '%s'."
3405
#: ../drizzled/error.cc:581
3407
msgid "Corrupt or invalid catalog definition for '%s' : '%s'."
3410
#: ../drizzled/error.cc:582
3411
msgid "Invalid catalog name."
3414
#: ../drizzled/error.cc:583
3416
"Engine status is now stored in the data_dictionary tables, please use these "
3420
#: ../drizzled/identifier/catalog.cc:56
3422
"Catalog name cannot be encoded and fit within filesystem name length "
3426
#: ../drizzled/identifier/schema.cc:59 ../drizzled/identifier/table.cc:221
3428
"Schema name cannot be encoded and fit within filesystem name length "
3432
#: ../drizzled/identifier/table.cc:238
3434
"Table name cannot be encoded and fit within filesystem name length "
3440
#. * Since clients still use this code, we use fprintf here.
3441
#. * This fprintf needs to be turned into errmsg_printf
3442
#. * as soon as the client programs no longer use mysys
3443
#. * and can use the pluggable error message system.
3445
#: ../drizzled/internal/default.cc:687
3447
msgid "error: could not open directory: %s\n"
3450
#: ../drizzled/main.cc:169
3452
"setrlimit could not change the size of core files to 'infinity'; We may not "
3453
"be able to generate a core file on signals"
3456
#: ../drizzled/main.cc:269
3458
msgid "Data directory %s does not exist\n"
3461
#: ../drizzled/main.cc:280
3463
msgid "Local catalog %s/local does not exist\n"
3466
#: ../drizzled/main.cc:303 ../plugin/multi_thread/multi_thread.cc:84
3467
msgid "Drizzle has receieved an abort event."
3470
#: ../drizzled/main.cc:304 ../plugin/multi_thread/multi_thread.cc:85
3471
msgid "In Function: "
3474
#: ../drizzled/main.cc:305 ../plugin/multi_thread/multi_thread.cc:86
3478
#: ../drizzled/main.cc:306 ../plugin/multi_thread/multi_thread.cc:87
3482
#: ../drizzled/message/transaction_writer.cc:365
3484
msgid "Usage: %s TRANSACTION_LOG\n"
3487
#: ../drizzled/message/transaction_writer.cc:371
3489
msgid "Cannot open file: %s\n"
3492
#: ../drizzled/module/library.cc:149
3495
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3496
"the current running version of Drizzle: %<PRIu64>."
3499
#: ../drizzled/module/loader.cc:177
3502
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3506
#: ../drizzled/module/loader.cc:224
3508
msgid "Plugin '%s' init function returned error.\n"
3511
#: ../drizzled/module/loader.cc:463
3513
msgid "Couldn't load plugin library named '%s'.\n"
3516
#: ../drizzled/module/loader.cc:473
3518
msgid "Couldn't load plugin named '%s'.\n"
3521
#: ../drizzled/module/registry.cc:176
3524
"Couldn't process plugin module dependencies. %s depends on %s but %s is not "
3528
#: ../drizzled/module/registry.h:117
3530
msgid "Loading plugin %s failed: a %s plugin by that name already exists.\n"
3533
#: ../drizzled/module/registry.h:131
3535
msgid "Fatal error: Failed initializing %s::%s plugin.\n"
3538
#: ../drizzled/option.cc:84
3542
#: ../drizzled/option.cc:86
3546
#: ../drizzled/option.cc:337
3548
msgid "%s: %s: Option '%s' used, but is disabled\n"
3551
#: ../drizzled/option.cc:339
3555
#: ../drizzled/option.cc:441
3557
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3560
#: ../drizzled/option.cc:769
3562
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3565
#: ../drizzled/option.cc:962
3567
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3570
#: ../drizzled/option.cc:1194
3572
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3575
#: ../drizzled/option.cc:1214
3579
"Variables (--variable-name=value)\n"
3580
"and boolean options {false|true} Value (after reading options)\n"
3581
"--------------------------------- -----------------------------\n"
3584
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3585
msgid "(No default value)"
3588
#: ../drizzled/option.cc:1249
3592
#: ../drizzled/option.cc:1249
3596
#: ../drizzled/option.cc:1282
3598
msgid "(Disabled)\n"
3601
#: ../drizzled/plugin/error_message.cc:81
3603
msgid "errmsg plugin '%s' errmsg() failed"
3606
#: ../drizzled/plugin/event_observer.cc:133
3609
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3610
"'%s' from EventObserver plugin '%s'"
3613
#: ../drizzled/plugin/event_observer.cc:200
3615
"EventObserver::registerTableEvents(): Table already has events registered on "
3616
"it: probable programming error."
3619
#: ../drizzled/plugin/event_observer.cc:335
3621
"EventObserver::registerSessionEvents(): Session already has events "
3622
"registered on it: probable programming error."
3625
#: ../drizzled/plugin/event_observer.cc:387
3627
msgid "EventIterate event handler '%s' failed for event '%s'"
3630
#: ../drizzled/plugin/function.cc:47 ../drizzled/plugin/function.cc:55
3632
msgid "A function named %s already exists!\n"
3635
#: ../drizzled/plugin/function.cc:65
3636
msgid "Could not add Function!\n"
3639
#: ../drizzled/plugin/listen.cc:67
3640
msgid "Error getting file descriptors"
3643
#: ../drizzled/plugin/listen.cc:85
3644
msgid "No sockets could be bound for listening"
3647
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:343
3649
msgid "pipe() failed with errno %d"
3652
#: ../drizzled/plugin/listen.cc:120
3654
msgid "poll() failed with errno %d"
3657
#: ../drizzled/plugin/listen_tcp.cc:59
3659
msgid "accept() failed with errno %d"
3662
#: ../drizzled/plugin/listen_tcp.cc:95
3664
msgid "getaddrinfo() failed with error %s"
3667
#: ../drizzled/plugin/listen_tcp.cc:127
3669
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3672
#: ../drizzled/plugin/listen_tcp.cc:138
3674
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3677
#: ../drizzled/plugin/listen_tcp.cc:147
3679
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3682
#: ../drizzled/plugin/listen_tcp.cc:156
3684
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3687
#: ../drizzled/plugin/listen_tcp.cc:165
3689
msgid "setsockopt(SO_LINGER) failed with errno %d"
3692
#: ../drizzled/plugin/listen_tcp.cc:174
3694
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3697
#: ../drizzled/plugin/listen_tcp.cc:195
3699
msgid "Retrying bind() on %u\n"
3702
#: ../drizzled/plugin/listen_tcp.cc:202
3704
msgid "bind() failed with errno: %d\n"
3707
#: ../drizzled/plugin/listen_tcp.cc:205
3708
msgid "Do you already have another drizzled running?\n"
3711
#: ../drizzled/plugin/listen_tcp.cc:212
3713
msgid "listen() failed with errno %d\n"
3716
#: ../drizzled/plugin/listen_tcp.cc:218
3718
msgid "Listening on %s:%s\n"
3721
#: ../drizzled/plugin/logging.cc:65
3723
msgid "logging '%s' pre() failed"
3726
#: ../drizzled/plugin/logging.cc:90
3728
msgid "logging '%s' post() failed"
3731
#: ../drizzled/plugin/logging.cc:114
3733
msgid "logging '%s' postEnd() failed"
3736
#: ../drizzled/plugin/logging.cc:137
3738
msgid "logging '%s' resetCurrentScoreboard() failed"
3741
#: ../drizzled/plugin/scheduler.cc:62
3744
"Attempted to register a scheduler %s, but a scheduler has already been "
3745
"registered with that name.\n"
3748
#: ../drizzled/plugin/scheduler.cc:99
3750
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3753
#: ../drizzled/plugin/schema_engine.cc:131
3755
msgid "Error while loading database options: '%s':"
3758
#: ../drizzled/plugin/xa_resource_manager.cc:115
3760
msgid "Found %d prepared transaction(s) in resource manager."
3763
#: ../drizzled/plugin/xa_resource_manager.cc:182
3764
msgid "Starting crash recovery..."
3767
#: ../drizzled/plugin/xa_resource_manager.cc:192
3769
msgid "Found %d prepared XA transactions"
3772
#: ../drizzled/plugin/xa_resource_manager.cc:197
3775
"Found %d prepared transactions! It means that drizzled was not shut down "
3776
"properly last time and critical recovery information (last binlog or %s "
3777
"file) was manually deleted after a crash. You have to start drizzled with "
3778
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3781
#: ../drizzled/plugin/xa_resource_manager.cc:207
3782
msgid "Crash recovery finished."
3785
#: ../drizzled/replication_services.cc:94
3787
"You registered a TransactionApplier plugin but no TransactionReplicator "
3788
"plugins were registered.\n"
3791
#: ../drizzled/replication_services.cc:125
3794
"You registered a TransactionApplier plugin but no TransactionReplicator "
3795
"plugins were registered that match the requested replicator name of '%s'.\n"
3796
"We have deactivated the TransactionApplier '%s'.\n"
3799
#: ../drizzled/session.cc:1990 ../drizzled/session.cc:2009
3801
msgid "Could not remove temporary table: '%s', error: %d"
3804
#: ../drizzled/signal_handler.cc:52
3806
msgid "Got signal %d from thread %<PRIu32>"
3809
#: ../drizzled/signal_handler.cc:118
3811
msgid "Fatal signal %d while backtracing\n"
3814
#: ../drizzled/signal_handler.cc:127
3816
msgid "Fatal: time() call failed\n"
3819
#: ../drizzled/signal_handler.cc:133
3822
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3823
"This could be because you hit a bug. It is also possible that this binary\n"
3824
" or one of the libraries it was linked against is corrupt, improperly "
3826
" or misconfigured. This error can also be caused by malfunctioning "
3830
#: ../drizzled/signal_handler.cc:141
3833
"We will try our best to scrape up some info that will hopefully help "
3835
"the problem, but since we have already crashed, something is definitely "
3837
"and this may fail.\n"
3841
#: ../drizzled/signal_handler.cc:148
3844
"It is possible that drizzled could use up to \n"
3845
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3847
"Hope that's ok; if not, decrease some variables in the equation.\n"
3851
#: ../drizzled/sql_table.cc:1933
3853
msgid "Unknown - internal error %d during operation"
3856
#: ../drizzled/statement/alter_table.cc:1514
3859
"order_st BY ignored because there is a user-defined clustered index in the "
3863
#: ../drizzled/sys_var.cc:1526
3865
msgid "Variable named %s already exists!\n"
3868
#: ../drizzled/sys_var.cc:1535
3870
msgid "Could not add Variable: %s\n"
3873
#: ../drizzled/sys_var.cc:1633
3874
msgid "Failed to initialize system variables"
3877
#: ../drizzled/table.cc:1690
3879
msgid "Got error %d when reading table '%s'"
3882
#: ../drizzled/table/instance/base.cc:1883
3884
msgid "Unknown collation '%s' in table '%-.64s' definition"
3887
#: ../drizzled/table/instance/base.cc:1890
3890
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3894
#: ../drizzled/tztime.cc:170
3896
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3899
#: ../plugin/auth_file/auth_file.cc:227
3901
msgid "Could not load auth file: %s\n"
3904
#: ../plugin/auth_file/auth_file.cc:243
3905
msgid "File to load for usernames and passwords"
3908
#: ../plugin/auth_http/auth_http.cc:135
3910
"auth_http plugin loaded but required option url not specified. Against which "
3911
"URL are you intending on authenticating?\n"
3914
#: ../plugin/auth_http/auth_http.cc:151
3915
msgid "URL for HTTP Auth check"
3918
#: ../plugin/auth_ldap/auth_ldap.cc:291
3920
msgid "Reconnect failed: %s\n"
3923
#: ../plugin/auth_ldap/auth_ldap.cc:310
3925
msgid "ldap_search_ext_s failed: %s\n"
3928
#: ../plugin/auth_ldap/auth_ldap.cc:416
3930
msgid "Could not load auth ldap: %s\n"
3933
#: ../plugin/auth_ldap/auth_ldap.cc:437
3934
msgid "URI of the LDAP server to contact"
3937
#: ../plugin/auth_ldap/auth_ldap.cc:439
3938
msgid "DN to use when binding to the LDAP server"
3941
#: ../plugin/auth_ldap/auth_ldap.cc:441
3942
msgid "Password to use when binding the DN"
3945
#: ../plugin/auth_ldap/auth_ldap.cc:443
3946
msgid "DN to use when searching"
3949
#: ../plugin/auth_ldap/auth_ldap.cc:445
3950
msgid "Attribute in LDAP with plain text password"
3953
#: ../plugin/auth_ldap/auth_ldap.cc:447
3954
msgid "Attribute in LDAP with MySQL hashed password"
3957
#: ../plugin/auth_ldap/auth_ldap.cc:449
3958
msgid "How often to empty the users cache, 0 to disable"
3961
#: ../plugin/blitzdb/ha_blitz.cc:1507
3962
msgid "Estimated number of rows that a BlitzDB table will store."
3965
#: ../plugin/console/console.cc:379
3966
msgid "Enable the console."
3969
#: ../plugin/console/console.cc:382
3970
msgid "Turn on extra debugging."
3973
#: ../plugin/console/console.cc:385
3974
msgid "User to use for auth."
3977
#: ../plugin/console/console.cc:388
3978
msgid "Password to use for auth."
3981
#: ../plugin/console/console.cc:391
3982
msgid "Default catalog to use."
3985
#: ../plugin/console/console.cc:394
3986
msgid "Default schema to use."
3989
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
3991
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
3995
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:124
3996
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
3997
msgid "Connect Timeout."
4000
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:127
4001
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
4002
msgid "Read Timeout."
4005
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
4006
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
4007
msgid "Write Timeout."
4010
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:133
4011
#: ../plugin/mysql_protocol/mysql_protocol.cc:1027
4012
msgid "Retry Count."
4015
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:136
4016
#: ../plugin/mysql_protocol/mysql_protocol.cc:1030
4017
msgid "Buffer length."
4020
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
4021
#: ../plugin/mysql_protocol/mysql_protocol.cc:1033
4022
msgid "Address to bind to."
4025
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:142
4026
#: ../plugin/mysql_protocol/mysql_protocol.cc:1036
4027
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:173
4028
msgid "Maximum simultaneous connections."
4031
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:145
4032
#: ../plugin/mysql_protocol/mysql_protocol.cc:1039
4033
msgid "A restrictive IP address list for incoming admin connections."
4036
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4037
msgid "Failed to send error message to libnotify\n"
4040
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4041
msgid "Error Messages to stderr"
4044
#: ../plugin/filtered_replicator/filtered_replicator.cc:578
4045
msgid "Comma-separated list of schemas to exclude"
4048
#: ../plugin/filtered_replicator/filtered_replicator.cc:581
4049
msgid "Comma-separated list of tables to exclude"
4052
#: ../plugin/filtered_replicator/filtered_replicator.cc:584
4053
msgid "Regular expression to apply to schemas to exclude"
4056
#: ../plugin/filtered_replicator/filtered_replicator.cc:587
4057
msgid "Regular expression to apply to tables to exclude"
4060
#: ../plugin/haildb/haildb_engine.cc:1080
4061
#: ../plugin/haildb/haildb_engine.cc:1218
4062
#: ../plugin/haildb/haildb_engine.cc:1248
4064
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
4067
#: ../plugin/haildb/haildb_engine.cc:1099
4069
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
4072
#: ../plugin/haildb/haildb_engine.cc:1197
4073
#: ../plugin/haildb/haildb_engine.cc:1310
4074
#: ../plugin/haildb/haildb_engine.cc:1491
4075
#: ../plugin/haildb/haildb_engine.cc:2157
4077
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
4080
#: ../plugin/haildb/haildb_engine.cc:1349
4081
#: ../plugin/haildb/haildb_engine.cc:1365
4083
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
4086
#: ../plugin/haildb/haildb_engine.cc:3403
4088
msgid "Error starting HailDB %d (%s)\n"
4091
#: ../plugin/haildb/haildb_engine.cc:3432
4092
msgid "Disable HailDB adaptive hash index (enabled by default)."
4095
#: ../plugin/haildb/haildb_engine.cc:3434
4096
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
4099
#: ../plugin/haildb/haildb_engine.cc:3437
4101
"Size of a memory pool HailDB uses to store data dictionary information and "
4102
"other internal data structures."
4105
#: ../plugin/haildb/haildb_engine.cc:3440
4106
msgid "Data file autoextend increment in megabytes"
4109
#: ../plugin/haildb/haildb_engine.cc:3443
4111
"The size of the memory buffer HailDB uses to cache data and indexes of its "
4115
#: ../plugin/haildb/haildb_engine.cc:3446
4116
msgid "The common part for HailDB table spaces."
4119
#: ../plugin/haildb/haildb_engine.cc:3448
4120
msgid "Disable HailDB checksums validation (enabled by default)."
4123
#: ../plugin/haildb/haildb_engine.cc:3450
4124
msgid "Disable HailDB doublewrite buffer (enabled by default)."
4127
#: ../plugin/haildb/haildb_engine.cc:3453
4128
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4131
#: ../plugin/haildb/haildb_engine.cc:3456
4133
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4134
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4137
#: ../plugin/haildb/haildb_engine.cc:3459
4138
msgid "Stores each HailDB table to an .ibd file in the database dir."
4141
#: ../plugin/haildb/haildb_engine.cc:3462
4142
msgid "File format to use for new tables in .ibd files."
4145
#: ../plugin/haildb/haildb_engine.cc:3465
4147
"Set to 0 (write and flush once per second),1 (write and flush at each "
4148
"commit) or 2 (write at commit, flush once per second)."
4151
#: ../plugin/haildb/haildb_engine.cc:3468
4152
msgid "With which method to flush data."
4155
#: ../plugin/haildb/haildb_engine.cc:3471
4157
"Helps to save your data in case the disk image of the database becomes "
4161
#: ../plugin/haildb/haildb_engine.cc:3474
4162
msgid "Path to individual files and their sizes."
4165
#: ../plugin/haildb/haildb_engine.cc:3477
4166
msgid "Path to HailDB log files."
4169
#: ../plugin/haildb/haildb_engine.cc:3480
4170
msgid "Size of each log file in a log group."
4173
#: ../plugin/haildb/haildb_engine.cc:3483
4175
"Number of log files in the log group. HailDB writes to the files in a "
4176
"circular fashion. Value 3 is recommended here."
4179
#: ../plugin/haildb/haildb_engine.cc:3486
4181
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4182
"rolled back. Values above 100000000 disable the timeout."
4185
#: ../plugin/haildb/haildb_engine.cc:3489
4187
"The size of the buffer which HailDB uses to write log to the log files on "
4191
#: ../plugin/haildb/haildb_engine.cc:3492
4193
"Sets the point in the LRU list from where all pages are classified as old "
4197
#: ../plugin/haildb/haildb_engine.cc:3495
4199
"Milliseconds between accesses to a block at which it is made young. "
4200
"0=disabled (Advanced users)"
4203
#: ../plugin/haildb/haildb_engine.cc:3498
4204
msgid "Percentage of dirty pages allowed in bufferpool."
4207
#: ../plugin/haildb/haildb_engine.cc:3501
4208
msgid "Desired maximum length of the purge queue (0 = no limit)"
4211
#: ../plugin/haildb/haildb_engine.cc:3504
4213
"Roll back the complete transaction on lock wait timeout, for 4.x "
4214
"compatibility (disabled by default)"
4217
#: ../plugin/haildb/haildb_engine.cc:3507
4218
msgid "How many files at the maximum HailDB keeps open at the same time."
4221
#: ../plugin/haildb/haildb_engine.cc:3510
4222
msgid "Number of background read I/O threads in HailDB."
4225
#: ../plugin/haildb/haildb_engine.cc:3513
4226
msgid "Number of background write I/O threads in HailDB."
4229
#: ../plugin/haildb/haildb_engine.cc:3515
4231
"Disable if you want to reduce the number of messages written to the log "
4232
"(default: enabled)."
4235
#: ../plugin/haildb/haildb_engine.cc:3518
4236
msgid "Enable SHOW HAILDB STATUS output in the log"
4239
#: ../plugin/haildb/haildb_engine.cc:3521
4240
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4243
#: ../plugin/haildb/haildb_engine.cc:3523
4245
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4248
#: ../plugin/hello_events/hello_events.cc:401
4249
msgid "Enable Example Events Plugin"
4252
#: ../plugin/hello_events/hello_events.cc:404
4253
#: ../plugin/hello_events/hello_events.cc:407
4254
msgid "A comma delimited list of databases to watch"
4257
#: ../plugin/hello_events/hello_events.cc:410
4258
msgid "Before write row event observer call position"
4261
#: ../plugin/hello_events/hello_events.cc:413
4262
#: ../plugin/pbms/src/parameters_ms.cc:461
4263
msgid "Before update row event observer call position"
4266
#: ../plugin/hello_events/hello_events.cc:416
4267
msgid "After drop database event observer call position"
4270
#: ../plugin/hello_events/hello_events.cc:427
4271
msgid "An example events Plugin"
4274
#: ../plugin/innobase/handler/data_dictionary.cc:760
4276
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4279
#: ../plugin/innobase/handler/ha_innodb.cc:1914
4281
"Once InnoDB is running, innodb_commit_concurrency must not change between "
4285
#: ../plugin/innobase/handler/ha_innodb.cc:2179
4287
"syntax error in innodb_log_group_home_dir, or a wrong number of mirrored log "
4291
#: ../plugin/innobase/handler/ha_innodb.cc:2223
4294
"InnoDB: invalid innodb_file_format_max value: should be any value up to %s "
4295
"or its equivalent numeric id"
4298
#: ../plugin/innobase/handler/ha_innodb.cc:9359
4299
msgid "Do not use Native AIO library for IO, even if available"
4302
#: ../plugin/innobase/handler/ha_innodb.cc:9375
4303
msgid "Enable internal replication log."
4306
#: ../plugin/innobase/handler/ha_innodb.cc:9378
4308
"Timeout in seconds an InnoDB transaction may wait for a lock before being "
4309
"rolled back. Values above 100000000 disable the timeout."
4312
#: ../plugin/innobase/handler/ha_innodb.cc:9381
4313
msgid "Percentage of the buffer pool to reserve for 'old' blocks."
4316
#: ../plugin/innobase/handler/ha_innodb.cc:9384
4318
"ove blocks to the 'new' end of the buffer pool if the first access was at "
4319
"least this many milliseconds ago. The timeout is disabled if 0 (the default)."
4322
#: ../plugin/innobase/handler/replication_dictionary.cc:109
4323
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4324
#: ../plugin/transaction_log/print_transaction_message.cc:177
4325
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4327
msgid "Unable to parse transaction. Got error: %s.\n"
4330
#: ../plugin/innobase/srv/srv0start.cc:1034
4331
msgid "InnoDB: cannot determine Mac OS X version!\n"
4334
#: ../plugin/innobase/srv/srv0start.cc:1039
4336
"InnoDB: On Mac OS X, fsync() may be broken on internal drives,\n"
4337
"InnoDB: making transactions unsafe!\n"
4340
#: ../plugin/innobase/srv/srv0start.cc:1048
4343
"InnoDB: Error: size of InnoDB's ulint is %lu, but size of void* is %lu.\n"
4344
"InnoDB: The sizes should be the same so that on a 64-bit platform you can\n"
4345
"InnoDB: allocate more than 4 GB of memory."
4348
#: ../plugin/innobase/srv/srv0start.cc:1063
4350
msgid "InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!\n"
4353
#: ../plugin/innobase/srv/srv0start.cc:1068
4356
"InnoDB: !!!!!!!! UNIV_IBUF_DEBUG switched on !!!!!!!!!\n"
4357
"InnoDB: !!!!!!!! UNIV_IBUF_COUNT_DEBUG switched on !!!!!!!!!\n"
4358
"InnoDB: Crash recovery will fail with UNIV_IBUF_COUNT_DEBUG\n"
4361
#: ../plugin/innobase/srv/srv0start.cc:1078
4363
msgid "InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!\n"
4366
#: ../plugin/innobase/srv/srv0start.cc:1083
4368
msgid "InnoDB: !!!!!!!! UNIV_SEARCH_DEBUG switched on !!!!!!!!!\n"
4371
#: ../plugin/innobase/srv/srv0start.cc:1088
4373
msgid "InnoDB: !!!!!!!! UNIV_LOG_LSN_DEBUG switched on !!!!!!!!!\n"
4376
#: ../plugin/innobase/srv/srv0start.cc:1092
4378
msgid "InnoDB: !!!!!!!! UNIV_MEM_DEBUG switched on !!!!!!!!!\n"
4381
#: ../plugin/innobase/srv/srv0start.cc:1097
4383
msgid "InnoDB: The InnoDB memory heap is disabled\n"
4386
#: ../plugin/innobase/srv/srv0start.cc:1167
4388
msgid " InnoDB: Using Linux native AIO\n"
4391
#: ../plugin/logging_gearman/logging_gearman.cc:186
4393
msgid "fail gearman_client_create(): %s"
4396
#: ../plugin/logging_gearman/logging_gearman.cc:197
4398
msgid "fail gearman_client_add_server(): %s"
4401
#: ../plugin/logging_gearman/logging_gearman.cc:302
4402
msgid "Hostname for logging to a Gearman server"
4405
#: ../plugin/logging_gearman/logging_gearman.cc:305
4406
msgid "Gearman Function to send logging to"
4409
#: ../plugin/logging_gearman/logging_gearman.cc:316
4410
msgid "Log queries to a Gearman server"
4413
#: ../plugin/logging_query/logging_query.cc:178
4415
msgid "fail open() fn=%s er=%s\n"
4418
#: ../plugin/logging_query/logging_query.cc:319
4419
msgid "Enable logging to CSV file"
4422
#: ../plugin/logging_query/logging_query.cc:322
4423
msgid "File to log to"
4426
#: ../plugin/logging_query/logging_query.cc:325
4427
msgid "PCRE to match the query against"
4430
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
4431
msgid "Threshold for logging slow queries, in microseconds"
4434
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
4435
msgid "Threshold for logging big queries, for rows returned"
4438
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
4439
msgid "Threshold for logging big queries, for rows examined"
4442
#: ../plugin/logging_query/logging_query.cc:345
4443
msgid "Log queries to a CSV file"
4446
#: ../plugin/logging_stats/logging_stats.cc:373
4447
msgid "Max number of users that will be logged"
4450
#: ../plugin/logging_stats/logging_stats.cc:376
4451
msgid "Max number of range locks to use for Scoreboard"
4454
#: ../plugin/logging_stats/logging_stats.cc:379
4455
msgid "Max number of concurrent sessions that will be logged"
4458
#: ../plugin/logging_stats/logging_stats.cc:380
4459
msgid "Enable Logging Statistics Collection"
4462
#: ../plugin/logging_stats/logging_stats.cc:389
4463
msgid "User Statistics as DATA_DICTIONARY tables"
4466
#: ../plugin/md5/md5.cc:99
4467
msgid "libgcrypt library version mismatch\n"
4470
#: ../plugin/memcached_query_cache/memcached_qc.cc:388
4471
#: ../plugin/memcached_stats/memcached_stats.cc:87
4472
msgid "List of memcached servers."
4475
#: ../plugin/memcached_query_cache/memcached_qc.cc:391
4476
msgid "Expiry time of memcached entries"
4479
#: ../plugin/memcached_query_cache/memcached_qc.cc:394
4480
msgid "Enable Memcached Query Cache"
4483
#: ../plugin/memcached_stats/analysis_table.cc:78
4484
#: ../plugin/memcached_stats/stats_table.cc:144
4485
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4488
#: ../plugin/memcached_stats/memcached_stats.cc:98
4489
msgid "Memcached Stats as I_S tables"
4492
#: ../plugin/memcached_stats/stats_table.cc:74
4495
"Unable get stats from memcached server %s. Got error from "
4496
"memcached_stat_servername()."
4499
#: ../plugin/memcached_stats/stats_table.cc:151
4500
msgid "Unable to create memcached struct. Got error from memcached_create()."
4503
#: ../plugin/memcached_stats/stats_table.cc:159
4506
"Unable to create memcached server list. Got error from "
4507
"memcached_servers_parse(%s)."
4510
#: ../plugin/multi_thread/multi_thread.cc:62
4511
msgid "Session killed before thread could execute"
4514
#: ../plugin/multi_thread/multi_thread.cc:109
4515
msgid "Unable to get thread stack size\n"
4518
#: ../plugin/multi_thread/multi_thread.cc:211
4519
msgid "Maximum number of user threads available."
4522
#: ../plugin/myisam/ha_myisam.cc:532
4524
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4527
#: ../plugin/myisam/ha_myisam.cc:536
4529
msgid "Got an error from unknown thread, %s:%d"
4532
#: ../plugin/myisam/ha_myisam.cc:542
4533
msgid "Unknown thread accessing table"
4536
#: ../plugin/myisam/ha_myisam.cc:1506
4538
"Don't use the fast sort index method to created index if the temporary file "
4539
"would get bigger than this."
4542
#: ../plugin/myisam/ha_myisam.cc:1509
4544
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4545
"when creating indexes with CREATE INDEX or ALTER TABLE."
4548
#: ../plugin/myisam/my_handler_errors.cc:42
4549
msgid "Didn't find key on read or update"
4552
#: ../plugin/myisam/my_handler_errors.cc:43
4553
msgid "Duplicate key on write or update"
4556
#: ../plugin/myisam/my_handler_errors.cc:44
4557
msgid "Internal (unspecified) error in handler"
4560
#: ../plugin/myisam/my_handler_errors.cc:46
4562
"Someone has changed the row since it was read (while the table was locked to "
4566
#: ../plugin/myisam/my_handler_errors.cc:48
4567
msgid "Wrong index given to function"
4570
#: ../plugin/myisam/my_handler_errors.cc:49
4571
msgid "Index file is crashed"
4574
#: ../plugin/myisam/my_handler_errors.cc:50
4575
msgid "Record file is crashed"
4578
#: ../plugin/myisam/my_handler_errors.cc:51
4579
msgid "Out of memory in engine"
4582
#: ../plugin/myisam/my_handler_errors.cc:52
4583
msgid "Incorrect file format"
4586
#: ../plugin/myisam/my_handler_errors.cc:53
4587
msgid "Command not supported by database"
4590
#: ../plugin/myisam/my_handler_errors.cc:54
4591
msgid "Old database file"
4594
#: ../plugin/myisam/my_handler_errors.cc:55
4595
msgid "No record read before update"
4598
#: ../plugin/myisam/my_handler_errors.cc:56
4599
msgid "Record was already deleted (or record file crashed)"
4602
#: ../plugin/myisam/my_handler_errors.cc:57
4603
msgid "No more room in record file"
4606
#: ../plugin/myisam/my_handler_errors.cc:58
4607
msgid "No more room in index file"
4610
#: ../plugin/myisam/my_handler_errors.cc:59
4611
msgid "No more records (read after end of file)"
4614
#: ../plugin/myisam/my_handler_errors.cc:60
4615
msgid "Unsupported extension used for table"
4618
#: ../plugin/myisam/my_handler_errors.cc:61
4622
#: ../plugin/myisam/my_handler_errors.cc:62
4623
msgid "Wrong create options"
4626
#: ../plugin/myisam/my_handler_errors.cc:63
4627
msgid "Duplicate unique key or constraint on write or update"
4630
#: ../plugin/myisam/my_handler_errors.cc:64
4631
msgid "Unknown character set used in table"
4634
#: ../plugin/myisam/my_handler_errors.cc:65
4635
msgid "Conflicting table definitions in sub-tables of MERGE table"
4638
#: ../plugin/myisam/my_handler_errors.cc:66
4639
msgid "Table is crashed and last repair failed"
4642
#: ../plugin/myisam/my_handler_errors.cc:67
4643
msgid "Table was marked as crashed and should be repaired"
4646
#: ../plugin/myisam/my_handler_errors.cc:68
4647
msgid "Lock timed out; Retry transaction"
4650
#: ../plugin/myisam/my_handler_errors.cc:69
4651
msgid "Lock table is full; Restart program with a larger locktable"
4654
#: ../plugin/myisam/my_handler_errors.cc:70
4655
msgid "Updates are not allowed under a read only transactions"
4658
#: ../plugin/myisam/my_handler_errors.cc:71
4659
msgid "Lock deadlock; Retry transaction"
4662
#: ../plugin/myisam/my_handler_errors.cc:72
4663
msgid "Foreign key constraint is incorrectly formed"
4666
#: ../plugin/myisam/my_handler_errors.cc:73
4667
msgid "Cannot add a child row"
4670
#: ../plugin/myisam/my_handler_errors.cc:74
4671
msgid "Cannot delete a parent row"
4674
#: ../plugin/myisam/my_handler_errors.cc:75
4675
msgid "No savepoint with that name"
4678
#: ../plugin/myisam/my_handler_errors.cc:76
4679
msgid "Non unique key block size"
4682
#: ../plugin/myisam/my_handler_errors.cc:77
4683
msgid "The table does not exist in engine"
4686
#: ../plugin/myisam/my_handler_errors.cc:78
4687
msgid "The table already existed in storage engine"
4690
#: ../plugin/myisam/my_handler_errors.cc:79
4691
msgid "Could not connect to storage engine"
4694
#: ../plugin/myisam/my_handler_errors.cc:80
4695
msgid "Unexpected null pointer found when using spatial index"
4698
#: ../plugin/myisam/my_handler_errors.cc:81
4699
msgid "The table changed in storage engine"
4702
#: ../plugin/myisam/my_handler_errors.cc:82
4703
msgid "There's no partition in table for the given value"
4706
#: ../plugin/myisam/my_handler_errors.cc:83
4707
msgid "Row-based binlogging of row failed"
4710
#: ../plugin/myisam/my_handler_errors.cc:84
4711
msgid "Index needed in foreign key constraint"
4714
#: ../plugin/myisam/my_handler_errors.cc:85
4715
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4718
#: ../plugin/myisam/my_handler_errors.cc:86
4719
msgid "Table needs to be upgraded before it can be used"
4722
#: ../plugin/myisam/my_handler_errors.cc:87
4723
msgid "Table is read only"
4726
#: ../plugin/myisam/my_handler_errors.cc:88
4727
msgid "Failed to get next auto increment value"
4730
#: ../plugin/myisam/my_handler_errors.cc:89
4731
msgid "Failed to set row auto increment value"
4734
#: ../plugin/myisam/my_handler_errors.cc:90
4735
msgid "Unknown (generic) error from engine"
4738
#: ../plugin/myisam/my_handler_errors.cc:91
4739
msgid "Record is the same"
4742
#: ../plugin/myisam/my_handler_errors.cc:92
4743
msgid "It is not possible to log this statement"
4746
#: ../plugin/myisam/my_handler_errors.cc:93
4747
msgid "Tablespace exists"
4750
#: ../plugin/myisam/my_handler_errors.cc:94
4751
msgid "The event was corrupt, leading to illegal data being read"
4754
#: ../plugin/myisam/my_handler_errors.cc:95
4755
msgid "The table is of a new format not supported by this version"
4758
#: ../plugin/myisam/my_handler_errors.cc:96
4759
msgid "The event could not be processed no other handler error happened"
4762
#: ../plugin/myisam/my_handler_errors.cc:97
4763
msgid "Got a fatal error during initialzation of handler"
4766
#: ../plugin/myisam/my_handler_errors.cc:98
4767
msgid "File to short; Expected more data in file"
4770
#: ../plugin/myisam/my_handler_errors.cc:99
4771
msgid "Read page with wrong checksum"
4774
#. TODO: get a better message for these
4775
#: ../plugin/myisam/my_handler_errors.cc:101
4776
msgid "Lock or active transaction"
4779
#: ../plugin/myisam/my_handler_errors.cc:102
4780
msgid "No such table space"
4783
#: ../plugin/myisam/my_handler_errors.cc:103
4784
msgid "Tablespace not empty"
4787
#: ../plugin/mysql_protocol/mysql_protocol.cc:1014
4789
"Port number to use for connection or 0 for default to with MySQL protocol."
4792
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:83
4794
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4795
"the file is stale and should be removed?"
4798
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:168
4799
msgid "Path used for MySQL UNIX Socket Protocol."
4802
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:170
4803
msgid "Clobber socket file if one is there already."
4806
#: ../plugin/pbms/src/parameters_ms.cc:426
4807
msgid "Port number to use for connection or 0 for default PBMS port "
4810
#: ../plugin/pbms/src/parameters_ms.cc:429
4811
msgid "The maximum size of a BLOB repository file."
4814
#: ../plugin/pbms/src/parameters_ms.cc:432
4815
msgid "The maximum size of a temorary BLOB log file."
4818
#: ../plugin/pbms/src/parameters_ms.cc:435
4820
"A ':' delimited list of metadata header names to be used to initialize the "
4821
"pbms_metadata_header table when a database is created."
4824
#: ../plugin/pbms/src/parameters_ms.cc:439
4825
msgid "The percentage of garbage in a repository file before it is compacted."
4828
#: ../plugin/pbms/src/parameters_ms.cc:442
4830
"The timeout, in seconds, for temporary BLOBs. Uploaded blob data is removed "
4831
"after this time, unless committed to the database."
4834
#: ../plugin/pbms/src/parameters_ms.cc:445
4836
"The timeout, in milli-seconds, before the HTTP server will close an inactive "
4840
#: ../plugin/pbms/src/parameters_ms.cc:448
4841
msgid "The next backup ID to use when backing up a PBMS database."
4844
#: ../plugin/pbms/src/parameters_ms.cc:451
4846
"A comma delimited list of tables to watch of the format: <database>."
4850
#: ../plugin/pbms/src/parameters_ms.cc:453
4851
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4854
#: ../plugin/pbms/src/parameters_ms.cc:457
4855
msgid "Before insert row event observer call position"
4858
#: ../plugin/rabbitmq/rabbitmq_handler.cc:53
4859
msgid "Could not open socket, is rabbitmq running?"
4862
#: ../plugin/rabbitmq/rabbitmq_log.cc:72
4863
msgid "Failed to allocate enough memory to transaction message\n"
4866
#: ../plugin/rabbitmq/rabbitmq_log.cc:117
4868
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
4871
#: ../plugin/rabbitmq/rabbitmq_log.cc:130
4873
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
4876
#: ../plugin/rabbitmq/rabbitmq_log.cc:155
4877
msgid "Host name to connect to"
4880
#: ../plugin/rabbitmq/rabbitmq_log.cc:158
4881
msgid "Port to connect to"
4884
#: ../plugin/rabbitmq/rabbitmq_log.cc:161
4885
msgid "RabbitMQ virtualhost"
4888
#: ../plugin/rabbitmq/rabbitmq_log.cc:164
4889
msgid "RabbitMQ username"
4892
#: ../plugin/rabbitmq/rabbitmq_log.cc:167
4893
msgid "RabbitMQ password"
4896
#: ../plugin/rabbitmq/rabbitmq_log.cc:170
4897
#: ../plugin/transaction_log/module.cc:270
4898
msgid "Name of the replicator plugin to use (default='default_replicator')"
4901
#: ../plugin/rabbitmq/rabbitmq_log.cc:173
4902
msgid "Name of RabbitMQ exchange to publish to"
4905
#: ../plugin/rabbitmq/rabbitmq_log.cc:176
4906
msgid "Name of RabbitMQ routing key to use"
4909
#: ../plugin/session_dictionary/processlist.cc:78
4913
#: ../plugin/syslog/errmsg.cc:42 ../plugin/syslog/logging.cc:55
4915
msgid "syslog facility \"%s\" not known, using \"local0\""
4918
#: ../plugin/syslog/errmsg.cc:50
4920
msgid "syslog priority \"%s\" not known, using \"warn\""
4923
#: ../plugin/syslog/logging.cc:63
4925
msgid "syslog priority \"%s\" not known, using \"info\""
4928
#: ../plugin/syslog/module.cc:95
4929
msgid "Syslog Ident"
4932
#: ../plugin/syslog/module.cc:98
4933
msgid "Syslog Facility"
4936
#: ../plugin/syslog/module.cc:101
4937
msgid "Enable logging to syslog of the query log"
4940
#: ../plugin/syslog/module.cc:104
4941
msgid "Syslog Priority of query logging"
4944
#: ../plugin/syslog/module.cc:116
4945
msgid "Enable logging to syslog of the error messages"
4948
#: ../plugin/syslog/module.cc:119
4949
msgid "Syslog Priority of error messages"
4952
#: ../plugin/transaction_log/background_worker.cc:77
4954
msgid "Unable to create background worker thread. Got error %s.\n"
4957
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
4958
#: ../plugin/transaction_log/print_transaction_message.cc:106
4959
#: ../plugin/transaction_log/transaction_log_reader.cc:97
4961
msgid "Failed to open transaction log file %s. Got error: %s\n"
4964
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
4965
#: ../plugin/transaction_log/print_transaction_message.cc:169
4966
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4967
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:155
4969
msgid "Could not read transaction message.\n"
4972
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
4973
#: ../plugin/transaction_log/print_transaction_message.cc:170
4974
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4976
msgid "GPB ERROR: %s.\n"
4979
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
4980
#: ../plugin/transaction_log/print_transaction_message.cc:171
4981
#: ../plugin/transaction_log/transaction_log_reader.cc:154
4983
msgid "Raw buffer read: %s.\n"
4986
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
4987
#: ../plugin/transaction_log/print_transaction_message.cc:179
4988
#: ../plugin/transaction_log/transaction_log_reader.cc:163
4990
msgid "BUFFER: %s\n"
4993
#: ../plugin/transaction_log/module.cc:171
4995
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
4998
#: ../plugin/transaction_log/module.cc:180
5000
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
5003
#: ../plugin/transaction_log/module.cc:192
5005
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
5008
#: ../plugin/transaction_log/module.cc:201
5010
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
5013
#: ../plugin/transaction_log/module.cc:216
5015
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
5018
#: ../plugin/transaction_log/module.cc:258
5019
msgid "DEBUGGING - Truncate transaction log"
5022
#: ../plugin/transaction_log/module.cc:261
5023
msgid "Enable CRC32 Checksumming of each written transaction log entry"
5026
#: ../plugin/transaction_log/module.cc:264
5027
msgid "Enable transaction log"
5030
#: ../plugin/transaction_log/module.cc:267
5031
msgid "Path to the file to use for transaction log"
5034
#: ../plugin/transaction_log/module.cc:273
5036
"0 == rely on operating system to sync log file (default), 1 == sync file at "
5037
"each transaction write, 2 == sync log file once per second"
5040
#: ../plugin/transaction_log/module.cc:276
5041
msgid "Number of slots for in-memory write buffers (default=8)."
5044
#: ../plugin/transaction_log/print_transaction_message.cc:135
5046
msgid "GPB message is not a valid type.\n"
5049
#: ../plugin/transaction_log/print_transaction_message.cc:155
5051
msgid "GPB message is not a valid size.\n"
5054
#: ../plugin/transaction_log/transaction_log.cc:114
5055
msgid "Failed to open transaction log file "
5058
#: ../plugin/transaction_log/transaction_log.cc:215
5061
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5062
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5065
#: ../plugin/transaction_log/transaction_log.cc:236
5067
msgid "Failed to sync log file. Got error: %s\n"
5070
#: ../plugin/transaction_log/transaction_log_reader.cc:119
5071
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:120
5073
msgid "Attempted to read record bigger than INT_MAX\n"
5076
#: ../plugin/transaction_log/transaction_log_reader.cc:139
5078
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
5081
#: ../plugin/transaction_log/transaction_log_reader.cc:174
5083
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
5086
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:67
5087
msgid "Cannot open file: "
5090
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:77
5091
msgid "Could not skip to position "
5094
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:114
5095
msgid "Found a non-transaction message in log. Currently, not supported.\n"
5098
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
5099
msgid "Memory allocation failure trying to allocate "
5102
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:142
5106
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:156
5110
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:162
5116
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:170
5117
msgid "Unable to parse command. Got error: "
5120
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:179
5127
#: ../plugin/transaction_log/utilities/transaction_reader.cc:580
5128
msgid "Display help and exit"
5131
#: ../plugin/transaction_log/utilities/transaction_reader.cc:581
5132
msgid "Read from the innodb transaction log"
5135
#: ../plugin/transaction_log/utilities/transaction_reader.cc:587
5136
msgid "Password to use when connecting to server"
5139
#: ../plugin/transaction_log/utilities/transaction_reader.cc:590
5140
msgid "Perform checksum"
5143
#: ../plugin/transaction_log/utilities/transaction_reader.cc:591
5144
msgid "Ignore event messages"
5147
#: ../plugin/transaction_log/utilities/transaction_reader.cc:592
5148
msgid "Transaction log file"
5151
#: ../plugin/transaction_log/utilities/transaction_reader.cc:593
5152
msgid "Print raw Protobuf messages instead of SQL"
5155
#: ../plugin/transaction_log/utilities/transaction_reader.cc:596
5156
msgid "Start reading from the given file position"
5159
#: ../plugin/transaction_log/utilities/transaction_reader.cc:599
5160
msgid "Only output for the given transaction ID and later"
5163
#: ../plugin/transaction_log/utilities/transaction_reader.cc:602
5164
msgid "Only output for the given transaction ID"
5167
#: ../plugin/transaction_log/utilities/transaction_reader.cc:603
5168
msgid "Summarize message contents"
5171
#: ../plugin/transaction_log/utilities/transaction_reader.cc:637
5172
msgid "Cannot use --start-pos and --transaction-id together\n"
5175
#: ../plugin/transaction_log/utilities/transaction_reader.cc:643
5176
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
5179
#: ../plugin/transaction_log/utilities/transaction_reader.cc:753
5180
msgid "Checksum failed. Wanted "
5183
#: ../plugin/transaction_log/utilities/transaction_reader.cc:755