1
# Occitan (post 1500) 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: 2010-10-13 21:43-0400\n"
11
"PO-Revision-Date: 2010-03-24 22:19+0000\n"
12
"Last-Translator: Cédric VALMARY (Per Tot en òc) <cvalmary@yahoo.fr>\n"
13
"Language-Team: Occitan (post 1500) <oc@li.org>\n"
16
"Content-Type: text/plain; charset=UTF-8\n"
17
"Content-Transfer-Encoding: 8bit\n"
18
"Plural-Forms: nplurals=2; plural=n > 1;\n"
19
"X-Launchpad-Export-Date: 2010-03-25 04:53+0000\n"
20
"X-Generator: Launchpad (build Unknown)\n"
22
#: ../client/drizzle.cc:467
23
msgid "Synonym for `help'."
24
msgstr "Sinonim per 'help'."
26
#: ../client/drizzle.cc:468
27
msgid "Clear command."
30
#: ../client/drizzle.cc:470
31
msgid "Reconnect to the server. Optional arguments are db and host."
34
#: ../client/drizzle.cc:472
36
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
39
#: ../client/drizzle.cc:474
40
msgid "Send command to drizzle server, display result vertically."
43
#: ../client/drizzle.cc:475
44
msgid "Exit drizzle. Same as quit."
47
#: ../client/drizzle.cc:476
48
msgid "Send command to drizzle server."
51
#: ../client/drizzle.cc:477
52
msgid "Display this help."
53
msgstr "Aficha aquesta ajuda."
55
#: ../client/drizzle.cc:478
56
msgid "Disable pager, print to stdout."
59
#: ../client/drizzle.cc:479
60
msgid "Don't write into outfile."
63
#: ../client/drizzle.cc:481
64
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
67
#: ../client/drizzle.cc:482
68
msgid "Print current command."
69
msgstr "Aficha la comanda actuala."
71
#: ../client/drizzle.cc:483
72
msgid "Change your drizzle prompt."
75
#: ../client/drizzle.cc:484
77
msgstr "Quitar drizzle"
79
#: ../client/drizzle.cc:485
80
msgid "Rebuild completion hash."
83
#: ../client/drizzle.cc:487
84
msgid "Execute an SQL script file. Takes a file name as an argument."
87
#: ../client/drizzle.cc:488
88
msgid "Get status information from the server."
89
msgstr "Obténer l'estatut del servidor."
91
#: ../client/drizzle.cc:490
92
msgid "Set outfile [to_outfile]. Append everything into given outfile."
95
#: ../client/drizzle.cc:492
96
msgid "Use another database. Takes database name as argument."
99
#: ../client/drizzle.cc:494 ../client/drizzle.cc:1318
100
msgid "Show warnings after every statement."
103
#: ../client/drizzle.cc:496
104
msgid "Don't show warnings after every statement."
107
#: ../client/drizzle.cc:1146
109
msgid "shutting down drizzled"
112
#: ../client/drizzle.cc:1148
117
#: ../client/drizzle.cc:1157 ../client/drizzle.cc:1163
119
msgid "shutdown failed; error: '%s'"
122
#: ../client/drizzle.cc:1172
127
#: ../client/drizzle.cc:1193
129
msgid "drizzled is alive\n"
132
#: ../client/drizzle.cc:1199
134
msgid "ping failed; error: '%s'"
137
#: ../client/drizzle.cc:1205
139
msgid "drizzled won't answer to ping, error: '%s'"
142
#: ../client/drizzle.cc:1254
143
msgid "Error: Invalid Value for connect_timeout"
146
#: ../client/drizzle.cc:1265
147
msgid "Error: Invalid Value for max_input_line"
150
#: ../client/drizzle.cc:1284 ../client/drizzledump.cc:466
151
msgid "Options used only in command line"
154
#: ../client/drizzle.cc:1286
156
msgid "Displays this help and exit."
157
msgstr "Afichar aquesta ajuda e sortir."
159
#: ../client/drizzle.cc:1287
161
"Don't use history file. Disable interactive behavior. (Enables --silent)"
164
#: ../client/drizzle.cc:1289
165
msgid "Display column type information."
168
#: ../client/drizzle.cc:1291
170
"Preserve comments. Send comments to the server. The default is --skip-"
171
"comments (discard comments), enable with --comments"
174
#: ../client/drizzle.cc:1293
175
msgid "Print the output of a query (rows) vertically."
178
#: ../client/drizzle.cc:1295
179
msgid "Continue even if we get an sql error."
182
#: ../client/drizzle.cc:1297
184
"Enable named commands. Named commands mean this program's internal commands; "
185
"see drizzle> help . When enabled, the named commands can be used from any "
186
"line of the query, otherwise only from the first line, before an enter."
189
#: ../client/drizzle.cc:1299
190
msgid "Turn off beep on error."
193
#: ../client/drizzle.cc:1300
194
msgid "Do not write line numbers for errors."
197
#: ../client/drizzle.cc:1301
198
msgid "Do not write column names in results."
201
#: ../client/drizzle.cc:1303
203
"Don't write column names in results. WARNING: -N is deprecated, use long "
204
"version of this options instead."
207
#: ../client/drizzle.cc:1305
209
"Change the value of a variable. Please note that this option is deprecated; "
210
"you can set variables directly with --variable-name=value."
213
#: ../client/drizzle.cc:1307
214
msgid "Output in table format."
217
#: ../client/drizzle.cc:1309
218
msgid "Only allow UPDATE and DELETE that uses keys."
221
#: ../client/drizzle.cc:1311
222
msgid "Synonym for option --safe-updates, -U."
225
#: ../client/drizzle.cc:1313
226
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
229
#: ../client/drizzle.cc:1314 ../client/drizzledump.cc:490
230
#: ../drizzled/drizzled.cc:1299 ../drizzled/drizzled.cc:1857
231
msgid "Output version information and exit."
234
#: ../client/drizzle.cc:1316
235
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
238
#: ../client/drizzle.cc:1320
239
msgid "Number of lines before each import progress report."
242
#: ../client/drizzle.cc:1322
243
msgid "Ping the server to check if it's alive."
246
#: ../client/drizzle.cc:1324 ../drizzled/drizzled.cc:1220
247
msgid "Configuration file defaults are not used if no-defaults is set"
250
#: ../client/drizzle.cc:1327 ../client/drizzledump.cc:498
251
msgid "Options specific to the drizzle client"
254
#: ../client/drizzle.cc:1330
256
"Disable automatic rehashing. One doesn't need to use 'rehash' to get table "
257
"and field completion, but startup and reconnecting may take a longer time."
260
#: ../client/drizzle.cc:1332
262
"Automatically switch to vertical output mode if the result is wider than the "
266
#: ../client/drizzle.cc:1334
267
msgid "Database to use."
268
msgstr "Banca de donadas d'utilizar"
270
#: ../client/drizzle.cc:1336
274
#: ../client/drizzle.cc:1338
275
msgid "Delimiter to be used."
278
#: ../client/drizzle.cc:1340
279
msgid "Execute command and quit. (Disables --force and history file)"
282
#: ../client/drizzle.cc:1342
284
msgid "Enable LOAD DATA LOCAL INFILE."
285
msgstr "Activa/desactiva LOAD DATA LOCAL INFILE."
287
#: ../client/drizzle.cc:1344
288
msgid "Flush buffer after each query."
291
#: ../client/drizzle.cc:1346
292
msgid "Ignore SIGINT (CTRL-C)"
293
msgstr "Ignora SIGINT (CTRL-C)"
295
#: ../client/drizzle.cc:1348
297
"Only update the default database. This is useful for skipping updates to "
298
"other database in the update log."
301
#: ../client/drizzle.cc:1350
303
"Pager to use to display results. If you don't supply an option the default "
304
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
305
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
306
"work in batch mode. Disable with --disable-pager. This option is disabled by "
310
#: ../client/drizzle.cc:1352
311
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
314
#: ../client/drizzle.cc:1354
315
msgid "Set the drizzle prompt to this value."
318
#: ../client/drizzle.cc:1356
320
"Don't cache result, print it row by row. This may slow down the server if "
321
"the output is suspended. Doesn't use history file."
324
#: ../client/drizzle.cc:1358
325
msgid "Write fields without conversion. Used with --batch."
328
#: ../client/drizzle.cc:1359
329
msgid "Do not reconnect if the connection is lost."
332
#: ../client/drizzle.cc:1361
334
msgid "Shutdown the server"
335
msgstr "Arrestar lo servidor."
337
#: ../client/drizzle.cc:1362
339
"Be more silent. Print results with a tab as separator, each row on new line."
342
#: ../client/drizzle.cc:1364
344
"Append everything into outfile. See interactive help (\\h) also. Does not "
345
"work in batch mode. Disable with --disable-tee. This option is disabled by "
349
#: ../client/drizzle.cc:1366
350
msgid "Disable outfile. See interactive help (\\h) also."
353
#: ../client/drizzle.cc:1368
354
msgid "Number of seconds before connection timeout."
357
#: ../client/drizzle.cc:1370
358
msgid "Max length of input line"
361
#: ../client/drizzle.cc:1372
362
msgid "Automatic limit for SELECT when using --safe-updates"
365
#: ../client/drizzle.cc:1374
366
msgid "Automatic limit for rows in a join when using --safe-updates"
369
#: ../client/drizzle.cc:1377 ../client/drizzledump.cc:535
370
msgid "Options specific to the client"
373
#: ../client/drizzle.cc:1380
374
msgid "Connect to host"
377
#: ../client/drizzle.cc:1382
379
"Password to use when connecting to server. If password is not given it's "
380
"asked from the tty."
383
#: ../client/drizzle.cc:1384
385
"Port number to use for connection or 0 for default to, in order of "
386
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
389
#: ../client/drizzle.cc:1386 ../client/drizzledump.cc:544
390
msgid "User for login if not current user."
393
#: ../client/drizzle.cc:1388 ../client/drizzledump.cc:546
394
msgid "The protocol of connection (mysql or drizzle)."
397
#: ../client/drizzle.cc:1391 ../client/drizzledump.cc:558
398
msgid "Allowed Options"
401
#: ../client/drizzle.cc:1442 ../client/drizzle.cc:1449
403
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
406
#: ../client/drizzle.cc:1514 ../client/drizzle.cc:3797
407
msgid "DELIMITER cannot contain a backslash character"
410
#: ../client/drizzle.cc:1593 ../client/drizzledump.cc:649
411
#: ../client/drizzleimport.cc:463 ../client/drizzleslap.cc:1009
412
#: ../client/drizzletest.cc:5603
413
msgid "Error: Unknown protocol"
416
#: ../client/drizzle.cc:1607
418
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
421
#: ../client/drizzle.cc:1653 ../client/drizzle.cc:4043
423
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
426
#: ../client/drizzle.cc:1659
429
"Copyright (C) 2008 Sun Microsystems\n"
430
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
431
"and you are welcome to modify and redistribute it under the GPL license\n"
434
#: ../client/drizzle.cc:1664
436
msgid "Usage: drizzle [OPTIONS] [database]\n"
439
#: ../client/drizzle.cc:1718
441
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
444
#: ../client/drizzle.cc:1727
447
"Your Drizzle connection id is %u\n"
448
"Connection protocol: %s\n"
449
"Server version: %s\n"
452
#: ../client/drizzle.cc:1761
454
msgid "Reading history-file %s\n"
457
#: ../client/drizzle.cc:1765
459
msgid "Couldn't allocate memory for temp histfile!\n"
462
#: ../client/drizzle.cc:1772
463
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
466
#: ../client/drizzle.cc:1782
470
#: ../client/drizzle.cc:1795
472
msgid "Writing history-file %s\n"
475
#: ../client/drizzle.cc:1803
479
#: ../client/drizzle.cc:1803
483
#: ../client/drizzle.cc:1855
484
msgid "Query aborted by Ctrl+C\n"
487
#: ../client/drizzle.cc:1939
489
msgid "Processing line: %<PRIu32>\n"
492
#: ../client/drizzle.cc:2157
493
msgid "Unknown command: "
496
#: ../client/drizzle.cc:2571
498
"Reading table information for completion of table and column names\n"
499
"You can turn off this feature to get a quicker startup with -A\n"
503
#: ../client/drizzle.cc:2637
504
msgid "No connection. Trying to reconnect..."
507
#: ../client/drizzle.cc:2643
508
msgid "Can't connect to the server\n"
511
#: ../client/drizzle.cc:2727
512
msgid "List of all Drizzle commands:"
515
#: ../client/drizzle.cc:2731
518
"Note that all text commands must be first on line and end with '%s' or \\g"
521
#: ../client/drizzle.cc:2789
522
msgid "No query specified\n"
525
#: ../client/drizzle.cc:2804
526
msgid "Ignoring query to other database"
529
#: ../client/drizzle.cc:2854
533
#: ../client/drizzle.cc:2867
535
msgid "%ld row in set"
536
msgid_plural "%ld rows in set"
540
#: ../client/drizzle.cc:2876
544
#: ../client/drizzle.cc:2878
546
msgid "Query OK, %ld row affected"
547
msgid_plural "Query OK, %ld rows affected"
551
#: ../client/drizzle.cc:2950
552
msgid "popen() failed! defaulting PAGER to stdout!\n"
555
#: ../client/drizzle.cc:2972
557
msgid "Error logging to file '%s'\n"
560
#: ../client/drizzle.cc:2977
562
msgid "Logging to file '%s'\n"
565
#: ../client/drizzle.cc:3061
574
"Collation: %s (%u)\n"
582
#: ../client/drizzle.cc:3528
584
msgid "No previous outfile available, you must give a filename!\n"
587
#: ../client/drizzle.cc:3533
589
msgid "Currently logging to file '%s'\n"
592
#: ../client/drizzle.cc:3553
594
msgid "No outfile specified!\n"
597
#: ../client/drizzle.cc:3566
598
msgid "Outfile disabled.\n"
601
#: ../client/drizzle.cc:3593
602
msgid "Default pager wasn't set, using stdout.\n"
605
#: ../client/drizzle.cc:3613
607
msgid "PAGER set to '%s'\n"
610
#: ../client/drizzle.cc:3624
611
msgid "PAGER set to stdout\n"
614
#: ../client/drizzle.cc:3707
616
msgid "Connection id: %u"
619
#: ../client/drizzle.cc:3709
621
msgid "Current database: %.128s\n"
624
#: ../client/drizzle.cc:3710
629
#: ../client/drizzle.cc:3730
630
msgid "Usage: \\. <filename> | source <filename>"
633
#: ../client/drizzle.cc:3745
635
msgid "Failed to open file '%s', error: %d"
638
#: ../client/drizzle.cc:3753
639
msgid "Can't initialize LineBuffer"
642
#: ../client/drizzle.cc:3789
643
msgid "DELIMITER must be followed by a 'delimiter' character or string"
646
#: ../client/drizzle.cc:3822
647
msgid "USE must be followed by a database name"
650
#: ../client/drizzle.cc:3890
652
msgid "Database changed"
653
msgstr "Banca de donadas d'utilizar"
655
#: ../client/drizzle.cc:3898
656
msgid "Show warnings enabled."
659
#: ../client/drizzle.cc:3906
660
msgid "Show warnings disabled."
663
#: ../client/drizzle.cc:4050
667
"Connection id:\t\t%lu\n"
670
#: ../client/drizzle.cc:4062
672
msgid "Current database:\t%s\n"
675
#: ../client/drizzle.cc:4063
677
msgid "Current user:\t\t%s\n"
680
#: ../client/drizzle.cc:4069
681
msgid "SSL:\t\t\tNot in use"
684
#: ../client/drizzle.cc:4074
690
#: ../client/drizzle.cc:4081
693
"All updates ignored to this database\n"
696
#: ../client/drizzle.cc:4084
698
msgid "Current pager:\t\t%s\n"
701
#: ../client/drizzle.cc:4085
703
msgid "Using outfile:\t\t'%s'\n"
706
#: ../client/drizzle.cc:4086
708
msgid "Using delimiter:\t%s\n"
711
#: ../client/drizzle.cc:4087
713
msgid "Server version:\t\t%s\n"
716
#: ../client/drizzle.cc:4088
718
msgid "Protocol:\t\t%s\n"
721
#: ../client/drizzle.cc:4089
723
msgid "Protocol version:\t%d\n"
726
#: ../client/drizzle.cc:4090
728
msgid "Connection:\t\t%s\n"
731
#: ../client/drizzle.cc:4097
733
msgid "UNIX socket:\t\t%s\n"
736
#: ../client/drizzle.cc:4099
738
msgid "TCP port:\t\t%d\n"
741
#: ../client/drizzle.cc:4104
744
"Note that you are running in safe_update_mode:\n"
747
#: ../client/drizzle.cc:4106
750
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
752
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
754
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
755
" Max number of examined row combination in a join is set to: "
760
#: ../client/drizzle.cc:4168 ../drizzled/option.cc:339
765
#: ../client/drizzle.cc:4211
767
msgid "ERROR %d (%s): "
770
#: ../client/drizzle.cc:4213
775
#: ../client/drizzle.cc:4216
779
#: ../client/drizzle.cc:4349
783
#: ../client/drizzle.cc:4351
787
#: ../client/drizzle.cc:4357
791
#: ../client/drizzle.cc:4363
795
#: ../client/drizzle.cc:4464
799
#: ../client/drizzle.cc:4584
801
msgid "Returning to default PROMPT of %s\n"
804
#: ../client/drizzle.cc:4589
805
msgid "Memory allocation error. Not changing prompt\n"
808
#: ../client/drizzle.cc:4594
810
msgid "PROMPT set to '%s'\n"
813
#: ../client/drizzledump.cc:244
815
msgid "Got errno %d on write"
818
#: ../client/drizzledump.cc:289
821
"%s: You can't use --single-transaction and --lock-all-tables at the same "
825
#: ../client/drizzledump.cc:296
827
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
830
#: ../client/drizzledump.cc:365
831
msgid "-- Retrieving database structures..."
834
#: ../client/drizzledump.cc:469
836
"Dump all the databases. This will be same as --databases with all databases "
840
#: ../client/drizzledump.cc:471
841
msgid "Dump all the tablespaces."
844
#: ../client/drizzledump.cc:473
845
msgid "Use complete insert statements."
848
#: ../client/drizzledump.cc:475
850
"Flush logs file in server before starting dump. Note that if you dump many "
851
"databases at once (using the option --databases= or --all-databases), the "
852
"logs will be flushed for each database dumped. The exception is when using --"
853
"lock-all-tables in this case the logs will be flushed only once, "
854
"corresponding to the moment all tables are locked. So if you want your dump "
855
"and the log flush to happen at the same exact moment you should use --lock-"
856
"all-tables or --flush-logs"
859
#: ../client/drizzledump.cc:477
860
msgid "Continue even if we get an sql-error."
863
#: ../client/drizzledump.cc:478
865
msgid "Display this help message and exit."
866
msgstr "Afichar aquesta ajuda e sortir."
868
#: ../client/drizzledump.cc:480
870
"Locks all tables across all databases. This is achieved by taking a global "
871
"read lock for the duration of the whole dump. Automatically turns --single-"
875
#: ../client/drizzledump.cc:482
877
"Creates a consistent snapshot by dumping all tables in a single transaction. "
878
"Works ONLY for tables stored in storage engines which support "
879
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
880
"be consistent for other storage engines. While a --single-transaction dump "
881
"is in process, to ensure a valid dump file (correct table contents), no "
882
"other connection should use the following statements: ALTER TABLE, DROP "
883
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
887
#: ../client/drizzledump.cc:484
889
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
890
"extended-insert and --disable-keys."
893
#: ../client/drizzledump.cc:485
894
msgid "Overrides option --databases (-B)."
897
#: ../client/drizzledump.cc:487
898
msgid "Number of rows before each output progress report (requires --verbose)."
901
#: ../client/drizzledump.cc:489
902
msgid "Print info about the various stages."
905
#: ../client/drizzledump.cc:491
906
msgid "Turn off Comments"
909
#: ../client/drizzledump.cc:492
910
msgid "Turn off create-options"
913
#: ../client/drizzledump.cc:493
914
msgid "Turn off extended-insert"
917
#: ../client/drizzledump.cc:494
918
msgid "Turn off dump date at the end of the output"
921
#: ../client/drizzledump.cc:495
922
msgid "Do not read from the configuration files"
925
#: ../client/drizzledump.cc:501
926
msgid "Add a 'DROP DATABASE' before each create."
929
#: ../client/drizzledump.cc:502
930
msgid "Do not add a 'drop table' before each create."
933
#: ../client/drizzledump.cc:504
935
"Give less verbose output (useful for debugging). Disables structure comments "
936
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
937
"set-names --skip-disable-keys"
940
#: ../client/drizzledump.cc:506
942
"To dump several databases. Note the difference in usage; In this case no "
943
"tables are given. All name arguments are regarded as databasenames. 'USE "
944
"db_name;' will be included in the output."
947
#: ../client/drizzledump.cc:508
949
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
950
"will not be put in the output."
953
#: ../client/drizzledump.cc:510
955
"Do not dump the specified table. To specify more than one table to ignore, "
956
"use the directive multiple times, once for each table. Each table must be "
957
"specified with both database and table names, e.g. --ignore-table=database."
961
#: ../client/drizzledump.cc:512
962
msgid "Insert rows with INSERT IGNORE."
965
#: ../client/drizzledump.cc:514
966
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
969
#: ../client/drizzledump.cc:516
971
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
972
"above line will be added otherwise, if --databases or --all-databases option "
976
#: ../client/drizzledump.cc:518
977
msgid "No row information."
980
#: ../client/drizzledump.cc:520
981
msgid "Use REPLACE INTO instead of INSERT INTO."
984
#: ../client/drizzledump.cc:522
985
msgid "Where to send output to (stdout|database"
988
#: ../client/drizzledump.cc:524
990
"Hostname for destination db server (requires --destination-type=database)"
993
#: ../client/drizzledump.cc:526
995
"Port number for destination db server (requires --destination-type=database)"
998
#: ../client/drizzledump.cc:528
1000
"User name for destination db server (resquires --destination-type=database)"
1003
#: ../client/drizzledump.cc:530
1005
"Password for destination db server (requires --destination-type=database)"
1008
#: ../client/drizzledump.cc:532
1010
"The database in the destination db server (requires --destination-"
1011
"type=database, not for use with --all-databases)"
1014
#: ../client/drizzledump.cc:538
1015
msgid "Connect to host."
1018
#: ../client/drizzledump.cc:540
1020
"Password to use when connecting to server. If password is not given it's "
1021
"solicited on the tty."
1024
#: ../client/drizzledump.cc:542
1025
msgid "Port number to use for connection."
1028
#: ../client/drizzledump.cc:549
1029
msgid "Hidden Options"
1032
#: ../client/drizzledump.cc:551
1033
msgid "Used to select the database"
1036
#: ../client/drizzledump.cc:552
1037
msgid "Used to select the tables"
1040
#: ../client/drizzledump.cc:555
1041
msgid "Allowed Options + Hidden Options"
1044
#: ../client/drizzledump.cc:611
1046
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1049
#: ../client/drizzledump.cc:616
1051
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1052
"and you are welcome to modify and redistribute it under the GPL license\n"
1055
#: ../client/drizzledump.cc:617
1056
msgid "Dumps definitions and data from a Drizzle database server"
1059
#: ../client/drizzledump.cc:618
1061
msgid "Usage: %s [OPTIONS] database [tables]\n"
1064
#: ../client/drizzledump.cc:619
1066
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1069
#: ../client/drizzledump.cc:621
1071
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1074
#: ../client/drizzledump.cc:662 ../client/drizzleimport.cc:476
1075
#: ../client/drizzleslap.cc:1019 ../client/drizzletest.cc:5615
1077
msgid "Value supplied for port is not valid.\n"
1080
#: ../client/drizzledump.cc:717
1082
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1085
#: ../client/drizzledump_data.cc:229
1086
msgid "-- Retrieving data for "
1089
#: ../client/drizzledump_data.cc:261
1090
msgid " rows dumped for table "
1093
#: ../client/drizzledump_data.cc:449
1094
msgid "-- Connecting to "
1097
#: ../client/drizzledump_data.cc:449
1098
msgid " using protocol "
1101
#: ../client/drizzledump_data.cc:490 ../client/drizzledump_data.cc:496
1102
#: ../client/drizzledump_data.cc:527 ../client/drizzledump_data.cc:533
1103
msgid "Error executing query: "
1106
#: ../client/drizzledump_data.cc:504
1107
msgid "Could not buffer result: "
1110
#: ../client/drizzledump_data.cc:550
1111
msgid "Error: Could not set db '"
1114
#: ../client/drizzledump_data.cc:564 ../client/drizzledump_data.cc:569
1115
#: ../client/drizzledump_data.cc:575
1119
#: ../client/drizzledump_data.cc:584
1120
msgid "-- Disconnecting from "
1123
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:97
1124
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:103
1125
msgid "-- Retrieving table structures for "
1128
#: ../client/drizzledump_drizzle.cc:171 ../client/drizzledump_mysql.cc:167
1129
msgid "-- Retrieving fields for "
1132
#: ../client/drizzledump_drizzle.cc:224 ../client/drizzledump_mysql.cc:254
1133
msgid "-- Retrieving indexes for "
1136
#: ../client/drizzleslap.cc:2873
1138
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1141
#: ../client/drizzletest.cc:5364
1142
msgid "Error: Invalid Value for opt_max_connect_retries"
1145
#: ../client/drizzletest.cc:5374
1146
msgid "Error: Invalid Value for opt_tail_lines"
1149
#: ../client/drizzletest.cc:5384
1150
msgid "Error: Invalid Value for opt_sleep"
1153
#: ../client/drizzletest.cc:5567
1155
msgid "Could not open '%s' for reading: errno = %d"
1158
#: ../client/drizzletest.cc:5572
1160
msgid "Out of memory"
1163
#: ../drizzled/drizzled.cc:478
1167
#: ../drizzled/drizzled.cc:537
1168
msgid "One can only use the --user switch if running as root\n"
1171
#: ../drizzled/drizzled.cc:544
1173
"Fatal error: Please read \"Security\" section of the manual to find out how "
1174
"to run drizzled as root!\n"
1177
#: ../drizzled/drizzled.cc:564
1180
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1184
#: ../drizzled/drizzled.cc:589
1185
msgid "Set process group ID failed"
1188
#: ../drizzled/drizzled.cc:594
1189
msgid "Set process user ID failed"
1192
#: ../drizzled/drizzled.cc:606
1193
msgid "Process chroot failed"
1196
#: ../drizzled/drizzled.cc:727
1197
msgid "Error: Invalid Value for auto_increment_increment"
1200
#: ../drizzled/drizzled.cc:738
1201
msgid "Error: Invalid Value for auto_increment_offset"
1204
#: ../drizzled/drizzled.cc:749
1205
msgid "Error: Invalid Value for completion_type"
1208
#: ../drizzled/drizzled.cc:760
1209
msgid "Error: Invalid Value for back_log"
1212
#: ../drizzled/drizzled.cc:771
1213
msgid "Error: Invalid Value for div-precision-increment"
1216
#: ../drizzled/drizzled.cc:782
1217
msgid "Error: Invalid Value for group_concat_max_len"
1220
#: ../drizzled/drizzled.cc:793
1221
msgid "Error: Invalid Value for join_buffer_size"
1224
#: ../drizzled/drizzled.cc:805
1225
msgid "Error: Invalid Value for max_allowed_packet"
1228
#: ../drizzled/drizzled.cc:817
1229
msgid "Error: Invalid Value for max_connect_errors"
1232
#: ../drizzled/drizzled.cc:828
1233
msgid "Error: Invalid Value for max_error_count"
1236
#: ../drizzled/drizzled.cc:839
1237
msgid "Error: Invalid Value for max_heap_table_size"
1240
#: ../drizzled/drizzled.cc:851
1241
msgid "Error: Invalid Value for min_examined_row_limit"
1244
#: ../drizzled/drizzled.cc:862
1245
msgid "Error: Invalid Value for max_join_size"
1248
#: ../drizzled/drizzled.cc:873
1249
msgid "Error: Invalid Value for max_length_for_sort_data"
1252
#: ../drizzled/drizzled.cc:884
1253
msgid "Error: Invalid Value for max_seeks_for_key"
1256
#: ../drizzled/drizzled.cc:895
1257
msgid "Error: Invalid Value for max_sort_length"
1260
#: ../drizzled/drizzled.cc:906
1261
msgid "Error: Invalid Value for optimizer_search_depth"
1264
#: ../drizzled/drizzled.cc:917
1265
msgid "Error: Invalid Value for preload_buff_size"
1268
#: ../drizzled/drizzled.cc:928
1269
msgid "Error: Invalid Value for query_alloc_block_size"
1272
#: ../drizzled/drizzled.cc:940
1273
msgid "Error: Invalid Value for query_prealloc_size"
1276
#: ../drizzled/drizzled.cc:952
1277
msgid "Error: Invalid Value for range_alloc_block_size"
1280
#: ../drizzled/drizzled.cc:964
1281
msgid "Error: Invalid Value for read_buff_size"
1284
#: ../drizzled/drizzled.cc:976
1285
msgid "Error: Invalid Value for read_rnd_buff_size"
1288
#: ../drizzled/drizzled.cc:987
1289
msgid "Error: Invalid Value for sort_buff_size"
1292
#: ../drizzled/drizzled.cc:998
1293
msgid "Error: Invalid Value for table_def_size"
1296
#: ../drizzled/drizzled.cc:1009
1297
msgid "Error: Invalid Value for table_cache_size"
1300
#: ../drizzled/drizzled.cc:1020 ../drizzled/drizzled.cc:1036
1301
msgid "Error: Invalid Value for table_lock_wait_timeout"
1304
#: ../drizzled/drizzled.cc:1047
1306
"Error: Invalid Value for transaction_message_threshold valid values are "
1307
"between 131072 - 1048576 bytes"
1310
#: ../drizzled/drizzled.cc:1203
1312
msgid "gethostname failed, using '%s' as hostname"
1315
#: ../drizzled/drizzled.cc:1218 ../drizzled/drizzled.cc:1740
1316
msgid "Display this help and exit."
1317
msgstr "Afichar aquesta ajuda e sortir."
1319
#: ../drizzled/drizzled.cc:1222
1320
msgid "Configuration file to use"
1323
#: ../drizzled/drizzled.cc:1224
1324
msgid "Base location for config files"
1327
#: ../drizzled/drizzled.cc:1226 ../drizzled/drizzled.cc:1964
1328
msgid "Directory for plugins."
1331
#: ../drizzled/drizzled.cc:1231 ../drizzled/drizzled.cc:1968
1333
"Optional comma separated list of plugins to load at startup in addition to "
1334
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1337
#: ../drizzled/drizzled.cc:1235 ../drizzled/drizzled.cc:1974
1339
"Optional comma separated list of plugins to not load at startup. Effectively "
1340
"removes a plugin from the list of plugins to be loaded. [for example: --"
1341
"plugin_remove=crc32,logger_gearman]"
1344
#: ../drizzled/drizzled.cc:1239 ../drizzled/drizzled.cc:1980
1346
"Optional comma separated list of plugins to load at starup instead of the "
1347
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1350
#: ../drizzled/drizzled.cc:1246 ../drizzled/drizzled.cc:1744
1351
msgid "Auto-increment columns are incremented by this"
1354
#: ../drizzled/drizzled.cc:1248 ../drizzled/drizzled.cc:1749
1356
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1360
#: ../drizzled/drizzled.cc:1250 ../drizzled/drizzled.cc:1755
1362
"Path to installation directory. All paths are usually resolved relative to "
1366
#: ../drizzled/drizzled.cc:1253 ../drizzled/drizzled.cc:1760
1367
msgid "Chroot drizzled daemon during startup."
1370
#: ../drizzled/drizzled.cc:1255 ../drizzled/drizzled.cc:1764
1371
msgid "Set the default collation."
1374
#: ../drizzled/drizzled.cc:1257 ../drizzled/drizzled.cc:1768
1375
msgid "Default completion type."
1378
#: ../drizzled/drizzled.cc:1258 ../drizzled/drizzled.cc:1773
1379
msgid "Write core on errors."
1382
#: ../drizzled/drizzled.cc:1260 ../drizzled/drizzled.cc:1777
1383
msgid "Path to the database root."
1386
#: ../drizzled/drizzled.cc:1262
1387
msgid "Set the default storage engine for tables."
1390
#: ../drizzled/drizzled.cc:1264 ../drizzled/drizzled.cc:1784
1391
msgid "Set the default time zone."
1394
#: ../drizzled/drizzled.cc:1266 ../drizzled/drizzled.cc:1789
1395
msgid "Used for debugging; Use at your own risk!"
1398
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1794
1399
msgid "Set up signals usable for debugging"
1402
#: ../drizzled/drizzled.cc:1270 ../drizzled/drizzled.cc:1798
1403
msgid "Set the language used for the month names and the days of the week."
1406
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1803
1407
msgid "Log some not critical warnings to the log file."
1410
#: ../drizzled/drizzled.cc:1274 ../drizzled/drizzled.cc:1808
1411
msgid "Pid file used by drizzled."
1414
#: ../drizzled/drizzled.cc:1276
1415
msgid "Maximum time in seconds to wait for the port to become free. "
1418
#: ../drizzled/drizzled.cc:1278 ../drizzled/drizzled.cc:1817
1420
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1421
"specified directory"
1424
#: ../drizzled/drizzled.cc:1281 ../drizzled/drizzled.cc:1822
1426
"Uniquely identifies the server instance in the community of replication "
1430
#: ../drizzled/drizzled.cc:1284 ../drizzled/drizzled.cc:1827
1431
msgid "Don't print a stack trace on failure."
1434
#: ../drizzled/drizzled.cc:1286 ../drizzled/drizzled.cc:1831
1435
msgid "Enable symbolic link support."
1438
#: ../drizzled/drizzled.cc:1288 ../drizzled/drizzled.cc:1840
1440
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1443
#: ../drizzled/drizzled.cc:1291 ../drizzled/drizzled.cc:1845
1444
msgid "Path for temporary files."
1447
#: ../drizzled/drizzled.cc:1293 ../drizzled/drizzled.cc:1849
1448
msgid "Default transaction isolation level."
1451
#: ../drizzled/drizzled.cc:1295
1453
"Max message size written to transaction log, valid values 131072 - 1048576 "
1457
#: ../drizzled/drizzled.cc:1297 ../drizzled/drizzled.cc:1853
1458
msgid "Run drizzled daemon as user."
1461
#: ../drizzled/drizzled.cc:1301 ../drizzled/drizzled.cc:1861
1463
"The number of outstanding connection requests Drizzle can have. This comes "
1464
"into play when the main Drizzle thread gets very many connection requests in "
1465
"a very short time."
1468
#: ../drizzled/drizzled.cc:1306 ../drizzled/drizzled.cc:1867
1470
"Size of tree cache used in bulk insert optimization. Note that this is a "
1474
#: ../drizzled/drizzled.cc:1309 ../drizzled/drizzled.cc:1873
1476
"Precision of the result of '/' operator will be increased on that value."
1479
#: ../drizzled/drizzled.cc:1312 ../drizzled/drizzled.cc:1879
1480
msgid "The maximum length of the result of function group_concat."
1483
#: ../drizzled/drizzled.cc:1314 ../drizzled/drizzled.cc:1884
1484
msgid "The size of the buffer that is used for full joins."
1487
#: ../drizzled/drizzled.cc:1316 ../drizzled/drizzled.cc:1890
1488
msgid "Max packetlength to send/receive from to server."
1491
#: ../drizzled/drizzled.cc:1318 ../drizzled/drizzled.cc:1895
1493
"If there is more than this number of interrupted connections from a host "
1494
"this host will be blocked from further connections."
1497
#: ../drizzled/drizzled.cc:1321 ../drizzled/drizzled.cc:1900
1498
msgid "Max number of errors/warnings to store for a statement."
1501
#: ../drizzled/drizzled.cc:1323 ../drizzled/drizzled.cc:1905
1502
msgid "Don't allow creation of heap tables bigger than this."
1505
#: ../drizzled/drizzled.cc:1325 ../drizzled/drizzled.cc:1911
1507
"Joins that are probably going to read more than max_join_size records return "
1511
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:1917
1512
msgid "Max number of bytes in sorted records."
1515
#: ../drizzled/drizzled.cc:1330 ../drizzled/drizzled.cc:1922
1516
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1519
#: ../drizzled/drizzled.cc:1332 ../drizzled/drizzled.cc:1927
1521
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1522
"max_sort_length bytes of each value are used; the rest are ignored)."
1525
#: ../drizzled/drizzled.cc:1336 ../drizzled/drizzled.cc:1934
1526
msgid "After this many write locks, allow some read locks to run in between."
1529
#: ../drizzled/drizzled.cc:1338 ../drizzled/drizzled.cc:1938
1531
"Don't log queries which examine less than min_examined_row_limit rows to "
1535
#: ../drizzled/drizzled.cc:1341
1537
"Do not apply any heuristic(s) during query optimization to prune, thus "
1538
"perform an exhaustive search from the optimizer search space."
1541
#: ../drizzled/drizzled.cc:1344 ../drizzled/drizzled.cc:1952
1543
"Maximum depth of search performed by the query optimizer. Values larger than "
1544
"the number of relations in a query result in better query plans, but take "
1545
"longer to compile a query. Smaller values than the number of tables in a "
1546
"relation result in faster optimization, but may produce very bad query "
1547
"plans. If set to 0, the system will automatically pick a reasonable value; "
1548
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1549
"(used for testing/comparison)."
1552
#: ../drizzled/drizzled.cc:1353 ../drizzled/drizzled.cc:1986
1553
msgid "The size of the buffer that is allocated when preloading indexes"
1556
#: ../drizzled/drizzled.cc:1356 ../drizzled/drizzled.cc:1991
1557
msgid "Allocation block size for query parsing and execution"
1560
#: ../drizzled/drizzled.cc:1359 ../drizzled/drizzled.cc:1996
1561
msgid "Persistent buffer for query parsing and execution"
1564
#: ../drizzled/drizzled.cc:1362 ../drizzled/drizzled.cc:2002
1565
msgid "Allocation block size for storing ranges during optimization"
1568
#: ../drizzled/drizzled.cc:1365 ../drizzled/drizzled.cc:2008
1570
"Each thread that does a sequential scan allocates a buffer of this size for "
1571
"each table it scans. If you do many sequential scans, you may want to "
1572
"increase this value."
1575
#: ../drizzled/drizzled.cc:1370 ../drizzled/drizzled.cc:2016
1577
"When reading rows in sorted order after a sort, the rows are read through "
1578
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1582
#: ../drizzled/drizzled.cc:1374 ../drizzled/drizzled.cc:2024
1583
msgid "Select scheduler to be used (by default multi-thread)."
1586
#: ../drizzled/drizzled.cc:1377 ../drizzled/drizzled.cc:2029
1587
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1590
#: ../drizzled/drizzled.cc:1379 ../drizzled/drizzled.cc:2035
1591
msgid "The number of cached table definitions."
1594
#: ../drizzled/drizzled.cc:1381 ../drizzled/drizzled.cc:2039
1595
msgid "The number of cached open tables."
1598
#: ../drizzled/drizzled.cc:1383 ../drizzled/drizzled.cc:2043
1600
"Timeout in seconds to wait for a table level lock before returning an error. "
1601
"Used only if the connection has active cursors."
1604
#: ../drizzled/drizzled.cc:1386 ../drizzled/drizzled.cc:2048
1605
msgid "The stack size for each thread."
1608
#: ../drizzled/drizzled.cc:1389 ../drizzled/drizzled.cc:2054
1610
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1611
"automatically convert it to an on-disk MyISAM table."
1614
#: ../drizzled/drizzled.cc:1412
1615
msgid "Duplicate entry for command line option\n"
1618
#: ../drizzled/drizzled.cc:1457
1619
msgid "Failed to initialize plugins\n"
1622
#: ../drizzled/drizzled.cc:1479
1626
"Use --help to get a list of available options\n"
1629
#: ../drizzled/drizzled.cc:1487
1633
"Use --help to get a list of available options\n"
1636
#: ../drizzled/drizzled.cc:1525
1637
msgid "Error getting default charset"
1640
#: ../drizzled/drizzled.cc:1555
1641
msgid "Error setting collation"
1644
#: ../drizzled/drizzled.cc:1563
1646
msgid "Unknown locale: '%s'"
1649
#: ../drizzled/drizzled.cc:1583
1650
msgid "Could not initialize table cache\n"
1653
#: ../drizzled/drizzled.cc:1594
1654
msgid "XA cache initialization failed: Out of memory\n"
1657
#: ../drizzled/drizzled.cc:1624
1658
msgid "No scheduler found, cannot continue!\n"
1661
#: ../drizzled/drizzled.cc:1648
1663
msgid "Unknown/unsupported storage engine: %s\n"
1666
#: ../drizzled/drizzled.cc:1780
1667
msgid "Set the default storage engine (table type) for tables."
1670
#: ../drizzled/drizzled.cc:1812
1672
"Maximum time in seconds to wait for the port to become free. (Default: no "
1676
#: ../drizzled/drizzled.cc:1944
1678
"Controls the heuristic(s) applied during query optimization to prune less-"
1679
"promising partial plans from the optimizer search space. Meaning: false - do "
1680
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1681
"based on number of retrieved rows."
1684
#: ../drizzled/drizzled.cc:2080
1686
"Copyright (C) 2008 Sun Microsystems\n"
1687
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1688
"and you are welcome to modify and redistribute it under the GPL license\n"
1692
#: ../drizzled/drizzled.cc:2087
1694
msgid "Usage: %s [OPTIONS]\n"
1697
#: ../drizzled/drizzled.cc:2210
1700
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1704
#: ../drizzled/error.cc:131
1706
msgid "Unknown error %d"
1709
#: ../drizzled/error.cc:207
1713
#: ../drizzled/error.cc:208
1717
#: ../drizzled/error.cc:209
1719
msgid "Can't create file '%-.200s' (errno: %d)"
1722
#: ../drizzled/error.cc:210
1724
msgid "Can't create table '%-.200s' (errno: %d)"
1727
#: ../drizzled/error.cc:211
1729
msgid "Can't create database '%-.192s' (errno: %d)"
1732
#: ../drizzled/error.cc:212
1734
msgid "Can't create database '%-.192s'; database exists"
1737
#: ../drizzled/error.cc:213
1739
msgid "Can't drop database '%-.192s'; database doesn't exist"
1742
#: ../drizzled/error.cc:214
1744
msgid "Error on delete of '%-.192s' (errno: %d)"
1747
#: ../drizzled/error.cc:215
1749
msgid "Can't get status of '%-.200s' (errno: %d)"
1752
#: ../drizzled/error.cc:216
1754
msgid "Can't lock file (errno: %d)"
1757
#: ../drizzled/error.cc:217
1759
msgid "Can't open file: '%-.200s' (errno: %d)"
1762
#: ../drizzled/error.cc:218
1764
msgid "Can't find file: '%-.200s' (errno: %d)"
1767
#: ../drizzled/error.cc:219
1769
msgid "Can't read dir of '%-.192s' (errno: %d)"
1772
#: ../drizzled/error.cc:220
1774
msgid "Record has changed since last read in table '%-.192s'"
1777
#: ../drizzled/error.cc:221
1779
msgid "Disk full (%s); waiting for someone to free some space..."
1782
#: ../drizzled/error.cc:222
1784
msgid "Can't write; duplicate key in table '%-.192s'"
1787
#: ../drizzled/error.cc:223
1789
msgid "Error on close of '%-.192s' (errno: %d)"
1792
#: ../drizzled/error.cc:224
1794
msgid "Error reading file '%-.200s' (errno: %d)"
1797
#: ../drizzled/error.cc:225
1799
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1802
#: ../drizzled/error.cc:226
1804
msgid "Error writing file '%-.200s' (errno: %d)"
1807
#: ../drizzled/error.cc:227
1809
msgid "'%-.192s' is locked against change"
1812
#: ../drizzled/error.cc:228
1813
msgid "Sort aborted"
1816
#: ../drizzled/error.cc:229
1818
msgid "Got error %d from storage engine"
1821
#: ../drizzled/error.cc:230
1823
msgid "Table storage engine for '%-.192s' doesn't have this option"
1826
#: ../drizzled/error.cc:231
1828
msgid "Can't find record in '%-.192s'"
1831
#: ../drizzled/error.cc:232
1833
msgid "Incorrect information in file: '%-.200s'"
1836
#: ../drizzled/error.cc:233
1838
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1841
#: ../drizzled/error.cc:234
1843
msgid "Old key file for table '%-.192s'; repair it!"
1846
#: ../drizzled/error.cc:235
1848
msgid "Table '%-.192s' is read only"
1851
#: ../drizzled/error.cc:236
1853
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1856
#: ../drizzled/error.cc:237
1857
msgid "Out of sort memory; increase server sort buffer size"
1860
#: ../drizzled/error.cc:238
1862
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1865
#: ../drizzled/error.cc:239
1866
msgid "Too many connections"
1869
#: ../drizzled/error.cc:240
1871
"Out of memory; check if drizzled or some other process uses all available "
1872
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1873
"memory or you can add more swap space"
1876
#: ../drizzled/error.cc:241
1877
msgid "Can't get hostname for your address"
1880
#: ../drizzled/error.cc:242
1881
msgid "Bad handshake"
1884
#: ../drizzled/error.cc:243
1886
msgid "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
1889
#: ../drizzled/error.cc:244
1891
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1894
#: ../drizzled/error.cc:245
1895
msgid "No database selected"
1898
#: ../drizzled/error.cc:246
1899
msgid "Unknown command"
1902
#: ../drizzled/error.cc:247
1904
msgid "Column '%-.192s' cannot be null"
1907
#: ../drizzled/error.cc:248
1909
msgid "Unknown database '%-.192s'"
1912
#: ../drizzled/error.cc:249
1914
msgid "Table '%-.192s' already exists"
1917
#: ../drizzled/error.cc:250
1919
msgid "Unknown table '%-.100s'"
1922
#: ../drizzled/error.cc:251
1924
msgid "Column '%-.192s' in %-.192s is ambiguous"
1927
#: ../drizzled/error.cc:252
1928
msgid "Server shutdown in progress"
1931
#: ../drizzled/error.cc:253
1933
msgid "Unknown column '%-.192s' in '%-.192s'"
1936
#: ../drizzled/error.cc:254
1938
msgid "'%-.192s' isn't in GROUP BY"
1941
#: ../drizzled/error.cc:255
1943
msgid "Can't group on '%-.192s'"
1946
#: ../drizzled/error.cc:256
1947
msgid "Statement has sum functions and columns in same statement"
1950
#: ../drizzled/error.cc:257
1951
msgid "Column count doesn't match value count"
1954
#: ../drizzled/error.cc:258
1956
msgid "Identifier name '%-.100s' is too long"
1959
#: ../drizzled/error.cc:259
1961
msgid "Duplicate column name '%-.192s'"
1964
#: ../drizzled/error.cc:260
1966
msgid "Duplicate key name '%-.192s'"
1969
#: ../drizzled/error.cc:261
1971
msgid "Duplicate entry '%-.192s' for key %d"
1974
#: ../drizzled/error.cc:262
1976
msgid "Incorrect column specifier for column '%-.192s'"
1979
#: ../drizzled/error.cc:263
1981
msgid "%s near '%-.80s' at line %d"
1984
#: ../drizzled/error.cc:264
1985
msgid "Query was empty"
1988
#: ../drizzled/error.cc:265
1990
msgid "Not unique table/alias: '%-.192s'"
1993
#: ../drizzled/error.cc:266
1995
msgid "Invalid default value for '%-.192s'"
1998
#: ../drizzled/error.cc:267
1999
msgid "Multiple primary key defined"
2002
#: ../drizzled/error.cc:268
2004
msgid "Too many keys specified; max %d keys allowed"
2007
#: ../drizzled/error.cc:269
2009
msgid "Too many key parts specified; max %d parts allowed"
2012
#: ../drizzled/error.cc:270
2014
msgid "Specified key was too long; max key length is %d bytes"
2017
#: ../drizzled/error.cc:271
2019
msgid "Key column '%-.192s' doesn't exist in table"
2022
#: ../drizzled/error.cc:272
2025
"BLOB column '%-.192s' can't be used in key specification with the used table "
2029
#: ../drizzled/error.cc:273
2032
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2036
#: ../drizzled/error.cc:274
2038
"Incorrect table definition; there can be only one auto column and it must be "
2042
#: ../drizzled/error.cc:275
2044
msgid "%s: Normal shutdown\n"
2047
#: ../drizzled/error.cc:276
2049
msgid "%s: Got signal %d. Aborting!\n"
2052
#: ../drizzled/error.cc:277
2054
msgid "%s: Shutdown complete\n"
2057
#: ../drizzled/error.cc:278
2059
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2062
#: ../drizzled/error.cc:279
2063
msgid "Can't create IP socket"
2066
#: ../drizzled/error.cc:280
2069
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2073
#: ../drizzled/error.cc:281
2076
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2080
#: ../drizzled/error.cc:282
2082
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2085
#: ../drizzled/error.cc:283
2088
"The file '%-.128s' must be in the database directory or be readable by all"
2091
#: ../drizzled/error.cc:284
2093
msgid "File '%-.200s' already exists"
2096
#: ../drizzled/error.cc:285
2098
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2101
#: ../drizzled/error.cc:286
2103
"Incorrect prefix key; the used key part isn't a string, the used length is "
2104
"longer than the key part, or the storage engine doesn't support unique "
2108
#: ../drizzled/error.cc:287
2109
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2112
#: ../drizzled/error.cc:288
2114
msgid "Can't DROP '%-.192s'; check that column/key exists"
2117
#: ../drizzled/error.cc:289
2119
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2122
#: ../drizzled/error.cc:290
2124
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2127
#: ../drizzled/error.cc:291
2129
msgid "Unknown thread id: %lu"
2132
#: ../drizzled/error.cc:292
2134
msgid "You are not owner of thread %lu"
2137
#: ../drizzled/error.cc:293
2138
msgid "No tables used"
2141
#: ../drizzled/error.cc:294
2143
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2146
#: ../drizzled/error.cc:295
2148
msgid "Incorrect database name '%-.100s'"
2151
#: ../drizzled/error.cc:296
2153
msgid "Incorrect table name '%-.100s'"
2156
#: ../drizzled/error.cc:297
2158
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2159
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2162
#: ../drizzled/error.cc:298
2163
msgid "Unknown error"
2166
#: ../drizzled/error.cc:299
2168
msgid "Unknown procedure '%-.192s'"
2171
#: ../drizzled/error.cc:300
2173
msgid "Incorrect parameter count to procedure '%-.192s'"
2176
#: ../drizzled/error.cc:301
2178
msgid "Unknown table '%-.192s' in %-.32s"
2181
#: ../drizzled/error.cc:302
2183
msgid "Column '%-.192s' specified twice"
2186
#: ../drizzled/error.cc:303
2187
msgid "Invalid use of group function"
2190
#: ../drizzled/error.cc:304
2193
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2196
#: ../drizzled/error.cc:305
2197
msgid "A table must have at least 1 column"
2200
#: ../drizzled/error.cc:306
2202
msgid "The table '%-.192s' is full"
2205
#: ../drizzled/error.cc:307
2207
msgid "Too many tables; Drizzle can only use %d tables in a join"
2210
#: ../drizzled/error.cc:308
2211
msgid "Too many columns"
2214
#: ../drizzled/error.cc:309
2217
"Row size too large. The maximum row size for the used table type, not "
2218
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2221
#: ../drizzled/error.cc:310
2222
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2225
#: ../drizzled/error.cc:311
2228
"Table handler doesn't support NULL in given index. Please change column "
2229
"'%-.192s' to be NOT NULL or use another handler"
2232
#: ../drizzled/error.cc:312
2233
msgid "No paths allowed for plugin library"
2236
#: ../drizzled/error.cc:313
2238
msgid "Plugin '%-.192s' already exists"
2241
#: ../drizzled/error.cc:314
2243
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2246
#: ../drizzled/error.cc:315
2248
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2251
#: ../drizzled/error.cc:316
2253
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2256
#: ../drizzled/error.cc:317
2259
"Can't create a new thread (errno %d); if you are not out of available "
2260
"memory, you can consult the manual for a possible OS-dependent bug"
2263
#: ../drizzled/error.cc:318
2265
msgid "Column count doesn't match value count at row %ld"
2268
#: ../drizzled/error.cc:319
2270
msgid "Can't reopen table: '%-.192s'"
2273
#: ../drizzled/error.cc:320
2275
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2276
"illegal if there is no GROUP BY clause"
2279
#: ../drizzled/error.cc:321
2281
msgid "Table '%-.192s.%-.192s' doesn't exist"
2284
#: ../drizzled/error.cc:322
2286
"You have an error in your SQL syntax; check the manual that corresponds to "
2287
"your Drizzle server version for the right syntax to use"
2290
#: ../drizzled/error.cc:323
2291
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2294
#: ../drizzled/error.cc:324
2295
msgid "Got packets out of order"
2298
#: ../drizzled/error.cc:325
2299
msgid "The used table type doesn't support BLOB/TEXT columns"
2302
#: ../drizzled/error.cc:326
2303
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2306
#: ../drizzled/error.cc:327
2308
msgid "Incorrect column name '%-.100s'"
2311
#: ../drizzled/error.cc:328
2313
msgid "The used storage engine can't index column '%-.192s'"
2316
#: ../drizzled/error.cc:329
2318
"Unable to open underlying table which is differently defined or of non-"
2319
"MyISAM type or doesn't exist"
2322
#: ../drizzled/error.cc:330
2324
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2327
#: ../drizzled/error.cc:331
2330
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2333
#: ../drizzled/error.cc:332
2335
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2339
#: ../drizzled/error.cc:333
2340
msgid "Result consisted of more than one row"
2343
#: ../drizzled/error.cc:334
2344
msgid "This table type requires a primary key"
2347
#: ../drizzled/error.cc:335
2349
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2352
#: ../drizzled/error.cc:336
2353
msgid "Can't open table"
2356
#: ../drizzled/error.cc:337
2358
msgid "The storage engine for the table doesn't support %s"
2361
#: ../drizzled/error.cc:338
2363
msgid "Got error %d during COMMIT"
2366
#: ../drizzled/error.cc:339
2368
msgid "Got error %d during ROLLBACK"
2371
#. This is a very incorrect place to use the PRIi64 macro as the
2372
#. program that looks over the source for the N_() macros does not
2373
#. (obviously) do macro expansion, so the string is entirely wrong for
2374
#. what it is trying to output for every language except english.
2375
#: ../drizzled/error.cc:344
2378
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2382
#: ../drizzled/error.cc:345
2384
"Can't execute the given command because you have active locked tables or an "
2385
"active transaction"
2388
#: ../drizzled/error.cc:346
2390
msgid "Unknown system variable '%-.64s'"
2393
#: ../drizzled/error.cc:347
2395
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2398
#: ../drizzled/error.cc:348
2401
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2404
#: ../drizzled/error.cc:349
2405
msgid "Some non-transactional changed tables couldn't be rolled back"
2408
#: ../drizzled/error.cc:350
2409
msgid "You may only use constant expressions with SET"
2412
#: ../drizzled/error.cc:351
2413
msgid "Lock wait timeout exceeded; try restarting transaction"
2416
#: ../drizzled/error.cc:352
2417
msgid "The total number of locks exceeds the lock table size"
2420
#: ../drizzled/error.cc:353
2421
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2424
#: ../drizzled/error.cc:354
2425
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2428
#: ../drizzled/error.cc:355
2430
msgid "Incorrect arguments to %s"
2433
#: ../drizzled/error.cc:356
2434
msgid "Deadlock found when trying to get lock; try restarting transaction"
2437
#: ../drizzled/error.cc:357
2438
msgid "The used table type doesn't support FULLTEXT indexes"
2441
#: ../drizzled/error.cc:358
2442
msgid "Cannot add foreign key constraint"
2445
#: ../drizzled/error.cc:359
2446
msgid "Cannot add or update a child row: a foreign key constraint fails"
2449
#: ../drizzled/error.cc:360
2450
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2453
#: ../drizzled/error.cc:361
2455
msgid "Incorrect usage of %s and %s"
2458
#: ../drizzled/error.cc:362
2459
msgid "The used SELECT statements have a different number of columns"
2462
#: ../drizzled/error.cc:363
2463
msgid "Can't execute the query because you have a conflicting read lock"
2466
#: ../drizzled/error.cc:364
2469
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2472
#: ../drizzled/error.cc:365
2475
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2478
#: ../drizzled/error.cc:366
2480
msgid "Variable '%-.64s' doesn't have a default value"
2483
#: ../drizzled/error.cc:367
2485
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2488
#: ../drizzled/error.cc:368
2490
msgid "Incorrect argument type to variable '%-.64s'"
2493
#: ../drizzled/error.cc:369
2495
msgid "Variable '%-.64s' can only be set, not read"
2498
#: ../drizzled/error.cc:370
2500
msgid "Incorrect usage/placement of '%s'"
2503
#: ../drizzled/error.cc:371
2505
msgid "This version of Drizzle doesn't yet support '%s'"
2508
#: ../drizzled/error.cc:372
2510
msgid "Variable '%-.192s' is a %s variable"
2513
#: ../drizzled/error.cc:373
2515
msgid "Incorrect foreign key definition for '%-.192s': %s"
2518
#: ../drizzled/error.cc:374
2519
msgid "Key reference and table reference don't match"
2522
#: ../drizzled/error.cc:375
2524
msgid "Operand should contain %d column(s)"
2527
#: ../drizzled/error.cc:376
2528
msgid "Subquery returns more than 1 row"
2531
#: ../drizzled/error.cc:377
2533
msgid "Converting column '%s' from %s to %s"
2536
#: ../drizzled/error.cc:378
2538
msgid "Reference '%-.64s' not supported (%s)"
2541
#: ../drizzled/error.cc:379
2542
msgid "Every derived table must have its own alias"
2545
#: ../drizzled/error.cc:380
2547
msgid "Select %u was reduced during optimization"
2550
#: ../drizzled/error.cc:381
2552
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2555
#: ../drizzled/error.cc:382
2556
msgid "All parts of a SPATIAL index must be NOT NULL"
2559
#: ../drizzled/error.cc:383
2561
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2564
#: ../drizzled/error.cc:384
2567
"Uncompressed data size too large; the maximum size is %d (based on "
2568
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2571
#: ../drizzled/error.cc:385
2572
msgid "ZLIB: Not enough memory"
2575
#: ../drizzled/error.cc:386
2577
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2578
"data was corrupted)"
2581
#: ../drizzled/error.cc:387
2582
msgid "ZLIB: Input data corrupted"
2585
#: ../drizzled/error.cc:388
2587
msgid "%d line(s) were cut by GROUP_CONCAT()"
2590
#: ../drizzled/error.cc:389
2592
msgid "Row %ld doesn't contain data for all columns"
2595
#: ../drizzled/error.cc:390
2598
"Row %ld was truncated; it contained more data than there were input columns"
2601
#: ../drizzled/error.cc:391
2604
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2607
#: ../drizzled/error.cc:392
2609
msgid "Out of range value for column '%s' at row %ld"
2612
#: ../drizzled/error.cc:393
2614
msgid "Data truncated for column '%s' at row %ld"
2617
#: ../drizzled/error.cc:394
2619
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2622
#: ../drizzled/error.cc:395
2624
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2627
#: ../drizzled/error.cc:396
2629
msgid "Illegal mix of collations for operation '%s'"
2632
#: ../drizzled/error.cc:397
2635
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2639
#: ../drizzled/error.cc:398
2641
msgid "Unknown collation: '%-.64s'"
2644
#: ../drizzled/error.cc:399
2647
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2651
#: ../drizzled/error.cc:400
2653
msgid "Incorrect index name '%-.100s'"
2656
#: ../drizzled/error.cc:401
2658
msgid "Incorrect catalog name '%-.100s'"
2661
#: ../drizzled/error.cc:402
2663
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2666
#: ../drizzled/error.cc:403
2668
msgid "Unknown table engine '%s'"
2671
#: ../drizzled/error.cc:404
2673
msgid "The target table %-.100s of the %s is not updatable"
2676
#: ../drizzled/error.cc:405
2679
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2683
#: ../drizzled/error.cc:406
2686
"The Drizzle server is running with the %s option so it cannot execute this "
2690
#: ../drizzled/error.cc:407
2692
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2695
#: ../drizzled/error.cc:408
2697
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2700
#: ../drizzled/error.cc:409
2702
"Incorrect table definition; there can be only one TIMESTAMP column with "
2703
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2706
#: ../drizzled/error.cc:410
2708
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2711
#: ../drizzled/error.cc:411
2713
msgid "Got error %d '%-.100s' from %s"
2716
#: ../drizzled/error.cc:412
2718
msgid "Got temporary error %d '%-.100s' from %s"
2721
#: ../drizzled/error.cc:413
2723
msgid "Unknown or incorrect time zone: '%-.64s'"
2726
#: ../drizzled/error.cc:414
2728
msgid "Invalid %s character string: '%.64s'"
2731
#: ../drizzled/error.cc:415
2733
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2736
#: ../drizzled/error.cc:416
2738
msgid "%s %s does not exist"
2741
#: ../drizzled/error.cc:417
2742
msgid "Query execution was interrupted"
2745
#: ../drizzled/error.cc:418
2748
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2749
"(s) or definer/invoker of view lack rights to use them"
2752
#: ../drizzled/error.cc:419
2754
msgid "Field '%-.192s' doesn't have a default value"
2757
#: ../drizzled/error.cc:420
2758
msgid "Division by 0"
2761
#: ../drizzled/error.cc:421
2763
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2766
#: ../drizzled/error.cc:422
2768
msgid "Illegal %s '%-.192s' value found during parsing"
2771
#: ../drizzled/error.cc:423
2773
msgid "Key part '%-.192s' length cannot be 0"
2776
#: ../drizzled/error.cc:424
2779
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2783
#: ../drizzled/error.cc:425
2785
msgid "Data too long for column '%s' at row %ld"
2788
#: ../drizzled/error.cc:426
2791
"%s: ready for connections.\n"
2792
"Version: '%s' %s\n"
2795
#: ../drizzled/error.cc:427
2796
msgid "Can't load value from file with fixed size rows to variable"
2799
#: ../drizzled/error.cc:428
2801
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2804
#: ../drizzled/error.cc:429
2805
msgid "Table definition has changed, please retry transaction"
2808
#: ../drizzled/error.cc:430
2810
msgid "Not allowed to return a result set from a %s"
2813
#: ../drizzled/error.cc:431
2814
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2817
#: ../drizzled/error.cc:432
2819
"Explicit or implicit commit is not allowed in stored function or trigger."
2822
#: ../drizzled/error.cc:433
2824
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2827
#: ../drizzled/error.cc:434
2829
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2832
#: ../drizzled/error.cc:435
2835
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2839
#: ../drizzled/error.cc:436
2840
msgid "Trigger in wrong schema"
2843
#: ../drizzled/error.cc:437
2846
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2847
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2850
#: ../drizzled/error.cc:438
2852
msgid "Display width out of range for column '%-.192s' (max = %d)"
2855
#: ../drizzled/error.cc:439
2857
msgid "Datetime function: %-.32s field overflow"
2860
#: ../drizzled/error.cc:440
2863
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2866
#: ../drizzled/error.cc:441
2869
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2872
#: ../drizzled/error.cc:442
2873
msgid "No data - zero rows fetched, selected, or processed"
2876
#: ../drizzled/error.cc:443
2878
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2881
#: ../drizzled/error.cc:444
2883
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2886
#: ../drizzled/error.cc:445
2887
msgid "The used table type doesn't support SPATIAL indexes"
2890
#: ../drizzled/error.cc:446
2892
msgid "Leading spaces are removed from name '%s'"
2895
#: ../drizzled/error.cc:447
2896
msgid "Failed to read auto-increment value from storage engine"
2899
#: ../drizzled/error.cc:448
2901
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
2904
#: ../drizzled/error.cc:449
2905
msgid "Too high level of nesting for select"
2908
#: ../drizzled/error.cc:450
2910
msgid "Name '%-.64s' has become ''"
2913
#: ../drizzled/error.cc:451
2915
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
2916
"optional and non-empty FIELDS ENCLOSED BY"
2919
#: ../drizzled/error.cc:452
2922
"Table storage engine '%-.64s' does not support the create option '%.64s'"
2925
#: ../drizzled/error.cc:453
2927
msgid "Incorrect %-.32s value: '%-.128s'"
2930
#: ../drizzled/error.cc:454
2932
msgid "Table has no partition for value %-.64s"
2935
#: ../drizzled/error.cc:455
2936
msgid "Writing one row to the row-based binary log failed"
2939
#: ../drizzled/error.cc:456
2941
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
2944
#: ../drizzled/error.cc:457
2947
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
2948
"%d would lead to a duplicate entry"
2951
#: ../drizzled/error.cc:458
2953
"Transaction isolation level can't be changed while a transaction is in "
2957
#: ../drizzled/error.cc:459
2959
msgid "Incorrect parameter count in the call to native function '%-.192s'"
2962
#: ../drizzled/error.cc:460
2964
msgid "Incorrect parameters in the call to native function '%-.192s'"
2967
#: ../drizzled/error.cc:461
2969
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
2972
#: ../drizzled/error.cc:462
2974
msgid "Invalid column reference (%-.64s) in LOAD DATA"
2977
#: ../drizzled/error.cc:463
2979
msgid "Received an invalid value '%s' for a UNIX timestamp."
2982
#: ../drizzled/error.cc:464
2984
msgid "Received an invalid datetime value '%s'."
2987
#: ../drizzled/error.cc:465
2989
msgid "Received a NULL argument for function '%s'."
2992
#: ../drizzled/error.cc:466
2994
msgid "Received an out-of-range argument '%s' for function '%s'."
2997
#: ../drizzled/error.cc:467
2999
msgid "Received an invalid enum value '%s'."
3002
#: ../drizzled/error.cc:468
3003
msgid "Tables which are replicated require a primary key."
3006
#: ../drizzled/error.cc:469
3008
msgid "Corrupt or invalid table definition: %s"
3011
#: ../drizzled/error.cc:470
3013
msgid "Corrupt or invalid schema definition for %s : %s"
3016
#: ../drizzled/error.cc:471
3018
msgid "Schema does not exist: %s"
3021
#: ../drizzled/error.cc:472
3023
msgid "Error altering schema: %s"
3026
#: ../drizzled/error.cc:473
3028
msgid "Error droppping Schema : %s"
3031
#: ../drizzled/error.cc:474
3032
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3035
#: ../drizzled/error.cc:475
3037
msgid "Unknown table engine option key/pair %s = %s."
3040
#: ../drizzled/error.cc:476
3042
msgid "Unknown schema engine option key/pair %s = %s."
3045
#: ../drizzled/error.cc:478
3047
msgid "Can't unlock file (Errcode: %d)"
3050
#: ../drizzled/error.cc:479
3052
msgid "Can't change size of file (Errcode: %d)"
3055
#: ../drizzled/error.cc:480
3057
msgid "Can't open stream from handle (Errcode: %d)"
3060
#: ../drizzled/error.cc:481
3062
msgid "Warning: '%s' had %d links"
3065
#: ../drizzled/error.cc:482
3067
msgid "Warning: %d files and %d streams is left open\n"
3070
#: ../drizzled/error.cc:483
3072
msgid "Can't create directory '%s' (Errcode: %d)"
3075
#: ../drizzled/error.cc:484
3078
"Character set '%s' is not a compiled character set and is not specified in "
3082
#: ../drizzled/error.cc:485
3084
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3087
#: ../drizzled/error.cc:486
3089
msgid "Can't read value for symlink '%s' (Error %d)"
3092
#: ../drizzled/error.cc:487
3094
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3097
#: ../drizzled/error.cc:488
3099
msgid "Error on realpath() on '%s' (Error %d)"
3102
#: ../drizzled/error.cc:489
3104
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3107
#: ../drizzled/error.cc:490
3110
"Collation '%s' is not a compiled collation and is not specified in the %s "
3114
#: ../drizzled/error.cc:491
3116
msgid "File '%s' (fileno: %d) was not closed"
3119
#: ../drizzled/identifier/schema.cc:57 ../drizzled/identifier/table.cc:233
3121
"Schema name cannot be encoded and fit within filesystem name length "
3125
#: ../drizzled/identifier/table.cc:223
3127
"Table name cannot be encoded and fit within filesystem name length "
3133
#. * Since clients still use this code, we use fprintf here.
3134
#. * This fprintf needs to be turned into errmsg_printf
3135
#. * as soon as the client programs no longer use mysys
3136
#. * and can use the pluggable error message system.
3138
#: ../drizzled/internal/default.cc:687
3140
msgid "error: could not open directory: %s\n"
3143
#: ../drizzled/main.cc:157
3145
"setrlimit could not change the size of core files to 'infinity'; We may not "
3146
"be able to generate a core file on signals"
3149
#: ../drizzled/main.cc:262
3151
msgid "Data directory %s does not exist\n"
3154
#: ../drizzled/main.cc:273
3156
msgid "Local catalog %s/local does not exist\n"
3159
#: ../drizzled/message/transaction_reader.cc:248
3161
msgid "Display help and exit"
3162
msgstr "Afichar aquesta ajuda e sortir."
3164
#: ../drizzled/message/transaction_reader.cc:249
3165
msgid "Perform checksum"
3168
#: ../drizzled/message/transaction_reader.cc:250
3169
msgid "Ignore event messages"
3172
#: ../drizzled/message/transaction_reader.cc:251
3173
msgid "Transaction log file"
3176
#: ../drizzled/message/transaction_reader.cc:273
3178
msgid "Usage: %s [options] TRANSACTION_LOG \n"
3181
#: ../drizzled/message/transaction_reader.cc:275
3186
#: ../drizzled/message/transaction_reader.cc:276
3188
msgid "--help : Display help and exit\n"
3189
msgstr "Afichar aquesta ajuda e sortir."
3191
#: ../drizzled/message/transaction_reader.cc:277
3193
msgid "--checksum : Perform checksum\n"
3196
#: ../drizzled/message/transaction_reader.cc:278
3198
msgid "--ignore-events : Ignore event messages\n"
3201
#: ../drizzled/message/transaction_reader.cc:289
3202
#: ../drizzled/message/transaction_writer.cc:371
3204
msgid "Cannot open file: %s\n"
3207
#: ../drizzled/message/transaction_reader.cc:314
3209
msgid "Found a non-transaction message in log. Currently, not supported.\n"
3212
#: ../drizzled/message/transaction_reader.cc:320
3213
#: ../plugin/transaction_log/transaction_log_reader.cc:119
3215
msgid "Attempted to read record bigger than INT_MAX\n"
3218
#: ../drizzled/message/transaction_reader.cc:340
3219
#: ../plugin/transaction_log/transaction_log_reader.cc:139
3221
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
3224
#: ../drizzled/message/transaction_reader.cc:353
3225
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
3226
#: ../plugin/transaction_log/print_transaction_message.cc:169
3227
#: ../plugin/transaction_log/transaction_log_reader.cc:152
3229
msgid "Could not read transaction message.\n"
3232
#: ../drizzled/message/transaction_reader.cc:354
3233
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
3234
#: ../plugin/transaction_log/print_transaction_message.cc:170
3235
#: ../plugin/transaction_log/transaction_log_reader.cc:153
3237
msgid "GPB ERROR: %s.\n"
3240
#: ../drizzled/message/transaction_reader.cc:358
3241
#: ../drizzled/message/transaction_reader.cc:371
3249
#: ../drizzled/message/transaction_reader.cc:365
3251
msgid "Unable to parse command. Got error: %s.\n"
3254
#: ../drizzled/message/transaction_reader.cc:420
3255
#: ../plugin/transaction_log/transaction_log_reader.cc:174
3257
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
3260
#: ../drizzled/message/transaction_writer.cc:365
3262
msgid "Usage: %s TRANSACTION_LOG\n"
3265
#: ../drizzled/module/library.cc:149
3268
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3269
"the current running version of Drizzle: %<PRIu64>."
3272
#: ../drizzled/module/loader.cc:267
3275
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3279
#: ../drizzled/module/loader.cc:346
3281
msgid "Plugin '%s' init function returned error.\n"
3284
#: ../drizzled/module/loader.cc:529
3286
msgid "Couldn't load plugin library named '%s'.\n"
3289
#: ../drizzled/module/loader.cc:539
3291
msgid "Couldn't load plugin named '%s'.\n"
3294
#: ../drizzled/module/loader.cc:766
3295
msgid "Out of memory."
3298
#: ../drizzled/module/loader.cc:1466 ../drizzled/module/loader.cc:1517
3300
msgid "Unknown variable type code 0x%x in plugin '%s'."
3303
#: ../drizzled/module/loader.cc:1509
3306
"Server variable %s of plugin %s was forced to be read-only: string variable "
3307
"without update_func and PLUGIN_VAR_MEMALLOC flag"
3310
#: ../drizzled/module/loader.cc:1528
3312
msgid "Missing variable name in plugin '%s'."
3315
#: ../drizzled/module/loader.cc:1545
3317
msgid "Thread local variable '%s' not allocated in plugin '%s'."
3320
#: ../drizzled/module/loader.cc:1664
3322
msgid "Out of memory for plugin '%s'."
3325
#: ../drizzled/module/loader.cc:1673
3327
msgid "Bad options for plugin '%s'."
3330
#: ../drizzled/module/loader.cc:1726
3332
msgid "Plugin '%s' has conflicting system variables"
3335
#: ../drizzled/module/registry.h:103
3337
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
3340
#: ../drizzled/module/registry.h:112
3342
msgid "Fatal error: Failed initializing %s plugin.\n"
3345
#: ../drizzled/option.cc:84
3349
#: ../drizzled/option.cc:86
3353
#: ../drizzled/option.cc:337
3355
msgid "%s: %s: Option '%s' used, but is disabled\n"
3358
#: ../drizzled/option.cc:339
3362
#: ../drizzled/option.cc:441
3364
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3367
#: ../drizzled/option.cc:769
3369
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3372
#: ../drizzled/option.cc:962
3374
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3377
#: ../drizzled/option.cc:1194
3379
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3382
#: ../drizzled/option.cc:1214
3386
"Variables (--variable-name=value)\n"
3387
"and boolean options {false|true} Value (after reading options)\n"
3388
"--------------------------------- -----------------------------\n"
3391
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3392
msgid "(No default value)"
3395
#: ../drizzled/option.cc:1249
3399
#: ../drizzled/option.cc:1249
3403
#: ../drizzled/option.cc:1282
3405
msgid "(Disabled)\n"
3408
#: ../drizzled/plugin/error_message.cc:81
3410
msgid "errmsg plugin '%s' errmsg() failed"
3413
#: ../drizzled/plugin/event_observer.cc:132
3416
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3417
"'%s' from EventObserver plugin '%s'"
3420
#: ../drizzled/plugin/event_observer.cc:399
3422
msgid "EventIterate event handler '%s' failed for event '%s'"
3425
#: ../drizzled/plugin/function.cc:48
3427
msgid "A function named %s already exists!\n"
3430
#: ../drizzled/plugin/function.cc:57
3431
msgid "Could not add Function!\n"
3434
#: ../drizzled/plugin/listen.cc:69
3435
msgid "Error getting file descriptors"
3438
#: ../drizzled/plugin/listen.cc:87
3439
msgid "No sockets could be bound for listening"
3442
#: ../drizzled/plugin/listen.cc:97 ../plugin/console/console.cc:304
3444
msgid "pipe() failed with errno %d"
3447
#: ../drizzled/plugin/listen.cc:123
3449
msgid "poll() failed with errno %d"
3452
#: ../drizzled/plugin/listen_tcp.cc:60
3454
msgid "accept() failed with errno %d"
3457
#: ../drizzled/plugin/listen_tcp.cc:96
3459
msgid "getaddrinfo() failed with error %s"
3462
#: ../drizzled/plugin/listen_tcp.cc:128
3464
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3467
#: ../drizzled/plugin/listen_tcp.cc:139
3469
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3472
#: ../drizzled/plugin/listen_tcp.cc:148
3474
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3477
#: ../drizzled/plugin/listen_tcp.cc:157
3479
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3482
#: ../drizzled/plugin/listen_tcp.cc:166
3484
msgid "setsockopt(SO_LINGER) failed with errno %d"
3487
#: ../drizzled/plugin/listen_tcp.cc:175
3489
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3492
#: ../drizzled/plugin/listen_tcp.cc:196
3494
msgid "Retrying bind() on %u\n"
3497
#: ../drizzled/plugin/listen_tcp.cc:203
3499
msgid "bind() failed with errno: %d\n"
3502
#: ../drizzled/plugin/listen_tcp.cc:206
3503
msgid "Do you already have another drizzled running?\n"
3506
#: ../drizzled/plugin/listen_tcp.cc:213
3508
msgid "listen() failed with errno %d\n"
3511
#: ../drizzled/plugin/listen_tcp.cc:219
3513
msgid "Listening on %s:%s\n"
3516
#: ../drizzled/plugin/logging.cc:67
3518
msgid "logging '%s' pre() failed"
3521
#: ../drizzled/plugin/logging.cc:92
3523
msgid "logging '%s' post() failed"
3526
#: ../drizzled/plugin/logging.cc:116
3528
msgid "logging '%s' postEnd() failed"
3531
#: ../drizzled/plugin/scheduler.cc:64
3534
"Attempted to register a scheduler %s, but a scheduler has already been "
3535
"registered with that name.\n"
3538
#: ../drizzled/plugin/scheduler.cc:101
3540
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3543
#: ../drizzled/plugin/schema_engine.cc:129
3545
msgid "Error while loading database options: '%s':"
3548
#: ../drizzled/plugin/xa_resource_manager.cc:117
3550
msgid "Found %d prepared transaction(s) in resource manager."
3553
#: ../drizzled/plugin/xa_resource_manager.cc:184
3554
msgid "Starting crash recovery..."
3557
#: ../drizzled/plugin/xa_resource_manager.cc:194
3559
msgid "Found %d prepared XA transactions"
3562
#: ../drizzled/plugin/xa_resource_manager.cc:199
3565
"Found %d prepared transactions! It means that drizzled was not shut down "
3566
"properly last time and critical recovery information (last binlog or %s "
3567
"file) was manually deleted after a crash. You have to start drizzled with "
3568
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3571
#: ../drizzled/plugin/xa_resource_manager.cc:209
3572
msgid "Crash recovery finished."
3575
#: ../drizzled/replication_services.cc:94
3577
"You registered a TransactionApplier plugin but no TransactionReplicator "
3578
"plugins were registered.\n"
3581
#: ../drizzled/replication_services.cc:125
3584
"You registered a TransactionApplier plugin but no TransactionReplicator "
3585
"plugins were registered that match the requested replicator name of '%s'.\n"
3586
"We have deactivated the TransactionApplier '%s'.\n"
3589
#: ../drizzled/session.cc:1929 ../drizzled/session.cc:1945
3591
msgid "Could not remove temporary table: '%s', error: %d"
3594
#: ../drizzled/set_var.cc:1503
3596
msgid "Variable named %s already exists!\n"
3599
#: ../drizzled/set_var.cc:1512
3601
msgid "Could not add Variable: %s\n"
3604
#: ../drizzled/set_var.cc:1616
3605
msgid "Failed to initialize system variables"
3608
#: ../drizzled/signal_handler.cc:56
3610
msgid "Got signal %d from thread %<PRIu64>"
3613
#: ../drizzled/signal_handler.cc:118
3615
msgid "Fatal signal %d while backtracing\n"
3618
#: ../drizzled/signal_handler.cc:127
3620
msgid "Fatal: time() call failed\n"
3623
#: ../drizzled/signal_handler.cc:133
3626
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3627
"This could be because you hit a bug. It is also possible that this binary\n"
3628
" or one of the libraries it was linked against is corrupt, improperly "
3630
" or misconfigured. This error can also be caused by malfunctioning "
3634
#: ../drizzled/signal_handler.cc:141
3637
"We will try our best to scrape up some info that will hopefully help "
3639
"the problem, but since we have already crashed, something is definitely "
3641
"and this may fail.\n"
3645
#: ../drizzled/signal_handler.cc:148
3648
"It is possible that drizzled could use up to \n"
3649
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3651
"Hope that's ok; if not, decrease some variables in the equation.\n"
3655
#: ../drizzled/sql_table.cc:1916
3657
msgid "Unknown - internal error %d during operation"
3660
#: ../drizzled/statement/alter_table.cc:1488
3663
"order_st BY ignored because there is a user-defined clustered index in the "
3667
#: ../drizzled/table.cc:1984
3669
msgid "Got error %d when reading table '%s'"
3672
#: ../drizzled/table_share.cc:875
3674
msgid "Table %s has invalid/unknown collation: %d,%s"
3677
#: ../drizzled/table_share.cc:1167
3679
msgid "ENUM column %s has greater than %d possible values"
3682
#: ../drizzled/table_share.cc:2064
3684
msgid "Unknown collation '%s' in table '%-.64s' definition"
3687
#: ../drizzled/table_share.cc:2071
3690
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
3694
#: ../drizzled/tztime.cc:173
3696
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3699
#: ../plugin/auth_file/auth_file.cc:225
3701
msgid "Could not load auth file: %s\n"
3704
#: ../plugin/auth_file/auth_file.cc:238 ../plugin/auth_file/auth_file.cc:253
3705
msgid "File to load for usernames and passwords"
3708
#: ../plugin/auth_http/auth_http.cc:143 ../plugin/auth_http/auth_http.cc:150
3709
msgid "Enable HTTP Auth check"
3712
#: ../plugin/auth_http/auth_http.cc:160
3713
msgid "URL for HTTP Auth check"
3716
#: ../plugin/auth_ldap/auth_ldap.cc:285
3718
msgid "Reconnect failed: %s\n"
3721
#: ../plugin/auth_ldap/auth_ldap.cc:304
3723
msgid "ldap_search_ext_s failed: %s\n"
3726
#: ../plugin/auth_ldap/auth_ldap.cc:410
3728
msgid "Could not load auth ldap: %s\n"
3731
#: ../plugin/auth_ldap/auth_ldap.cc:423
3732
msgid "URI of the LDAP server to contact"
3735
#: ../plugin/auth_ldap/auth_ldap.cc:431
3736
msgid "DN to use when binding to the LDAP server"
3739
#: ../plugin/auth_ldap/auth_ldap.cc:439
3740
msgid "Password to use when binding the DN"
3743
#: ../plugin/auth_ldap/auth_ldap.cc:447
3744
msgid "DN to use when searching"
3747
#: ../plugin/auth_ldap/auth_ldap.cc:455
3748
msgid "Attribute in LDAP with plain text password"
3751
#: ../plugin/auth_ldap/auth_ldap.cc:463
3752
msgid "Attribute in LDAP with MySQL hashed password"
3755
#: ../plugin/auth_ldap/auth_ldap.cc:471
3756
msgid "How often to empty the users cache, 0 to disable"
3759
#: ../plugin/console/console.cc:346 ../plugin/console/console.cc:361
3760
msgid "Enable the console."
3763
#: ../plugin/console/console.cc:348 ../plugin/console/console.cc:364
3764
msgid "Turn on extra debugging."
3767
#: ../plugin/console/console.cc:351 ../plugin/console/console.cc:367
3768
msgid "User to use for auth."
3771
#: ../plugin/console/console.cc:353 ../plugin/console/console.cc:370
3772
msgid "Password to use for auth."
3775
#: ../plugin/console/console.cc:355 ../plugin/console/console.cc:373
3776
msgid "Default database to use."
3779
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:94
3780
#: ../plugin/mysql_protocol/mysql_protocol.cc:913
3781
msgid "Invalid value of port\n"
3784
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:103
3785
#: ../plugin/mysql_protocol/mysql_protocol.cc:922
3786
msgid "Invalid value for connect_timeout\n"
3789
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:112
3790
#: ../plugin/mysql_protocol/mysql_protocol.cc:931
3791
msgid "Invalid value for read_timeout\n"
3794
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:121
3795
#: ../plugin/mysql_protocol/mysql_protocol.cc:940
3796
msgid "Invalid value for write_timeout\n"
3799
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:130
3800
#: ../plugin/mysql_protocol/mysql_protocol.cc:949
3801
msgid "Invalid value for retry_count"
3804
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:139
3805
#: ../plugin/mysql_protocol/mysql_protocol.cc:958
3806
msgid "Invalid value for buffer_length\n"
3809
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:161
3810
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:182
3812
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
3816
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:164
3817
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:185
3818
#: ../plugin/mysql_protocol/mysql_protocol.cc:987
3819
#: ../plugin/mysql_protocol/mysql_protocol.cc:1009
3820
msgid "Connect Timeout."
3823
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:167
3824
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:188
3825
#: ../plugin/mysql_protocol/mysql_protocol.cc:990
3826
#: ../plugin/mysql_protocol/mysql_protocol.cc:1012
3827
msgid "Read Timeout."
3830
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:169
3831
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:191
3832
#: ../plugin/mysql_protocol/mysql_protocol.cc:992
3833
#: ../plugin/mysql_protocol/mysql_protocol.cc:1015
3834
msgid "Write Timeout."
3837
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:171
3838
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:194
3839
#: ../plugin/mysql_protocol/mysql_protocol.cc:994
3840
#: ../plugin/mysql_protocol/mysql_protocol.cc:1018
3841
msgid "Retry Count."
3844
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:173
3845
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:197
3846
#: ../plugin/mysql_protocol/mysql_protocol.cc:996
3847
#: ../plugin/mysql_protocol/mysql_protocol.cc:1021
3848
msgid "Buffer length."
3851
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:176
3852
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:200
3853
#: ../plugin/mysql_protocol/mysql_protocol.cc:999
3854
#: ../plugin/mysql_protocol/mysql_protocol.cc:1024
3855
msgid "Address to bind to."
3858
#: ../plugin/haildb/haildb_engine.cc:1064
3859
#: ../plugin/haildb/haildb_engine.cc:1202
3860
#: ../plugin/haildb/haildb_engine.cc:1232
3862
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
3865
#: ../plugin/haildb/haildb_engine.cc:1083
3867
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
3870
#: ../plugin/haildb/haildb_engine.cc:1181
3871
#: ../plugin/haildb/haildb_engine.cc:1294
3872
#: ../plugin/haildb/haildb_engine.cc:1475
3873
#: ../plugin/haildb/haildb_engine.cc:2051
3875
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
3878
#: ../plugin/haildb/haildb_engine.cc:1333
3879
#: ../plugin/haildb/haildb_engine.cc:1349
3881
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
3884
#: ../plugin/haildb/haildb_engine.cc:2882
3885
msgid "Invalid value of additional-mem-pool-size"
3888
#: ../plugin/haildb/haildb_engine.cc:2893
3889
msgid "Invalid value of autoextend-increment"
3892
#: ../plugin/haildb/haildb_engine.cc:2902
3893
msgid "Invalid value of buffer-pool-size"
3896
#: ../plugin/haildb/haildb_engine.cc:2913
3897
msgid "Invalid value of io-capacity"
3900
#: ../plugin/haildb/haildb_engine.cc:2922
3901
msgid "Invalid value of fast-shutdown"
3904
#: ../plugin/haildb/haildb_engine.cc:2931
3905
msgid "Invalid value of flush-log-at-trx-commit"
3908
#: ../plugin/haildb/haildb_engine.cc:2940
3909
msgid "Invalid value of force-recovery"
3912
#: ../plugin/haildb/haildb_engine.cc:2949
3913
msgid "Invalid value of log-file-size"
3916
#: ../plugin/haildb/haildb_engine.cc:2960
3917
msgid "Invalid value of log-files-in-group"
3920
#: ../plugin/haildb/haildb_engine.cc:2969
3921
msgid "Invalid value of lock-wait-timeout"
3924
#: ../plugin/haildb/haildb_engine.cc:2978
3925
msgid "Invalid value of log-buffer-size"
3928
#: ../plugin/haildb/haildb_engine.cc:2989
3929
msgid "Invalid value of lru-old-blocks-pct"
3932
#: ../plugin/haildb/haildb_engine.cc:2998
3933
msgid "Invalid value of lru-block-access-recency"
3936
#: ../plugin/haildb/haildb_engine.cc:3007
3937
msgid "Invalid value of max-dirty-pages-pct"
3940
#: ../plugin/haildb/haildb_engine.cc:3016
3941
msgid "Invalid value of max-purge-lag"
3944
#: ../plugin/haildb/haildb_engine.cc:3025
3945
msgid "Invalid value of open-files"
3948
#: ../plugin/haildb/haildb_engine.cc:3034
3949
msgid "Invalid value of read-io-threads"
3952
#: ../plugin/haildb/haildb_engine.cc:3043
3953
msgid "Invalid value of sync_spin_loops"
3956
#: ../plugin/haildb/haildb_engine.cc:3246
3958
msgid "Error starting HailDB %d (%s)\n"
3961
#: ../plugin/haildb/haildb_engine.cc:3548
3962
msgid "Disable HailDB adaptive hash index (enabled by default)."
3965
#: ../plugin/haildb/haildb_engine.cc:3550
3966
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
3969
#: ../plugin/haildb/haildb_engine.cc:3553
3971
"Size of a memory pool HailDB uses to store data dictionary information and "
3972
"other internal data structures."
3975
#: ../plugin/haildb/haildb_engine.cc:3556
3976
msgid "Data file autoextend increment in megabytes"
3979
#: ../plugin/haildb/haildb_engine.cc:3559
3981
"The size of the memory buffer HailDB uses to cache data and indexes of its "
3985
#: ../plugin/haildb/haildb_engine.cc:3562
3986
msgid "The common part for HailDB table spaces."
3989
#: ../plugin/haildb/haildb_engine.cc:3564
3990
msgid "Disable HailDB checksums validation (enabled by default)."
3993
#: ../plugin/haildb/haildb_engine.cc:3566
3994
msgid "Disable HailDB doublewrite buffer (enabled by default)."
3997
#: ../plugin/haildb/haildb_engine.cc:3569
3998
msgid "Number of IOPs the server can do. Tunes the background IO rate"
4001
#: ../plugin/haildb/haildb_engine.cc:3572
4003
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
4004
"are 0, 1 (faster) or 2 (fastest - crash-like)."
4007
#: ../plugin/haildb/haildb_engine.cc:3575
4008
msgid "Stores each HailDB table to an .ibd file in the database dir."
4011
#: ../plugin/haildb/haildb_engine.cc:3578
4012
msgid "File format to use for new tables in .ibd files."
4015
#: ../plugin/haildb/haildb_engine.cc:3581
4017
"Set to 0 (write and flush once per second),1 (write and flush at each "
4018
"commit) or 2 (write at commit, flush once per second)."
4021
#: ../plugin/haildb/haildb_engine.cc:3584
4022
msgid "With which method to flush data."
4025
#: ../plugin/haildb/haildb_engine.cc:3587
4027
"Helps to save your data in case the disk image of the database becomes "
4031
#: ../plugin/haildb/haildb_engine.cc:3590
4032
#: ../plugin/haildb/haildb_engine.cc:3593
4033
msgid "Path to individual files and their sizes."
4036
#: ../plugin/haildb/haildb_engine.cc:3596
4037
msgid "Path to HailDB log files."
4040
#: ../plugin/haildb/haildb_engine.cc:3599
4041
msgid "Size of each log file in a log group."
4044
#: ../plugin/haildb/haildb_engine.cc:3602
4046
"Number of log files in the log group. HailDB writes to the files in a "
4047
"circular fashion. Value 3 is recommended here."
4050
#: ../plugin/haildb/haildb_engine.cc:3605
4052
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4053
"rolled back. Values above 100000000 disable the timeout."
4056
#: ../plugin/haildb/haildb_engine.cc:3608
4058
"The size of the buffer which HailDB uses to write log to the log files on "
4062
#: ../plugin/haildb/haildb_engine.cc:3611
4064
"Sets the point in the LRU list from where all pages are classified as old "
4068
#: ../plugin/haildb/haildb_engine.cc:3614
4070
"Milliseconds between accesses to a block at which it is made young. "
4071
"0=disabled (Advanced users)"
4074
#: ../plugin/haildb/haildb_engine.cc:3617
4075
msgid "Percentage of dirty pages allowed in bufferpool."
4078
#: ../plugin/haildb/haildb_engine.cc:3620
4079
msgid "Desired maximum length of the purge queue (0 = no limit)"
4082
#: ../plugin/haildb/haildb_engine.cc:3623
4084
"Roll back the complete transaction on lock wait timeout, for 4.x "
4085
"compatibility (disabled by default)"
4088
#: ../plugin/haildb/haildb_engine.cc:3626
4089
msgid "How many files at the maximum HailDB keeps open at the same time."
4092
#: ../plugin/haildb/haildb_engine.cc:3629
4093
msgid "Number of background read I/O threads in HailDB."
4096
#: ../plugin/haildb/haildb_engine.cc:3632
4097
msgid "Number of background write I/O threads in HailDB."
4100
#: ../plugin/haildb/haildb_engine.cc:3634
4102
"Disable if you want to reduce the number of messages written to the log "
4103
"(default: enabled)."
4106
#: ../plugin/haildb/haildb_engine.cc:3637
4107
msgid "Enable SHOW HAILDB STATUS output in the log"
4110
#: ../plugin/haildb/haildb_engine.cc:3640
4111
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4114
#: ../plugin/haildb/haildb_engine.cc:3642
4116
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4119
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
4121
msgid "Failed to send error message to libnotify\n"
4124
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
4125
msgid "Error Messages to stderr"
4128
#: ../plugin/filtered_replicator/filtered_replicator.cc:621
4129
#: ../plugin/filtered_replicator/filtered_replicator.cc:630
4130
msgid "List of schemas to filter"
4133
#: ../plugin/filtered_replicator/filtered_replicator.cc:624
4134
#: ../plugin/filtered_replicator/filtered_replicator.cc:637
4135
msgid "List of tables to filter"
4138
#: ../plugin/filtered_replicator/filtered_replicator.cc:644
4139
msgid "Regular expression to apply to schemas to filter"
4142
#: ../plugin/filtered_replicator/filtered_replicator.cc:651
4143
msgid "Regular expression to apply to tables to filter"
4146
#: ../plugin/hello_events/hello_events.cc:345
4147
msgid "Invalid value of before-write-position\n"
4150
#: ../plugin/hello_events/hello_events.cc:354
4151
#: ../plugin/hello_events/hello_events.cc:363
4152
msgid "Invalid value of before-update-position\n"
4155
#: ../plugin/hello_events/hello_events.cc:403
4156
#: ../plugin/hello_events/hello_events.cc:406
4157
#: ../plugin/hello_events/hello_events.cc:424
4158
msgid "A comma delimited list of databases to watch"
4161
#: ../plugin/hello_events/hello_events.cc:409
4162
#: ../plugin/hello_events/hello_events.cc:440
4163
msgid "Enable Example Events Plugin"
4166
#: ../plugin/hello_events/hello_events.cc:412
4167
#: ../plugin/hello_events/hello_events.cc:448
4168
msgid "Before write row event observer call position"
4171
#: ../plugin/hello_events/hello_events.cc:415
4172
#: ../plugin/hello_events/hello_events.cc:459
4173
#: ../plugin/pbms/src/parameters_ms.cc:579
4174
msgid "Before update row event observer call position"
4177
#: ../plugin/hello_events/hello_events.cc:418
4178
#: ../plugin/hello_events/hello_events.cc:470
4179
msgid "After drop database event observer call position"
4182
#: ../plugin/hello_events/hello_events.cc:432
4183
msgid "A comma delimited list of tables to watch"
4186
#: ../plugin/hello_events/hello_events.cc:494
4187
msgid "An example events Plugin"
4190
#: ../plugin/innobase/handler/data_dictionary.cc:202
4192
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4195
#: ../plugin/innobase/handler/ha_innodb.cc:1858
4196
msgid "Invalid value for io-capacity\n"
4199
#: ../plugin/innobase/handler/ha_innodb.cc:1876
4200
msgid "Invalid value for fast-shutdown\n"
4203
#: ../plugin/innobase/handler/ha_innodb.cc:1890
4204
msgid "Invalid value for flush-log-at-trx-commit\n"
4207
#: ../plugin/innobase/handler/ha_innodb.cc:1920
4208
msgid "Invalid value for max-dirty-pages-pct\n"
4211
#: ../plugin/innobase/handler/ha_innodb.cc:1929
4212
msgid "Invalid value for stats-sample-pages\n"
4215
#: ../plugin/innobase/handler/ha_innodb.cc:1940
4216
msgid "Invalid value for additional-mem-pool-size\n"
4219
#: ../plugin/innobase/handler/ha_innodb.cc:1950
4220
msgid "Invalid value for autoextend-increment\n"
4223
#: ../plugin/innobase/handler/ha_innodb.cc:1960
4224
msgid "Invalid value for buffer-pool-size\n"
4227
#: ../plugin/innobase/handler/ha_innodb.cc:1970
4228
msgid "Invalid value for commit-concurrency\n"
4231
#: ../plugin/innobase/handler/ha_innodb.cc:1979
4232
msgid "Invalid value for concurrency-tickets\n"
4235
#: ../plugin/innobase/handler/ha_innodb.cc:1988
4236
msgid "Invalid value for read-io-threads\n"
4239
#: ../plugin/innobase/handler/ha_innodb.cc:1997
4240
msgid "Invalid value for write-io-threads\n"
4243
#: ../plugin/innobase/handler/ha_innodb.cc:2006
4244
msgid "Invalid value for force-recovery\n"
4247
#: ../plugin/innobase/handler/ha_innodb.cc:2016
4248
#: ../plugin/innobase/handler/ha_innodb.cc:2026
4249
msgid "Invalid value for log-file-size\n"
4252
#: ../plugin/innobase/handler/ha_innodb.cc:2035
4253
msgid "Invalid value for log-files-in-group\n"
4256
#: ../plugin/innobase/handler/ha_innodb.cc:2044
4257
msgid "Invalid value for mirrored-log-groups\n"
4260
#: ../plugin/innobase/handler/ha_innodb.cc:2053
4261
msgid "Invalid value for open-files\n"
4264
#: ../plugin/innobase/handler/ha_innodb.cc:2062
4265
msgid "Invalid value for thread-concurrency\n"
4268
#: ../plugin/innobase/handler/ha_innodb.cc:2085
4269
msgid "Invalid value for read-ahead-threshold\n"
4272
#: ../plugin/innobase/handler/ha_innodb.cc:2099
4273
msgid "Invalid value for lock-wait-timeout\n"
4276
#: ../plugin/logging_gearman/logging_gearman.cc:199
4278
msgid "fail gearman_client_create(): %s"
4281
#: ../plugin/logging_gearman/logging_gearman.cc:210
4283
msgid "fail gearman_client_add_server(): %s"
4286
#: ../plugin/logging_gearman/logging_gearman.cc:309
4287
#: ../plugin/logging_gearman/logging_gearman.cc:316
4288
msgid "Enable logging to a gearman server"
4291
#: ../plugin/logging_gearman/logging_gearman.cc:325
4292
msgid "Hostname for logging to a Gearman server"
4295
#: ../plugin/logging_gearman/logging_gearman.cc:334
4296
msgid "Gearman Function to send logging to"
4299
#: ../plugin/logging_gearman/logging_gearman.cc:352
4300
msgid "Log queries to a Gearman server"
4303
#: ../plugin/logging_query/logging_query.cc:192
4305
msgid "fail open() fn=%s er=%s\n"
4308
#: ../plugin/logging_query/logging_query.cc:316
4309
msgid "Invalid value for threshold-slow"
4312
#: ../plugin/logging_query/logging_query.cc:325
4313
msgid "Invalid value for threshold-big-resultset"
4316
#: ../plugin/logging_query/logging_query.cc:334
4317
msgid "Invalid value for threshold-big-examined"
4320
#: ../plugin/logging_query/logging_query.cc:348
4321
#: ../plugin/logging_query/logging_query.cc:364
4322
msgid "Enable logging to CSV file"
4325
#: ../plugin/logging_query/logging_query.cc:351
4326
#: ../plugin/logging_query/logging_query.cc:391 ../plugin/syslog/module.cc:167
4327
#: ../plugin/syslog/module.cc:233
4328
msgid "Threshold for logging slow queries, in microseconds"
4331
#: ../plugin/logging_query/logging_query.cc:354
4332
#: ../plugin/logging_query/logging_query.cc:403 ../plugin/syslog/module.cc:179
4333
#: ../plugin/syslog/module.cc:236
4334
msgid "Threshold for logging big queries, for rows returned"
4337
#: ../plugin/logging_query/logging_query.cc:357
4338
#: ../plugin/logging_query/logging_query.cc:415 ../plugin/syslog/module.cc:191
4339
#: ../plugin/syslog/module.cc:239
4340
msgid "Threshold for logging big queries, for rows examined"
4343
#: ../plugin/logging_query/logging_query.cc:373
4344
msgid "File to log to"
4347
#: ../plugin/logging_query/logging_query.cc:382
4348
msgid "PCRE to match the query against"
4351
#: ../plugin/logging_query/logging_query.cc:439
4352
msgid "Log queries to a CSV file"
4355
#: ../plugin/logging_stats/logging_stats.cc:315
4356
msgid "Invalid value for max-user-count\n"
4359
#: ../plugin/logging_stats/logging_stats.cc:323
4360
msgid "Invalid value for bucket-count\n"
4363
#: ../plugin/logging_stats/logging_stats.cc:332
4364
msgid "Invalid value for scoreboard-size\n"
4367
#: ../plugin/logging_stats/logging_stats.cc:367
4368
#: ../plugin/logging_stats/logging_stats.cc:409
4369
msgid "Max number of users that will be logged"
4372
#: ../plugin/logging_stats/logging_stats.cc:378
4373
#: ../plugin/logging_stats/logging_stats.cc:412
4374
msgid "Max number of range locks to use for Scoreboard"
4377
#: ../plugin/logging_stats/logging_stats.cc:389
4378
#: ../plugin/logging_stats/logging_stats.cc:415
4379
msgid "Max number of concurrent sessions that will be logged"
4382
#: ../plugin/logging_stats/logging_stats.cc:400
4383
#: ../plugin/logging_stats/logging_stats.cc:416
4384
msgid "Enable Logging Statistics Collection"
4387
#: ../plugin/logging_stats/logging_stats.cc:433
4388
msgid "User Statistics as DATA_DICTIONARY tables"
4391
#: ../plugin/md5/md5.cc:99
4392
msgid "libgcrypt library version mismatch\n"
4395
#: ../plugin/memcached_query_cache/memcached_qc.cc:102
4396
#: ../plugin/memcached_query_cache/memcached_qc.cc:466
4397
#: ../plugin/memcached_stats/memcached_stats.cc:128
4398
#: ../plugin/memcached_stats/memcached_stats.cc:137
4399
msgid "List of memcached servers."
4402
#: ../plugin/memcached_query_cache/memcached_qc.cc:375
4403
msgid "Invalid value of expiry\n"
4406
#: ../plugin/memcached_query_cache/memcached_qc.cc:469
4407
msgid "Expiry time of memcached entries"
4410
#: ../plugin/memcached_query_cache/memcached_qc.cc:472
4411
msgid "Enable Memcached Query Cache"
4414
#: ../plugin/memcached_stats/analysis_table.cc:76
4415
#: ../plugin/memcached_stats/stats_table.cc:144
4416
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4419
#: ../plugin/memcached_stats/memcached_stats.cc:152
4420
msgid "Memcached Stats as I_S tables"
4423
#: ../plugin/memcached_stats/stats_table.cc:76
4426
"Unable get stats from memcached server %s. Got error from "
4427
"memcached_stat_servername()."
4430
#: ../plugin/memcached_stats/stats_table.cc:151
4431
msgid "Unable to create memcached struct. Got error from memcached_create()."
4434
#: ../plugin/memcached_stats/stats_table.cc:159
4437
"Unable to create memcached server list. Got error from "
4438
"memcached_servers_parse(%s)."
4441
#: ../plugin/multi_thread/multi_thread.cc:69
4442
msgid "Unable to get thread stack size\n"
4445
#: ../plugin/multi_thread/multi_thread.cc:138
4446
msgid "Invalid value for max-threads\n"
4449
#: ../plugin/multi_thread/multi_thread.cc:151
4450
#: ../plugin/multi_thread/multi_thread.cc:158
4451
msgid "Maximum number of user threads available."
4454
#: ../plugin/myisam/ha_myisam.cc:531
4456
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4459
#: ../plugin/myisam/ha_myisam.cc:535
4461
msgid "Got an error from unknown thread, %s:%d"
4464
#: ../plugin/myisam/ha_myisam.cc:541
4465
msgid "Unknown thread accessing table"
4468
#: ../plugin/myisam/ha_myisam.cc:1497
4469
msgid "Invalid value for max-sort-file-size\n"
4472
#: ../plugin/myisam/ha_myisam.cc:1506
4473
msgid "Invalid value for sort-buffer-size\n"
4476
#: ../plugin/myisam/ha_myisam.cc:1520 ../plugin/myisam/ha_myisam.cc:1532
4478
"Don't use the fast sort index method to created index if the temporary file "
4479
"would get bigger than this."
4482
#: ../plugin/myisam/ha_myisam.cc:1525 ../plugin/myisam/ha_myisam.cc:1535
4484
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4485
"when creating indexes with CREATE INDEX or ALTER TABLE."
4488
#: ../plugin/myisam/my_handler_errors.cc:42
4489
msgid "Didn't find key on read or update"
4492
#: ../plugin/myisam/my_handler_errors.cc:43
4493
msgid "Duplicate key on write or update"
4496
#: ../plugin/myisam/my_handler_errors.cc:44
4497
msgid "Internal (unspecified) error in handler"
4500
#: ../plugin/myisam/my_handler_errors.cc:46
4502
"Someone has changed the row since it was read (while the table was locked to "
4506
#: ../plugin/myisam/my_handler_errors.cc:48
4507
msgid "Wrong index given to function"
4510
#: ../plugin/myisam/my_handler_errors.cc:49
4511
msgid "Index file is crashed"
4514
#: ../plugin/myisam/my_handler_errors.cc:50
4515
msgid "Record file is crashed"
4518
#: ../plugin/myisam/my_handler_errors.cc:51
4519
msgid "Out of memory in engine"
4522
#: ../plugin/myisam/my_handler_errors.cc:52
4523
msgid "Incorrect file format"
4526
#: ../plugin/myisam/my_handler_errors.cc:53
4527
msgid "Command not supported by database"
4530
#: ../plugin/myisam/my_handler_errors.cc:54
4531
msgid "Old database file"
4534
#: ../plugin/myisam/my_handler_errors.cc:55
4535
msgid "No record read before update"
4538
#: ../plugin/myisam/my_handler_errors.cc:56
4539
msgid "Record was already deleted (or record file crashed)"
4542
#: ../plugin/myisam/my_handler_errors.cc:57
4543
msgid "No more room in record file"
4546
#: ../plugin/myisam/my_handler_errors.cc:58
4547
msgid "No more room in index file"
4550
#: ../plugin/myisam/my_handler_errors.cc:59
4551
msgid "No more records (read after end of file)"
4554
#: ../plugin/myisam/my_handler_errors.cc:60
4555
msgid "Unsupported extension used for table"
4558
#: ../plugin/myisam/my_handler_errors.cc:61
4562
#: ../plugin/myisam/my_handler_errors.cc:62
4563
msgid "Wrong create options"
4566
#: ../plugin/myisam/my_handler_errors.cc:63
4567
msgid "Duplicate unique key or constraint on write or update"
4570
#: ../plugin/myisam/my_handler_errors.cc:64
4571
msgid "Unknown character set used in table"
4574
#: ../plugin/myisam/my_handler_errors.cc:65
4575
msgid "Conflicting table definitions in sub-tables of MERGE table"
4578
#: ../plugin/myisam/my_handler_errors.cc:66
4579
msgid "Table is crashed and last repair failed"
4582
#: ../plugin/myisam/my_handler_errors.cc:67
4583
msgid "Table was marked as crashed and should be repaired"
4586
#: ../plugin/myisam/my_handler_errors.cc:68
4587
msgid "Lock timed out; Retry transaction"
4590
#: ../plugin/myisam/my_handler_errors.cc:69
4591
msgid "Lock table is full; Restart program with a larger locktable"
4594
#: ../plugin/myisam/my_handler_errors.cc:70
4595
msgid "Updates are not allowed under a read only transactions"
4598
#: ../plugin/myisam/my_handler_errors.cc:71
4599
msgid "Lock deadlock; Retry transaction"
4602
#: ../plugin/myisam/my_handler_errors.cc:72
4603
msgid "Foreign key constraint is incorrectly formed"
4606
#: ../plugin/myisam/my_handler_errors.cc:73
4607
msgid "Cannot add a child row"
4610
#: ../plugin/myisam/my_handler_errors.cc:74
4611
msgid "Cannot delete a parent row"
4614
#: ../plugin/myisam/my_handler_errors.cc:75
4615
msgid "No savepoint with that name"
4618
#: ../plugin/myisam/my_handler_errors.cc:76
4619
msgid "Non unique key block size"
4622
#: ../plugin/myisam/my_handler_errors.cc:77
4623
msgid "The table does not exist in engine"
4626
#: ../plugin/myisam/my_handler_errors.cc:78
4627
msgid "The table already existed in storage engine"
4630
#: ../plugin/myisam/my_handler_errors.cc:79
4631
msgid "Could not connect to storage engine"
4634
#: ../plugin/myisam/my_handler_errors.cc:80
4635
msgid "Unexpected null pointer found when using spatial index"
4638
#: ../plugin/myisam/my_handler_errors.cc:81
4639
msgid "The table changed in storage engine"
4642
#: ../plugin/myisam/my_handler_errors.cc:82
4643
msgid "There's no partition in table for the given value"
4646
#: ../plugin/myisam/my_handler_errors.cc:83
4647
msgid "Row-based binlogging of row failed"
4650
#: ../plugin/myisam/my_handler_errors.cc:84
4651
msgid "Index needed in foreign key constraint"
4654
#: ../plugin/myisam/my_handler_errors.cc:85
4655
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4658
#: ../plugin/myisam/my_handler_errors.cc:86
4659
msgid "Table needs to be upgraded before it can be used"
4662
#: ../plugin/myisam/my_handler_errors.cc:87
4663
msgid "Table is read only"
4666
#: ../plugin/myisam/my_handler_errors.cc:88
4667
msgid "Failed to get next auto increment value"
4670
#: ../plugin/myisam/my_handler_errors.cc:89
4671
msgid "Failed to set row auto increment value"
4674
#: ../plugin/myisam/my_handler_errors.cc:90
4675
msgid "Unknown (generic) error from engine"
4678
#: ../plugin/myisam/my_handler_errors.cc:91
4679
msgid "Record is the same"
4682
#: ../plugin/myisam/my_handler_errors.cc:92
4683
msgid "It is not possible to log this statement"
4686
#: ../plugin/myisam/my_handler_errors.cc:93
4687
msgid "Tablespace exists"
4690
#: ../plugin/myisam/my_handler_errors.cc:94
4691
msgid "The event was corrupt, leading to illegal data being read"
4694
#: ../plugin/myisam/my_handler_errors.cc:95
4695
msgid "The table is of a new format not supported by this version"
4698
#: ../plugin/myisam/my_handler_errors.cc:96
4699
msgid "The event could not be processed no other handler error happened"
4702
#: ../plugin/myisam/my_handler_errors.cc:97
4703
msgid "Got a fatal error during initialzation of handler"
4706
#: ../plugin/myisam/my_handler_errors.cc:98
4707
msgid "File to short; Expected more data in file"
4710
#: ../plugin/myisam/my_handler_errors.cc:99
4711
msgid "Read page with wrong checksum"
4714
#. TODO: get a better message for these
4715
#: ../plugin/myisam/my_handler_errors.cc:101
4716
msgid "Lock or active transaction"
4719
#: ../plugin/myisam/my_handler_errors.cc:102
4720
msgid "No such table space"
4723
#: ../plugin/myisam/my_handler_errors.cc:103
4724
msgid "Tablespace not empty"
4727
#: ../plugin/mysql_protocol/mysql_protocol.cc:983
4728
#: ../plugin/mysql_protocol/mysql_protocol.cc:1005
4730
"Port number to use for connection or 0 for default to with MySQL protocol."
4733
#: ../plugin/pbms/src/parameters_ms.cc:552
4735
"A comma delimited list of tables to watch of the format: <database>."
4739
#: ../plugin/pbms/src/parameters_ms.cc:560
4740
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4743
#: ../plugin/pbms/src/parameters_ms.cc:568
4744
msgid "Before insert row event observer call position"
4747
#: ../plugin/pool_of_threads/pool_of_threads.cc:238
4748
msgid "event_add error in libevent_add_session_callback\n"
4751
#: ../plugin/pool_of_threads/pool_of_threads.cc:316
4752
msgid "libevent_thread_proc: internal::my_thread_init() failed\n"
4755
#: ../plugin/pool_of_threads/pool_of_threads.cc:574
4756
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
4759
#: ../plugin/pool_of_threads/pool_of_threads.cc:581
4760
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
4763
#: ../plugin/pool_of_threads/pool_of_threads.cc:593
4764
msgid "session_add_event event_add error in libevent_init\n"
4767
#: ../plugin/pool_of_threads/pool_of_threads.cc:604
4769
msgid "Can't create completion port thread (error %d)"
4772
#: ../plugin/pool_of_threads/pool_of_threads.cc:633
4773
msgid "Invalid value for size\n"
4776
#: ../plugin/pool_of_threads/pool_of_threads.cc:651
4777
#: ../plugin/pool_of_threads/pool_of_threads.cc:658
4778
msgid "Size of Pool."
4781
#: ../plugin/rabbitmq/rabbitmq_log.cc:110
4782
msgid "Failed to allocate enough memory to transaction message\n"
4785
#: ../plugin/rabbitmq/rabbitmq_log.cc:172
4787
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
4790
#: ../plugin/rabbitmq/rabbitmq_log.cc:182
4792
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
4795
#: ../plugin/rabbitmq/rabbitmq_log.cc:200
4796
#: ../plugin/rabbitmq/rabbitmq_log.cc:278
4797
msgid "Enable rabbitmq log"
4800
#: ../plugin/rabbitmq/rabbitmq_log.cc:209
4801
#: ../plugin/rabbitmq/rabbitmq_log.cc:281
4802
msgid "Host name to connect to"
4805
#: ../plugin/rabbitmq/rabbitmq_log.cc:218
4806
msgid "RabbitMQ Port"
4809
#: ../plugin/rabbitmq/rabbitmq_log.cc:229
4810
#: ../plugin/rabbitmq/rabbitmq_log.cc:284
4811
msgid "RabbitMQ username"
4814
#: ../plugin/rabbitmq/rabbitmq_log.cc:237
4815
#: ../plugin/rabbitmq/rabbitmq_log.cc:287
4816
msgid "RabbitMQ password"
4819
#: ../plugin/rabbitmq/rabbitmq_log.cc:245
4820
msgid "RabbitMQ virtualhost"
4823
#: ../plugin/rabbitmq/rabbitmq_log.cc:253
4824
msgid "Name of RabbitMQ exchange to publish to"
4827
#: ../plugin/rabbitmq/rabbitmq_log.cc:261
4828
msgid "Name of RabbitMQ routing key to use"
4831
#: ../plugin/rabbitmq/rabbitmq_log.cc:269
4832
#: ../plugin/transaction_log/module.cc:309
4833
#: ../plugin/transaction_log/module.cc:362
4834
msgid "Name of the replicator plugin to use (default='default_replicator')"
4837
#: ../plugin/session_dictionary/processlist.cc:94
4841
#: ../plugin/syslog/errmsg.cc:39 ../plugin/syslog/logging.cc:63
4843
msgid "syslog facility \"%s\" not known, using \"local0\""
4846
#: ../plugin/syslog/errmsg.cc:49
4848
msgid "syslog priority \"%s\" not known, using \"warn\""
4851
#: ../plugin/syslog/logging.cc:72
4853
msgid "syslog priority \"%s\" not known, using \"info\""
4856
#: ../plugin/syslog/module.cc:61
4857
msgid "Invalid value for logging-threshold-slow\n"
4860
#: ../plugin/syslog/module.cc:70
4861
msgid "Invalid value for logging-threshold-big-resultset\n"
4864
#: ../plugin/syslog/module.cc:79
4865
msgid "Invalid value for logging-threshold-big-examined\n"
4868
#: ../plugin/syslog/module.cc:131 ../plugin/syslog/module.cc:221
4869
msgid "Syslog Ident"
4872
#: ../plugin/syslog/module.cc:140 ../plugin/syslog/module.cc:224
4873
msgid "Syslog Facility"
4876
#: ../plugin/syslog/module.cc:149 ../plugin/syslog/module.cc:227
4877
msgid "Enable logging to syslog of the query log"
4880
#: ../plugin/syslog/module.cc:158 ../plugin/syslog/module.cc:230
4881
msgid "Syslog Priority of query logging"
4884
#: ../plugin/syslog/module.cc:203 ../plugin/syslog/module.cc:242
4885
msgid "Enable logging to syslog of the error messages"
4888
#: ../plugin/syslog/module.cc:212 ../plugin/syslog/module.cc:245
4889
msgid "Syslog Priority of error messages"
4892
#: ../plugin/transaction_log/background_worker.cc:77
4894
msgid "Unable to create background worker thread. Got error %s.\n"
4897
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
4898
#: ../plugin/transaction_log/print_transaction_message.cc:106
4899
#: ../plugin/transaction_log/transaction_log_reader.cc:97
4901
msgid "Failed to open transaction log file %s. Got error: %s\n"
4904
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
4905
#: ../plugin/transaction_log/print_transaction_message.cc:171
4906
#: ../plugin/transaction_log/transaction_log_reader.cc:154
4908
msgid "Raw buffer read: %s.\n"
4911
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4912
#: ../plugin/transaction_log/print_transaction_message.cc:177
4913
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4915
msgid "Unable to parse transaction. Got error: %s.\n"
4918
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
4919
#: ../plugin/transaction_log/print_transaction_message.cc:179
4920
#: ../plugin/transaction_log/transaction_log_reader.cc:163
4922
msgid "BUFFER: %s\n"
4925
#: ../plugin/transaction_log/module.cc:137
4926
msgid "Invalid value for sync-method\n"
4929
#: ../plugin/transaction_log/module.cc:146
4930
msgid "Invalid value for num-write-buffers\n"
4933
#: ../plugin/transaction_log/module.cc:180
4935
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
4938
#: ../plugin/transaction_log/module.cc:189
4940
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
4943
#: ../plugin/transaction_log/module.cc:201
4945
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
4948
#: ../plugin/transaction_log/module.cc:210
4950
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
4953
#: ../plugin/transaction_log/module.cc:225
4955
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
4958
#: ../plugin/transaction_log/module.cc:285
4959
#: ../plugin/transaction_log/module.cc:356
4960
msgid "Enable transaction log"
4963
#: ../plugin/transaction_log/module.cc:293
4964
#: ../plugin/transaction_log/module.cc:350
4965
msgid "DEBUGGING - Truncate transaction log"
4968
#: ../plugin/transaction_log/module.cc:301
4969
#: ../plugin/transaction_log/module.cc:359
4970
msgid "Path to the file to use for transaction log"
4973
#: ../plugin/transaction_log/module.cc:317
4974
#: ../plugin/transaction_log/module.cc:353
4975
msgid "Enable CRC32 Checksumming of each written transaction log entry"
4978
#: ../plugin/transaction_log/module.cc:325
4979
#: ../plugin/transaction_log/module.cc:365
4981
"0 == rely on operating system to sync log file (default), 1 == sync file at "
4982
"each transaction write, 2 == sync log file once per second"
4985
#: ../plugin/transaction_log/module.cc:338
4986
#: ../plugin/transaction_log/module.cc:368
4987
msgid "Number of slots for in-memory write buffers (default=8)."
4990
#: ../plugin/transaction_log/print_transaction_message.cc:135
4992
msgid "GPB message is not a valid type.\n"
4995
#: ../plugin/transaction_log/print_transaction_message.cc:155
4997
msgid "GPB message is not a valid size.\n"
5000
#: ../plugin/transaction_log/transaction_log.cc:114
5001
msgid "Failed to open transaction log file "
5004
#: ../plugin/transaction_log/transaction_log.cc:215
5007
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
5008
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
5011
#: ../plugin/transaction_log/transaction_log.cc:236
5013
msgid "Failed to sync log file. Got error: %s\n"
5016
#~ msgid "built-in default"
5017
#~ msgstr "per defaut, natiu."