1
# Tamil translation for drizzle
2
# Copyright (C) 2008 Rosetta Contributors and Canonical Ltd 2008
3
# This file is distributed under the same license as the drizzle package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
8
"Project-Id-Version: drizzle\n"
9
"Report-Msgid-Bugs-To: \n"
10
"POT-Creation-Date: 2010-12-07 12:00-0500\n"
11
"PO-Revision-Date: 2008-08-18 09:11+0000\n"
12
"Last-Translator: Monty Taylor <mordred@inaugust.com\n"
13
"Language-Team: Tamil <ta@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-12 17:32+0000\n"
20
"X-Generator: Launchpad (build Unknown)\n"
22
#: ../client/drizzle.cc:469
23
msgid "Synonym for `help'."
26
#: ../client/drizzle.cc:470
27
msgid "Clear command."
30
#: ../client/drizzle.cc:472
31
msgid "Reconnect to the server. Optional arguments are db and host."
34
#: ../client/drizzle.cc:474
36
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
39
#: ../client/drizzle.cc:476
40
msgid "Send command to drizzle server, display result vertically."
43
#: ../client/drizzle.cc:477
44
msgid "Exit drizzle. Same as quit."
47
#: ../client/drizzle.cc:478
48
msgid "Send command to drizzle server."
51
#: ../client/drizzle.cc:479
52
msgid "Display this help."
55
#: ../client/drizzle.cc:480
56
msgid "Disable pager, print to stdout."
59
#: ../client/drizzle.cc:481
60
msgid "Don't write into outfile."
63
#: ../client/drizzle.cc:483
64
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
67
#: ../client/drizzle.cc:484
68
msgid "Print current command."
71
#: ../client/drizzle.cc:485
72
msgid "Change your drizzle prompt."
75
#: ../client/drizzle.cc:486
79
#: ../client/drizzle.cc:487
80
msgid "Rebuild completion hash."
83
#: ../client/drizzle.cc:489
84
msgid "Execute an SQL script file. Takes a file name as an argument."
87
#: ../client/drizzle.cc:490
88
msgid "Get status information from the server."
91
#: ../client/drizzle.cc:492
92
msgid "Set outfile [to_outfile]. Append everything into given outfile."
95
#: ../client/drizzle.cc:494
96
msgid "Use another database. Takes database name as argument."
99
#: ../client/drizzle.cc:496
100
msgid "Shutdown the instance you are connected too."
103
#: ../client/drizzle.cc:498 ../client/drizzle.cc:1322
104
msgid "Show warnings after every statement."
107
#: ../client/drizzle.cc:500
108
msgid "Don't show warnings after every statement."
111
#: ../client/drizzle.cc:1150 ../client/drizzle.cc:3917
113
msgid "shutting down drizzled"
116
#: ../client/drizzle.cc:1152 ../client/drizzle.cc:3919
121
#: ../client/drizzle.cc:1161 ../client/drizzle.cc:1167
122
#: ../client/drizzle.cc:3928 ../client/drizzle.cc:3934
124
msgid "shutdown failed; error: '%s'"
127
#: ../client/drizzle.cc:1176 ../client/drizzle.cc:3943
132
#: ../client/drizzle.cc:1197
134
msgid "drizzled is alive\n"
137
#: ../client/drizzle.cc:1203
139
msgid "ping failed; error: '%s'"
142
#: ../client/drizzle.cc:1209
144
msgid "drizzled won't answer to ping, error: '%s'"
147
#: ../client/drizzle.cc:1258
148
msgid "Error: Invalid Value for connect_timeout"
151
#: ../client/drizzle.cc:1269
152
msgid "Error: Invalid Value for max_input_line"
155
#: ../client/drizzle.cc:1288 ../client/drizzledump.cc:475
156
msgid "Options used only in command line"
159
#: ../client/drizzle.cc:1290
160
msgid "Displays this help and exit."
163
#: ../client/drizzle.cc:1291
165
"Don't use history file. Disable interactive behavior. (Enables --silent)"
168
#: ../client/drizzle.cc:1293
169
msgid "Display column type information."
172
#: ../client/drizzle.cc:1295
174
"Preserve comments. Send comments to the server. The default is --skip-"
175
"comments (discard comments), enable with --comments"
178
#: ../client/drizzle.cc:1297
179
msgid "Print the output of a query (rows) vertically."
182
#: ../client/drizzle.cc:1299
183
msgid "Continue even if we get an sql error."
186
#: ../client/drizzle.cc:1301
188
"Enable named commands. Named commands mean this program's internal commands; "
189
"see drizzle> help . When enabled, the named commands can be used from any "
190
"line of the query, otherwise only from the first line, before an enter."
193
#: ../client/drizzle.cc:1303
194
msgid "Turn off beep on error."
197
#: ../client/drizzle.cc:1304
198
msgid "Do not write line numbers for errors."
201
#: ../client/drizzle.cc:1305
202
msgid "Do not write column names in results."
205
#: ../client/drizzle.cc:1307
207
"Don't write column names in results. WARNING: -N is deprecated, use long "
208
"version of this options instead."
211
#: ../client/drizzle.cc:1309
213
"Change the value of a variable. Please note that this option is deprecated; "
214
"you can set variables directly with --variable-name=value."
217
#: ../client/drizzle.cc:1311
218
msgid "Output in table format."
221
#: ../client/drizzle.cc:1313
222
msgid "Only allow UPDATE and DELETE that uses keys."
225
#: ../client/drizzle.cc:1315
226
msgid "Synonym for option --safe-updates, -U."
229
#: ../client/drizzle.cc:1317
230
msgid "-v vvv implies that verbose= 3, Used to specify verbose"
233
#: ../client/drizzle.cc:1318 ../client/drizzledump.cc:499
234
#: ../drizzled/drizzled.cc:1236 ../drizzled/drizzled.cc:1861
235
msgid "Output version information and exit."
238
#: ../client/drizzle.cc:1320
239
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
242
#: ../client/drizzle.cc:1324
243
msgid "Number of lines before each import progress report."
246
#: ../client/drizzle.cc:1326
247
msgid "Ping the server to check if it's alive."
250
#: ../client/drizzle.cc:1328 ../drizzled/drizzled.cc:1155
251
msgid "Configuration file defaults are not used if no-defaults is set"
254
#: ../client/drizzle.cc:1331 ../client/drizzledump.cc:507
255
msgid "Options specific to the drizzle client"
258
#: ../client/drizzle.cc:1334
260
"Disable automatic rehashing. One doesn't need to use 'rehash' to get table "
261
"and field completion, but startup and reconnecting may take a longer time."
264
#: ../client/drizzle.cc:1336
266
"Automatically switch to vertical output mode if the result is wider than the "
270
#: ../client/drizzle.cc:1338
271
msgid "Database to use."
274
#: ../client/drizzle.cc:1340
278
#: ../client/drizzle.cc:1342
279
msgid "Delimiter to be used."
282
#: ../client/drizzle.cc:1344
283
msgid "Execute command and quit. (Disables --force and history file)"
286
#: ../client/drizzle.cc:1346
287
msgid "Enable LOAD DATA LOCAL INFILE."
290
#: ../client/drizzle.cc:1348
291
msgid "Flush buffer after each query."
294
#: ../client/drizzle.cc:1350
295
msgid "Ignore SIGINT (CTRL-C)"
298
#: ../client/drizzle.cc:1352
300
"Only update the default database. This is useful for skipping updates to "
301
"other database in the update log."
304
#: ../client/drizzle.cc:1354
306
"Pager to use to display results. If you don't supply an option the default "
307
"pager is taken from your ENV variable PAGER. Valid pagers are less, more, "
308
"cat [> filename], etc. See interactive help (\\h) also. This option does not "
309
"work in batch mode. Disable with --disable-pager. This option is disabled by "
313
#: ../client/drizzle.cc:1356
314
msgid "Disable pager and print to stdout. See interactive help (\\h) also."
317
#: ../client/drizzle.cc:1358
318
msgid "Set the drizzle prompt to this value."
321
#: ../client/drizzle.cc:1360
323
"Don't cache result, print it row by row. This may slow down the server if "
324
"the output is suspended. Doesn't use history file."
327
#: ../client/drizzle.cc:1362
328
msgid "Write fields without conversion. Used with --batch."
331
#: ../client/drizzle.cc:1363
332
msgid "Do not reconnect if the connection is lost."
335
#: ../client/drizzle.cc:1365
336
msgid "Shutdown the server"
339
#: ../client/drizzle.cc:1366
341
"Be more silent. Print results with a tab as separator, each row on new line."
344
#: ../client/drizzle.cc:1368
346
"Append everything into outfile. See interactive help (\\h) also. Does not "
347
"work in batch mode. Disable with --disable-tee. This option is disabled by "
351
#: ../client/drizzle.cc:1370
352
msgid "Disable outfile. See interactive help (\\h) also."
355
#: ../client/drizzle.cc:1372
356
msgid "Number of seconds before connection timeout."
359
#: ../client/drizzle.cc:1374
360
msgid "Max length of input line"
363
#: ../client/drizzle.cc:1376
364
msgid "Automatic limit for SELECT when using --safe-updates"
367
#: ../client/drizzle.cc:1378
368
msgid "Automatic limit for rows in a join when using --safe-updates"
371
#: ../client/drizzle.cc:1381 ../client/drizzledump.cc:544
372
msgid "Options specific to the client"
375
#: ../client/drizzle.cc:1384
376
msgid "Connect to host"
379
#: ../client/drizzle.cc:1386
381
"Password to use when connecting to server. If password is not given it's "
382
"asked from the tty."
385
#: ../client/drizzle.cc:1388
387
"Port number to use for connection or 0 for default to, in order of "
388
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"
391
#: ../client/drizzle.cc:1390 ../client/drizzledump.cc:553
392
#: ../plugin/transaction_log/utilities/transaction_reader.cc:431
393
msgid "User for login if not current user."
396
#: ../client/drizzle.cc:1392 ../client/drizzledump.cc:555
397
#: ../plugin/transaction_log/utilities/transaction_reader.cc:437
398
msgid "The protocol of connection (mysql or drizzle)."
401
#: ../client/drizzle.cc:1395 ../client/drizzledump.cc:567
402
msgid "Allowed Options"
405
#: ../client/drizzle.cc:1454 ../client/drizzle.cc:1461
407
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
410
#: ../client/drizzle.cc:1526 ../client/drizzle.cc:3813
411
msgid "DELIMITER cannot contain a backslash character"
414
#: ../client/drizzle.cc:1605 ../client/drizzledump.cc:666
415
#: ../client/drizzleimport.cc:471 ../client/drizzleslap.cc:623
416
#: ../client/drizzletest.cc:5611
417
msgid "Error: Unknown protocol"
420
#: ../client/drizzle.cc:1619
422
msgid "Error: Value of %<PRIu32> supplied for port is not valid.\n"
425
#: ../client/drizzle.cc:1665 ../client/drizzle.cc:4097
427
msgid "Drizzle client %s build %s, for %s-%s (%s) using readline %s\n"
430
#: ../client/drizzle.cc:1671
433
"Copyright (C) 2008 Sun Microsystems\n"
434
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
435
"and you are welcome to modify and redistribute it under the GPL license\n"
438
#: ../client/drizzle.cc:1676
440
msgid "Usage: drizzle [OPTIONS] [database]\n"
443
#: ../client/drizzle.cc:1730
445
msgid "Welcome to the Drizzle client.. Commands end with %s or \\g."
448
#: ../client/drizzle.cc:1739
451
"Your Drizzle connection id is %u\n"
452
"Connection protocol: %s\n"
453
"Server version: %s\n"
456
#: ../client/drizzle.cc:1773
458
msgid "Reading history-file %s\n"
461
#: ../client/drizzle.cc:1777
463
msgid "Couldn't allocate memory for temp histfile!\n"
466
#: ../client/drizzle.cc:1784
467
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
470
#: ../client/drizzle.cc:1794
474
#: ../client/drizzle.cc:1807
476
msgid "Writing history-file %s\n"
479
#: ../client/drizzle.cc:1815
483
#: ../client/drizzle.cc:1815
487
#: ../client/drizzle.cc:1865
488
msgid "Query aborted by Ctrl+C\n"
491
#: ../client/drizzle.cc:1949
493
msgid "Processing line: %<PRIu32>\n"
496
#: ../client/drizzle.cc:2167
497
msgid "Unknown command: "
500
#: ../client/drizzle.cc:2338
501
msgid "Not found a delimiter within max_input_line of input"
504
#: ../client/drizzle.cc:2587
506
"Reading table information for completion of table and column names\n"
507
"You can turn off this feature to get a quicker startup with -A\n"
511
#: ../client/drizzle.cc:2653
512
msgid "No connection. Trying to reconnect..."
515
#: ../client/drizzle.cc:2659
516
msgid "Can't connect to the server\n"
519
#: ../client/drizzle.cc:2743
520
msgid "List of all Drizzle commands:"
523
#: ../client/drizzle.cc:2747
526
"Note that all text commands must be first on line and end with '%s' or \\g"
529
#: ../client/drizzle.cc:2805
530
msgid "No query specified\n"
533
#: ../client/drizzle.cc:2820
534
msgid "Ignoring query to other database"
537
#: ../client/drizzle.cc:2870
541
#: ../client/drizzle.cc:2883
543
msgid "%ld row in set"
544
msgid_plural "%ld rows in set"
548
#: ../client/drizzle.cc:2892
552
#: ../client/drizzle.cc:2894
554
msgid "Query OK, %ld row affected"
555
msgid_plural "Query OK, %ld rows affected"
559
#: ../client/drizzle.cc:2966
560
msgid "popen() failed! defaulting PAGER to stdout!\n"
563
#: ../client/drizzle.cc:2988
565
msgid "Error logging to file '%s'\n"
568
#: ../client/drizzle.cc:2993
570
msgid "Logging to file '%s'\n"
573
#: ../client/drizzle.cc:3077
582
"Collation: %s (%u)\n"
590
#: ../client/drizzle.cc:3544
592
msgid "No previous outfile available, you must give a filename!\n"
595
#: ../client/drizzle.cc:3549
597
msgid "Currently logging to file '%s'\n"
600
#: ../client/drizzle.cc:3569
602
msgid "No outfile specified!\n"
605
#: ../client/drizzle.cc:3582
606
msgid "Outfile disabled.\n"
609
#: ../client/drizzle.cc:3609
610
msgid "Default pager wasn't set, using stdout.\n"
613
#: ../client/drizzle.cc:3629
615
msgid "PAGER set to '%s'\n"
618
#: ../client/drizzle.cc:3640
619
msgid "PAGER set to stdout\n"
622
#: ../client/drizzle.cc:3723
624
msgid "Connection id: %u"
627
#: ../client/drizzle.cc:3725
629
msgid "Current database: %.128s\n"
632
#: ../client/drizzle.cc:3726
637
#: ../client/drizzle.cc:3746
638
msgid "Usage: \\. <filename> | source <filename>"
641
#: ../client/drizzle.cc:3761
643
msgid "Failed to open file '%s', error: %d"
646
#: ../client/drizzle.cc:3769
647
msgid "Can't initialize LineBuffer"
650
#: ../client/drizzle.cc:3805
651
msgid "DELIMITER must be followed by a 'delimiter' character or string"
654
#: ../client/drizzle.cc:3838
655
msgid "USE must be followed by a database name"
658
#: ../client/drizzle.cc:3906
659
msgid "Database changed"
662
#: ../client/drizzle.cc:3952
663
msgid "Show warnings enabled."
666
#: ../client/drizzle.cc:3960
667
msgid "Show warnings disabled."
670
#: ../client/drizzle.cc:4104
674
"Connection id:\t\t%lu\n"
677
#: ../client/drizzle.cc:4116
679
msgid "Current database:\t%s\n"
682
#: ../client/drizzle.cc:4117
684
msgid "Current user:\t\t%s\n"
687
#: ../client/drizzle.cc:4123
688
msgid "SSL:\t\t\tNot in use"
691
#: ../client/drizzle.cc:4128
697
#: ../client/drizzle.cc:4135
700
"All updates ignored to this database\n"
703
#: ../client/drizzle.cc:4138
705
msgid "Current pager:\t\t%s\n"
708
#: ../client/drizzle.cc:4139
710
msgid "Using outfile:\t\t'%s'\n"
713
#: ../client/drizzle.cc:4140
715
msgid "Using delimiter:\t%s\n"
718
#: ../client/drizzle.cc:4141
720
msgid "Server version:\t\t%s\n"
723
#: ../client/drizzle.cc:4142
725
msgid "Protocol:\t\t%s\n"
728
#: ../client/drizzle.cc:4143
730
msgid "Protocol version:\t%d\n"
733
#: ../client/drizzle.cc:4144
735
msgid "Connection:\t\t%s\n"
738
#: ../client/drizzle.cc:4151
740
msgid "UNIX socket:\t\t%s\n"
743
#: ../client/drizzle.cc:4153
745
msgid "TCP port:\t\t%d\n"
748
#: ../client/drizzle.cc:4158
751
"Note that you are running in safe_update_mode:\n"
754
#: ../client/drizzle.cc:4160
757
"UPDATEs and DELETEs that don't use a key in the WHERE clause are not "
759
"(One can force an UPDATE/DELETE by adding LIMIT # at the end of the "
761
" SELECT has an automatic 'LIMIT %lu' if LIMIT is not used.\n"
762
" Max number of examined row combination in a join is set to: "
767
#: ../client/drizzle.cc:4222 ../drizzled/option.cc:339
772
#: ../client/drizzle.cc:4265
774
msgid "ERROR %d (%s): "
777
#: ../client/drizzle.cc:4267
782
#: ../client/drizzle.cc:4270
786
#: ../client/drizzle.cc:4403
790
#: ../client/drizzle.cc:4405
794
#: ../client/drizzle.cc:4411
798
#: ../client/drizzle.cc:4417
802
#: ../client/drizzle.cc:4518
806
#: ../client/drizzle.cc:4638
808
msgid "Returning to default PROMPT of %s\n"
811
#: ../client/drizzle.cc:4643
812
msgid "Memory allocation error. Not changing prompt\n"
815
#: ../client/drizzle.cc:4648
817
msgid "PROMPT set to '%s'\n"
820
#: ../client/drizzledump.cc:230
821
msgid "Error inserting into destination database"
824
#: ../client/drizzledump.cc:254
826
msgid "Got errno %d on write"
829
#: ../client/drizzledump.cc:299
832
"%s: You can't use --single-transaction and --lock-all-tables at the same "
836
#: ../client/drizzledump.cc:306
838
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
841
#: ../client/drizzledump.cc:374
842
msgid "-- Retrieving database structures..."
845
#: ../client/drizzledump.cc:478
847
"Dump all the databases. This will be same as --databases with all databases "
851
#: ../client/drizzledump.cc:480
852
msgid "Dump all the tablespaces."
855
#: ../client/drizzledump.cc:482
856
msgid "Use complete insert statements."
859
#: ../client/drizzledump.cc:484
861
"Flush logs file in server before starting dump. Note that if you dump many "
862
"databases at once (using the option --databases= or --all-databases), the "
863
"logs will be flushed for each database dumped. The exception is when using --"
864
"lock-all-tables in this case the logs will be flushed only once, "
865
"corresponding to the moment all tables are locked. So if you want your dump "
866
"and the log flush to happen at the same exact moment you should use --lock-"
867
"all-tables or --flush-logs"
870
#: ../client/drizzledump.cc:486
871
msgid "Continue even if we get an sql-error."
874
#: ../client/drizzledump.cc:487
875
msgid "Display this help message and exit."
878
#: ../client/drizzledump.cc:489
880
"Locks all tables across all databases. This is achieved by taking a global "
881
"read lock for the duration of the whole dump. Automatically turns --single-"
885
#: ../client/drizzledump.cc:491
887
"Creates a consistent snapshot by dumping all tables in a single transaction. "
888
"Works ONLY for tables stored in storage engines which support "
889
"multiversioning (currently only InnoDB does); the dump is NOT guaranteed to "
890
"be consistent for other storage engines. While a --single-transaction dump "
891
"is in process, to ensure a valid dump file (correct table contents), no "
892
"other connection should use the following statements: ALTER TABLE, DROP "
893
"TABLE, RENAME TABLE, TRUNCATE TABLE, as consistent snapshot is not isolated "
897
#: ../client/drizzledump.cc:493
899
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, ---"
900
"extended-insert and --disable-keys."
903
#: ../client/drizzledump.cc:494
904
msgid "Overrides option --databases (-B)."
907
#: ../client/drizzledump.cc:496
908
msgid "Number of rows before each output progress report (requires --verbose)."
911
#: ../client/drizzledump.cc:498
912
msgid "Print info about the various stages."
915
#: ../client/drizzledump.cc:500
916
msgid "Turn off Comments"
919
#: ../client/drizzledump.cc:501
920
msgid "Turn off create-options"
923
#: ../client/drizzledump.cc:502
924
msgid "Turn off extended-insert"
927
#: ../client/drizzledump.cc:503
928
msgid "Turn off dump date at the end of the output"
931
#: ../client/drizzledump.cc:504
932
msgid "Do not read from the configuration files"
935
#: ../client/drizzledump.cc:510
936
msgid "Add a 'DROP DATABASE' before each create."
939
#: ../client/drizzledump.cc:511
940
msgid "Do not add a 'drop table' before each create."
943
#: ../client/drizzledump.cc:513
945
"Give less verbose output (useful for debugging). Disables structure comments "
946
"and header/footer constructs. Enables options --skip-add-drop-table --no-"
947
"set-names --skip-disable-keys"
950
#: ../client/drizzledump.cc:515
952
"To dump several databases. Note the difference in usage; In this case no "
953
"tables are given. All name arguments are regarded as databasenames. 'USE "
954
"db_name;' will be included in the output."
957
#: ../client/drizzledump.cc:517
959
"'ALTER TABLE tb_name DISABLE KEYS; and 'ALTER TABLE tb_name ENABLE KEYS; "
960
"will not be put in the output."
963
#: ../client/drizzledump.cc:519
965
"Do not dump the specified table. To specify more than one table to ignore, "
966
"use the directive multiple times, once for each table. Each table must be "
967
"specified with both database and table names, e.g. --ignore-table=database."
971
#: ../client/drizzledump.cc:521
972
msgid "Insert rows with INSERT IGNORE."
975
#: ../client/drizzledump.cc:523
976
msgid "Wrap a table's data in START TRANSACTION/COMMIT statements."
979
#: ../client/drizzledump.cc:525
981
"'CREATE DATABASE IF NOT EXISTS db_name;' will not be put in the output. The "
982
"above line will be added otherwise, if --databases or --all-databases option "
986
#: ../client/drizzledump.cc:527
987
msgid "No row information."
990
#: ../client/drizzledump.cc:529
991
msgid "Use REPLACE INTO instead of INSERT INTO."
994
#: ../client/drizzledump.cc:531
995
msgid "Where to send output to (stdout|database"
998
#: ../client/drizzledump.cc:533
1000
"Hostname for destination db server (requires --destination-type=database)"
1003
#: ../client/drizzledump.cc:535
1005
"Port number for destination db server (requires --destination-type=database)"
1008
#: ../client/drizzledump.cc:537
1010
"User name for destination db server (resquires --destination-type=database)"
1013
#: ../client/drizzledump.cc:539
1015
"Password for destination db server (requires --destination-type=database)"
1018
#: ../client/drizzledump.cc:541
1020
"The database in the destination db server (requires --destination-"
1021
"type=database, not for use with --all-databases)"
1024
#: ../client/drizzledump.cc:547
1025
msgid "Connect to host."
1028
#: ../client/drizzledump.cc:549
1030
"Password to use when connecting to server. If password is not given it's "
1031
"solicited on the tty."
1034
#: ../client/drizzledump.cc:551
1035
#: ../plugin/transaction_log/utilities/transaction_reader.cc:433
1036
msgid "Port number to use for connection."
1039
#: ../client/drizzledump.cc:558
1040
msgid "Hidden Options"
1043
#: ../client/drizzledump.cc:560
1044
msgid "Used to select the database"
1047
#: ../client/drizzledump.cc:561
1048
msgid "Used to select the tables"
1051
#: ../client/drizzledump.cc:564
1052
msgid "Allowed Options + Hidden Options"
1055
#: ../client/drizzledump.cc:628
1057
msgid "Drizzledump %s build %s, for %s-%s (%s)\n"
1060
#: ../client/drizzledump.cc:633
1062
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1063
"and you are welcome to modify and redistribute it under the GPL license\n"
1066
#: ../client/drizzledump.cc:634
1067
msgid "Dumps definitions and data from a Drizzle database server"
1070
#: ../client/drizzledump.cc:635
1072
msgid "Usage: %s [OPTIONS] database [tables]\n"
1075
#: ../client/drizzledump.cc:636
1077
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
1080
#: ../client/drizzledump.cc:638
1082
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
1085
#: ../client/drizzledump.cc:679 ../client/drizzleimport.cc:484
1086
#: ../client/drizzleslap.cc:633 ../client/drizzletest.cc:5623
1088
msgid "Value supplied for port is not valid.\n"
1091
#: ../client/drizzledump.cc:734
1093
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
1096
#: ../client/drizzledump_data.cc:263
1097
msgid "-- Retrieving data for "
1100
#: ../client/drizzledump_data.cc:295
1101
msgid " rows dumped for table "
1104
#: ../client/drizzledump_data.cc:542
1105
msgid "-- Connecting to "
1108
#: ../client/drizzledump_data.cc:542
1109
msgid " using protocol "
1112
#: ../client/drizzledump_data.cc:583 ../client/drizzledump_data.cc:589
1113
#: ../client/drizzledump_data.cc:620 ../client/drizzledump_data.cc:626
1114
msgid "Error executing query: "
1117
#: ../client/drizzledump_data.cc:597
1118
msgid "Could not buffer result: "
1121
#: ../client/drizzledump_data.cc:643
1122
msgid "Error: Could not set db '"
1125
#: ../client/drizzledump_data.cc:657 ../client/drizzledump_data.cc:662
1126
#: ../client/drizzledump_data.cc:668
1130
#: ../client/drizzledump_data.cc:677
1131
msgid "-- Disconnecting from "
1134
#: ../client/drizzledump_drizzle.cc:41 ../client/drizzledump_drizzle.cc:98
1135
#: ../client/drizzledump_mysql.cc:42 ../client/drizzledump_mysql.cc:104
1136
msgid "-- Retrieving table structures for "
1139
#: ../client/drizzledump_drizzle.cc:172 ../client/drizzledump_mysql.cc:168
1140
msgid "-- Retrieving fields for "
1143
#: ../client/drizzledump_drizzle.cc:225 ../client/drizzledump_mysql.cc:277
1144
msgid "-- Retrieving indexes for "
1147
#: ../client/drizzledump_drizzle.cc:270 ../client/drizzledump_mysql.cc:322
1148
msgid "-- Retrieving foreign keys for "
1151
#: ../client/drizzleslap.cc:2292
1153
msgid "Unable to fully write %<PRIu64> bytes. Could only write %<PRId64>."
1156
#: ../client/drizzletest.cc:5364
1157
msgid "Error: Invalid Value for opt_max_connect_retries"
1160
#: ../client/drizzletest.cc:5374
1161
msgid "Error: Invalid Value for opt_tail_lines"
1164
#: ../client/drizzletest.cc:5384
1165
msgid "Error: Invalid Value for opt_sleep"
1168
#: ../client/drizzletest.cc:5575
1170
msgid "Could not open '%s' for reading: errno = %d"
1173
#: ../client/drizzletest.cc:5580
1175
msgid "Out of memory"
1178
#: ../drizzled/definition/table.cc:763
1180
msgid "Table %s has invalid/unknown collation: %d,%s"
1183
#: ../drizzled/definition/table.cc:1055
1185
msgid "ENUM column %s has greater than %d possible values"
1188
#: ../drizzled/definition/table.cc:1973
1190
msgid "Unknown collation '%s' in table '%-.64s' definition"
1193
#: ../drizzled/definition/table.cc:1980
1196
"Table '%-.64s' was created with a different version of Drizzle and cannot be "
1200
#: ../drizzled/drizzled.cc:487
1204
#: ../drizzled/drizzled.cc:548
1205
msgid "One can only use the --user switch if running as root\n"
1208
#: ../drizzled/drizzled.cc:555
1210
"Fatal error: Please read \"Security\" section of the manual to find out how "
1211
"to run drizzled as root!\n"
1214
#: ../drizzled/drizzled.cc:575
1217
"Fatal error: Can't change to run as user '%s' ; Please check that the user "
1221
#: ../drizzled/drizzled.cc:600
1222
msgid "Set process group ID failed"
1225
#: ../drizzled/drizzled.cc:605
1226
msgid "Set process user ID failed"
1229
#: ../drizzled/drizzled.cc:617
1230
msgid "Process chroot failed"
1233
#: ../drizzled/drizzled.cc:729
1234
msgid "Error: Invalid Value for auto_increment_increment"
1237
#: ../drizzled/drizzled.cc:740
1238
msgid "Error: Invalid Value for auto_increment_offset"
1241
#: ../drizzled/drizzled.cc:751
1242
msgid "Error: Invalid Value for completion_type"
1245
#: ../drizzled/drizzled.cc:763
1246
msgid "Error: Invalid Value for div-precision-increment"
1249
#: ../drizzled/drizzled.cc:774
1250
msgid "Error: Invalid Value for group_concat_max_len"
1253
#: ../drizzled/drizzled.cc:785
1254
msgid "Error: Invalid Value for join_buffer_size"
1257
#: ../drizzled/drizzled.cc:797
1258
msgid "Error: Invalid Value for max_allowed_packet"
1261
#: ../drizzled/drizzled.cc:809
1262
msgid "Error: Invalid Value for max_connect_errors"
1265
#: ../drizzled/drizzled.cc:820
1266
msgid "Error: Invalid Value for max_error_count"
1269
#: ../drizzled/drizzled.cc:831
1270
msgid "Error: Invalid Value for max_heap_table_size"
1273
#: ../drizzled/drizzled.cc:843
1274
msgid "Error: Invalid Value for min_examined_row_limit"
1277
#: ../drizzled/drizzled.cc:854
1278
msgid "Error: Invalid Value for max_join_size"
1281
#: ../drizzled/drizzled.cc:865
1282
msgid "Error: Invalid Value for max_length_for_sort_data"
1285
#: ../drizzled/drizzled.cc:876
1286
msgid "Error: Invalid Value for max_seeks_for_key"
1289
#: ../drizzled/drizzled.cc:887
1290
msgid "Error: Invalid Value for max_sort_length"
1293
#: ../drizzled/drizzled.cc:898
1294
msgid "Error: Invalid Value for optimizer_search_depth"
1297
#: ../drizzled/drizzled.cc:909
1298
msgid "Error: Invalid Value for preload_buff_size"
1301
#: ../drizzled/drizzled.cc:920
1302
msgid "Error: Invalid Value for query_alloc_block_size"
1305
#: ../drizzled/drizzled.cc:932
1306
msgid "Error: Invalid Value for query_prealloc_size"
1309
#: ../drizzled/drizzled.cc:944
1310
msgid "Error: Invalid Value for range_alloc_block_size"
1313
#: ../drizzled/drizzled.cc:956
1314
msgid "Error: Invalid Value for read_buff_size"
1317
#: ../drizzled/drizzled.cc:968
1318
msgid "Error: Invalid Value for read_rnd_buff_size"
1321
#: ../drizzled/drizzled.cc:979
1322
msgid "Error: Invalid Value for sort_buff_size"
1325
#: ../drizzled/drizzled.cc:990
1326
msgid "Error: Invalid Value for table_def_size"
1329
#: ../drizzled/drizzled.cc:1001
1330
msgid "Error: Invalid Value for table_cache_size"
1333
#: ../drizzled/drizzled.cc:1012 ../drizzled/drizzled.cc:1028
1334
msgid "Error: Invalid Value for table_lock_wait_timeout"
1337
#: ../drizzled/drizzled.cc:1039
1339
"Error: Invalid Value for transaction_message_threshold valid values are "
1340
"between 131072 - 1048576 bytes"
1343
#: ../drizzled/drizzled.cc:1097
1345
msgid "Defaults file '%s' not found\n"
1348
#: ../drizzled/drizzled.cc:1139
1350
msgid "gethostname failed, using '%s' as hostname"
1353
#: ../drizzled/drizzled.cc:1153 ../drizzled/drizzled.cc:1744
1354
msgid "Display this help and exit."
1357
#: ../drizzled/drizzled.cc:1157
1358
msgid "Configuration file to use"
1361
#: ../drizzled/drizzled.cc:1159
1362
msgid "Base location for config files"
1365
#: ../drizzled/drizzled.cc:1161 ../drizzled/drizzled.cc:1968
1366
msgid "Directory for plugins."
1369
#: ../drizzled/drizzled.cc:1166 ../drizzled/drizzled.cc:1972
1371
"Optional comma separated list of plugins to load at startup in addition to "
1372
"the default list of plugins. [for example: --plugin_add=crc32,logger_gearman]"
1375
#: ../drizzled/drizzled.cc:1170 ../drizzled/drizzled.cc:1978
1377
"Optional comma separated list of plugins to not load at startup. Effectively "
1378
"removes a plugin from the list of plugins to be loaded. [for example: --"
1379
"plugin_remove=crc32,logger_gearman]"
1382
#: ../drizzled/drizzled.cc:1174 ../drizzled/drizzled.cc:1984
1384
"Optional comma separated list of plugins to load at starup instead of the "
1385
"default plugin load list. [for example: --plugin_load=crc32,logger_gearman]"
1388
#: ../drizzled/drizzled.cc:1181 ../drizzled/drizzled.cc:1748
1389
msgid "Auto-increment columns are incremented by this"
1392
#: ../drizzled/drizzled.cc:1183 ../drizzled/drizzled.cc:1753
1394
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1398
#: ../drizzled/drizzled.cc:1185 ../drizzled/drizzled.cc:1759
1400
"Path to installation directory. All paths are usually resolved relative to "
1404
#: ../drizzled/drizzled.cc:1188 ../drizzled/drizzled.cc:1764
1405
msgid "Chroot drizzled daemon during startup."
1408
#: ../drizzled/drizzled.cc:1190 ../drizzled/drizzled.cc:1768
1409
msgid "Set the default collation."
1412
#: ../drizzled/drizzled.cc:1192 ../drizzled/drizzled.cc:1772
1413
msgid "Default completion type."
1416
#: ../drizzled/drizzled.cc:1193 ../drizzled/drizzled.cc:1777
1417
msgid "Write core on errors."
1420
#: ../drizzled/drizzled.cc:1195 ../drizzled/drizzled.cc:1781
1421
msgid "Path to the database root."
1424
#: ../drizzled/drizzled.cc:1197
1425
msgid "Set the default storage engine for tables."
1428
#: ../drizzled/drizzled.cc:1199 ../drizzled/drizzled.cc:1788
1429
msgid "Set the default time zone."
1432
#: ../drizzled/drizzled.cc:1201 ../drizzled/drizzled.cc:1793
1433
msgid "Used for debugging; Use at your own risk!"
1436
#: ../drizzled/drizzled.cc:1203 ../drizzled/drizzled.cc:1798
1437
msgid "Set up signals usable for debugging"
1440
#: ../drizzled/drizzled.cc:1205 ../drizzled/drizzled.cc:1802
1441
msgid "Set the language used for the month names and the days of the week."
1444
#: ../drizzled/drizzled.cc:1207 ../drizzled/drizzled.cc:1807
1445
msgid "Log some not critical warnings to the log file."
1448
#: ../drizzled/drizzled.cc:1209 ../drizzled/drizzled.cc:1812
1449
msgid "Pid file used by drizzled."
1452
#: ../drizzled/drizzled.cc:1211
1453
msgid "Maximum time in seconds to wait for the port to become free. "
1456
#: ../drizzled/drizzled.cc:1213
1457
msgid "Include the SQL query in replicated protobuf messages."
1460
#: ../drizzled/drizzled.cc:1215 ../drizzled/drizzled.cc:1821
1462
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1463
"specified directory"
1466
#: ../drizzled/drizzled.cc:1218 ../drizzled/drizzled.cc:1826
1468
"Uniquely identifies the server instance in the community of replication "
1472
#: ../drizzled/drizzled.cc:1221 ../drizzled/drizzled.cc:1831
1473
msgid "Don't print a stack trace on failure."
1476
#: ../drizzled/drizzled.cc:1223 ../drizzled/drizzled.cc:1835
1477
msgid "Enable symbolic link support."
1480
#: ../drizzled/drizzled.cc:1225 ../drizzled/drizzled.cc:1844
1482
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1485
#: ../drizzled/drizzled.cc:1228 ../drizzled/drizzled.cc:1849
1486
msgid "Path for temporary files."
1489
#: ../drizzled/drizzled.cc:1230 ../drizzled/drizzled.cc:1853
1490
msgid "Default transaction isolation level."
1493
#: ../drizzled/drizzled.cc:1232
1495
"Max message size written to transaction log, valid values 131072 - 1048576 "
1499
#: ../drizzled/drizzled.cc:1234 ../drizzled/drizzled.cc:1857
1500
msgid "Run drizzled daemon as user."
1503
#: ../drizzled/drizzled.cc:1238 ../drizzled/drizzled.cc:1865
1505
"The number of outstanding connection requests Drizzle can have. This comes "
1506
"into play when the main Drizzle thread gets very many connection requests in "
1507
"a very short time."
1510
#: ../drizzled/drizzled.cc:1243 ../drizzled/drizzled.cc:1871
1512
"Size of tree cache used in bulk insert optimization. Note that this is a "
1516
#: ../drizzled/drizzled.cc:1246 ../drizzled/drizzled.cc:1877
1518
"Precision of the result of '/' operator will be increased on that value."
1521
#: ../drizzled/drizzled.cc:1249 ../drizzled/drizzled.cc:1883
1522
msgid "The maximum length of the result of function group_concat."
1525
#: ../drizzled/drizzled.cc:1251 ../drizzled/drizzled.cc:1888
1526
msgid "The size of the buffer that is used for full joins."
1529
#: ../drizzled/drizzled.cc:1254
1531
"A global cap on the amount of memory that can be allocated by session join "
1532
"buffers (0 means unlimited)"
1535
#: ../drizzled/drizzled.cc:1256 ../drizzled/drizzled.cc:1894
1536
msgid "Max packetlength to send/receive from to server."
1539
#: ../drizzled/drizzled.cc:1258 ../drizzled/drizzled.cc:1899
1541
"If there is more than this number of interrupted connections from a host "
1542
"this host will be blocked from further connections."
1545
#: ../drizzled/drizzled.cc:1261 ../drizzled/drizzled.cc:1904
1546
msgid "Max number of errors/warnings to store for a statement."
1549
#: ../drizzled/drizzled.cc:1263 ../drizzled/drizzled.cc:1909
1550
msgid "Don't allow creation of heap tables bigger than this."
1553
#: ../drizzled/drizzled.cc:1265 ../drizzled/drizzled.cc:1915
1555
"Joins that are probably going to read more than max_join_size records return "
1559
#: ../drizzled/drizzled.cc:1268 ../drizzled/drizzled.cc:1921
1560
msgid "Max number of bytes in sorted records."
1563
#: ../drizzled/drizzled.cc:1270 ../drizzled/drizzled.cc:1926
1564
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1567
#: ../drizzled/drizzled.cc:1272 ../drizzled/drizzled.cc:1931
1569
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1570
"max_sort_length bytes of each value are used; the rest are ignored)."
1573
#: ../drizzled/drizzled.cc:1276 ../drizzled/drizzled.cc:1938
1574
msgid "After this many write locks, allow some read locks to run in between."
1577
#: ../drizzled/drizzled.cc:1278 ../drizzled/drizzled.cc:1942
1579
"Don't log queries which examine less than min_examined_row_limit rows to "
1583
#: ../drizzled/drizzled.cc:1281
1585
"Do not apply any heuristic(s) during query optimization to prune, thus "
1586
"perform an exhaustive search from the optimizer search space."
1589
#: ../drizzled/drizzled.cc:1284 ../drizzled/drizzled.cc:1956
1591
"Maximum depth of search performed by the query optimizer. Values larger than "
1592
"the number of relations in a query result in better query plans, but take "
1593
"longer to compile a query. Smaller values than the number of tables in a "
1594
"relation result in faster optimization, but may produce very bad query "
1595
"plans. If set to 0, the system will automatically pick a reasonable value; "
1596
"if set to MAX_TABLES+2, the optimizer will switch to the original find_best "
1597
"(used for testing/comparison)."
1600
#: ../drizzled/drizzled.cc:1293 ../drizzled/drizzled.cc:1990
1601
msgid "The size of the buffer that is allocated when preloading indexes"
1604
#: ../drizzled/drizzled.cc:1296 ../drizzled/drizzled.cc:1995
1605
msgid "Allocation block size for query parsing and execution"
1608
#: ../drizzled/drizzled.cc:1299 ../drizzled/drizzled.cc:2000
1609
msgid "Persistent buffer for query parsing and execution"
1612
#: ../drizzled/drizzled.cc:1302 ../drizzled/drizzled.cc:2006
1613
msgid "Allocation block size for storing ranges during optimization"
1616
#: ../drizzled/drizzled.cc:1305 ../drizzled/drizzled.cc:2012
1618
"Each thread that does a sequential scan allocates a buffer of this size for "
1619
"each table it scans. If you do many sequential scans, you may want to "
1620
"increase this value."
1623
#: ../drizzled/drizzled.cc:1310
1624
msgid "A global cap on the size of read-buffer-size (0 means unlimited)"
1627
#: ../drizzled/drizzled.cc:1313 ../drizzled/drizzled.cc:2020
1629
"When reading rows in sorted order after a sort, the rows are read through "
1630
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1634
#: ../drizzled/drizzled.cc:1318
1635
msgid "A global cap on the size of read-rnd-buffer-size (0 means unlimited)"
1638
#: ../drizzled/drizzled.cc:1320 ../drizzled/drizzled.cc:2028
1639
msgid "Select scheduler to be used (by default multi-thread)."
1642
#: ../drizzled/drizzled.cc:1323 ../drizzled/drizzled.cc:2033
1643
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1646
#: ../drizzled/drizzled.cc:1326
1648
"A global cap on the amount of memory that can be allocated by session sort "
1649
"buffers (0 means unlimited)"
1652
#: ../drizzled/drizzled.cc:1328 ../drizzled/drizzled.cc:2039
1653
msgid "The number of cached table definitions."
1656
#: ../drizzled/drizzled.cc:1330 ../drizzled/drizzled.cc:2043
1657
msgid "The number of cached open tables."
1660
#: ../drizzled/drizzled.cc:1332 ../drizzled/drizzled.cc:2047
1662
"Timeout in seconds to wait for a table level lock before returning an error. "
1663
"Used only if the connection has active cursors."
1666
#: ../drizzled/drizzled.cc:1335 ../drizzled/drizzled.cc:2052
1667
msgid "The stack size for each thread."
1670
#: ../drizzled/drizzled.cc:1338 ../drizzled/drizzled.cc:2058
1672
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1673
"automatically convert it to an on-disk MyISAM table."
1676
#: ../drizzled/drizzled.cc:1361
1677
msgid "Duplicate entry for command line option\n"
1680
#: ../drizzled/drizzled.cc:1408 ../drizzled/drizzled.cc:1426
1681
#: ../drizzled/drizzled.cc:1460 ../drizzled/drizzled.cc:1468
1682
#: ../drizzled/drizzled.cc:1488
1686
"Use --help to get a list of available options\n"
1689
#: ../drizzled/drizzled.cc:1438
1690
msgid "Failed to initialize plugins\n"
1693
#: ../drizzled/drizzled.cc:1476
1697
"Use --help to get a list of available options\n"
1700
#: ../drizzled/drizzled.cc:1525
1701
msgid "Error getting default charset"
1704
#: ../drizzled/drizzled.cc:1555
1705
msgid "Error setting collation"
1708
#: ../drizzled/drizzled.cc:1563
1710
msgid "Unknown locale: '%s'"
1713
#: ../drizzled/drizzled.cc:1583
1714
msgid "Could not initialize table cache\n"
1717
#: ../drizzled/drizzled.cc:1598
1718
msgid "XA cache initialization failed: Out of memory\n"
1721
#: ../drizzled/drizzled.cc:1628
1722
msgid "No scheduler found, cannot continue!\n"
1725
#: ../drizzled/drizzled.cc:1652
1727
msgid "Unknown/unsupported storage engine: %s\n"
1730
#: ../drizzled/drizzled.cc:1784
1731
msgid "Set the default storage engine (table type) for tables."
1734
#: ../drizzled/drizzled.cc:1816
1736
"Maximum time in seconds to wait for the port to become free. (Default: no "
1740
#: ../drizzled/drizzled.cc:1948
1742
"Controls the heuristic(s) applied during query optimization to prune less-"
1743
"promising partial plans from the optimizer search space. Meaning: false - do "
1744
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
1745
"based on number of retrieved rows."
1748
#: ../drizzled/drizzled.cc:2084
1750
"Copyright (C) 2008 Sun Microsystems\n"
1751
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
1752
"and you are welcome to modify and redistribute it under the GPL license\n"
1756
#: ../drizzled/drizzled.cc:2091
1758
msgid "Usage: %s [OPTIONS]\n"
1761
#: ../drizzled/drizzled.cc:2214
1764
"Ignoring user change to '%s' because the user was set to '%s' earlier on the "
1768
#: ../drizzled/drizzled.cc:2231
1769
msgid "Error: sort-heap-threshold cannot be less than sort-buffer-size"
1772
#: ../drizzled/drizzled.cc:2244
1773
msgid "Error: join-heap-threshold cannot be less than join-buffer-size"
1776
#: ../drizzled/drizzled.cc:2257
1777
msgid "Error: read-rnd-threshold cannot be less than read-rnd-buffer-size"
1780
#: ../drizzled/drizzled.cc:2270
1781
msgid "Error: read-buffer-threshold cannot be less than read-buffer-size"
1784
#: ../drizzled/error.cc:131
1786
msgid "Unknown error %d"
1789
#: ../drizzled/error.cc:207
1793
#: ../drizzled/error.cc:208
1797
#: ../drizzled/error.cc:209
1799
msgid "Can't create file '%-.200s' (errno: %d)"
1802
#: ../drizzled/error.cc:210
1804
msgid "Can't create table '%-.200s' (errno: %d)"
1807
#: ../drizzled/error.cc:211
1809
msgid "Can't create schema '%-.192s' (errno: %d)"
1812
#: ../drizzled/error.cc:212
1814
msgid "Can't create schema '%-.192s'; schema exists"
1817
#: ../drizzled/error.cc:213
1819
msgid "Can't drop schema '%-.192s'; schema doesn't exist"
1822
#: ../drizzled/error.cc:214
1824
msgid "Error on delete of '%-.192s' (errno: %d)"
1827
#: ../drizzled/error.cc:215
1829
msgid "Can't get status of '%-.200s' (errno: %d)"
1832
#: ../drizzled/error.cc:216
1834
msgid "Can't lock file (errno: %d)"
1837
#: ../drizzled/error.cc:217
1839
msgid "Can't open file: '%-.200s' (errno: %d)"
1842
#: ../drizzled/error.cc:218
1844
msgid "Can't find file: '%-.200s' (errno: %d)"
1847
#: ../drizzled/error.cc:219
1849
msgid "Can't read dir of '%-.192s' (errno: %d)"
1852
#: ../drizzled/error.cc:220
1854
msgid "Record has changed since last read in table '%-.192s'"
1857
#: ../drizzled/error.cc:221
1859
msgid "Disk full (%s); waiting for someone to free some space..."
1862
#: ../drizzled/error.cc:222
1864
msgid "Can't write; duplicate key in table '%-.192s'"
1867
#: ../drizzled/error.cc:223
1869
msgid "Error on close of '%-.192s' (errno: %d)"
1872
#: ../drizzled/error.cc:224
1874
msgid "Error reading file '%-.200s' (errno: %d)"
1877
#: ../drizzled/error.cc:225
1879
msgid "Error on rename of '%-.150s' to '%-.150s' (errno: %d)"
1882
#: ../drizzled/error.cc:226
1884
msgid "Error writing file '%-.200s' (errno: %d)"
1887
#: ../drizzled/error.cc:227
1889
msgid "'%-.192s' is locked against change"
1892
#: ../drizzled/error.cc:228
1893
msgid "Sort aborted"
1896
#: ../drizzled/error.cc:229
1898
msgid "Got error %d from storage engine"
1901
#: ../drizzled/error.cc:230
1903
msgid "Table storage engine for '%-.192s' doesn't have this option"
1906
#: ../drizzled/error.cc:231
1908
msgid "Can't find record in '%-.192s'"
1911
#: ../drizzled/error.cc:232
1913
msgid "Incorrect information in file: '%-.200s'"
1916
#: ../drizzled/error.cc:233
1918
msgid "Incorrect key file for table '%-.200s'; try to repair it"
1921
#: ../drizzled/error.cc:234
1923
msgid "Old key file for table '%-.192s'; repair it!"
1926
#: ../drizzled/error.cc:235
1928
msgid "Table '%-.192s' is read only"
1931
#: ../drizzled/error.cc:236
1933
msgid "Out of memory; restart server and try again (needed %lu bytes)"
1936
#: ../drizzled/error.cc:237
1937
msgid "Out of sort memory; increase server sort buffer size"
1940
#: ../drizzled/error.cc:238
1941
msgid "Global sort memory constraint hit; increase sort-heap-threshold"
1944
#: ../drizzled/error.cc:239
1945
msgid "Global join memory constraint hit; increase join-heap-threshold"
1948
#: ../drizzled/error.cc:240
1949
msgid "Global read_rnd memory constraint hit; increase read-rnd-heap-threshold"
1952
#: ../drizzled/error.cc:241
1953
msgid "Global read memory constraint hit; increase read-buffer-threshold"
1956
#: ../drizzled/error.cc:242
1958
msgid "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
1961
#: ../drizzled/error.cc:243
1962
msgid "Too many connections"
1965
#: ../drizzled/error.cc:244
1967
"Out of memory; check if drizzled or some other process uses all available "
1968
"memory; if not, you may have to use 'ulimit' to allow drizzled to use more "
1969
"memory or you can add more swap space"
1972
#: ../drizzled/error.cc:245
1973
msgid "Can't get hostname for your address"
1976
#: ../drizzled/error.cc:246
1977
msgid "Bad handshake"
1980
#: ../drizzled/error.cc:247
1982
msgid "Access denied for user '%-.48s'@'%-.64s' to schema '%-.192s'"
1985
#: ../drizzled/error.cc:248
1987
msgid "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
1990
#: ../drizzled/error.cc:249
1991
msgid "No schema selected"
1994
#: ../drizzled/error.cc:250
1995
msgid "Unknown command"
1998
#: ../drizzled/error.cc:251
2000
msgid "Column '%-.192s' cannot be null"
2003
#: ../drizzled/error.cc:252
2005
msgid "Unknown schema '%-.192s'"
2008
#: ../drizzled/error.cc:253
2010
msgid "Table '%-.192s' already exists"
2013
#: ../drizzled/error.cc:254
2015
msgid "Unknown table '%-.100s'"
2018
#: ../drizzled/error.cc:255
2020
msgid "Column '%-.192s' in %-.192s is ambiguous"
2023
#: ../drizzled/error.cc:256
2024
msgid "Server shutdown in progress"
2027
#: ../drizzled/error.cc:257
2029
msgid "Unknown column '%-.192s' in '%-.192s'"
2032
#: ../drizzled/error.cc:258
2034
msgid "'%-.192s' isn't in GROUP BY"
2037
#: ../drizzled/error.cc:259
2039
msgid "Can't group on '%-.192s'"
2042
#: ../drizzled/error.cc:260
2043
msgid "Statement has sum functions and columns in same statement"
2046
#: ../drizzled/error.cc:261
2047
msgid "Column count doesn't match value count"
2050
#: ../drizzled/error.cc:262
2052
msgid "Identifier name '%-.100s' is too long"
2055
#: ../drizzled/error.cc:263
2057
msgid "Duplicate column name '%-.192s'"
2060
#: ../drizzled/error.cc:264
2062
msgid "Duplicate key name '%-.192s'"
2065
#: ../drizzled/error.cc:265
2067
msgid "Duplicate entry '%-.192s' for key %d"
2070
#: ../drizzled/error.cc:266
2072
msgid "Incorrect column specifier for column '%-.192s'"
2075
#: ../drizzled/error.cc:267
2077
msgid "%s near '%-.80s' at line %d"
2080
#: ../drizzled/error.cc:268
2081
msgid "Query was empty"
2084
#: ../drizzled/error.cc:269
2086
msgid "Not unique table/alias: '%-.192s'"
2089
#: ../drizzled/error.cc:270
2091
msgid "Invalid default value for '%-.192s'"
2094
#: ../drizzled/error.cc:271
2095
msgid "Multiple primary key defined"
2098
#: ../drizzled/error.cc:272
2100
msgid "Too many keys specified; max %d keys allowed"
2103
#: ../drizzled/error.cc:273
2105
msgid "Too many key parts specified; max %d parts allowed"
2108
#: ../drizzled/error.cc:274
2110
msgid "Specified key was too long; max key length is %d bytes"
2113
#: ../drizzled/error.cc:275
2115
msgid "Key column '%-.192s' doesn't exist in table"
2118
#: ../drizzled/error.cc:276
2121
"BLOB column '%-.192s' can't be used in key specification with the used table "
2125
#: ../drizzled/error.cc:277
2128
"Column length too big for column '%-.192s' (max = %d); use BLOB or TEXT "
2132
#: ../drizzled/error.cc:278
2134
"Incorrect table definition; there can be only one auto column and it must be "
2138
#: ../drizzled/error.cc:279
2140
msgid "%s: Normal shutdown\n"
2143
#: ../drizzled/error.cc:280
2145
msgid "%s: Got signal %d. Aborting!\n"
2148
#: ../drizzled/error.cc:281
2150
msgid "%s: Shutdown complete\n"
2153
#: ../drizzled/error.cc:282
2155
msgid "%s: Forcing close of thread %<PRIu64> user: '%-.48s'\n"
2158
#: ../drizzled/error.cc:283
2159
msgid "Can't create IP socket"
2162
#: ../drizzled/error.cc:284
2165
"Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the "
2169
#: ../drizzled/error.cc:285
2172
"Field separator argument '%-.32s' with length '%d' is not what is expected; "
2176
#: ../drizzled/error.cc:286
2178
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
2181
#: ../drizzled/error.cc:287
2184
"The file '%-.128s' must be in the schema directory or be readable by all"
2187
#: ../drizzled/error.cc:288
2189
msgid "File '%-.200s' already exists"
2192
#: ../drizzled/error.cc:289
2194
msgid "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld"
2197
#: ../drizzled/error.cc:290
2199
"Incorrect prefix key; the used key part isn't a string, the used length is "
2200
"longer than the key part, or the storage engine doesn't support unique "
2204
#: ../drizzled/error.cc:291
2205
msgid "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
2208
#: ../drizzled/error.cc:292
2210
msgid "Can't DROP '%-.192s'; check that column/key exists"
2213
#: ../drizzled/error.cc:293
2215
msgid "Records: %ld Duplicates: %ld Warnings: %ld"
2218
#: ../drizzled/error.cc:294
2220
msgid "You can't specify target table '%-.192s' for update in FROM clause"
2223
#. KILL session errors
2224
#: ../drizzled/error.cc:297
2226
msgid "Unknown session id: %lu"
2229
#: ../drizzled/error.cc:298
2231
msgid "You are not the owner of session %lu"
2234
#: ../drizzled/error.cc:299
2235
msgid "You cannot kill the session you are connected from."
2238
#: ../drizzled/error.cc:302
2239
msgid "No tables used"
2242
#: ../drizzled/error.cc:303
2244
msgid "BLOB/TEXT column '%-.192s' can't have a default value"
2247
#: ../drizzled/error.cc:304
2249
msgid "Incorrect schema name '%-.100s'"
2252
#: ../drizzled/error.cc:305
2254
msgid "Incorrect table name '%-.100s'"
2257
#: ../drizzled/error.cc:306
2259
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and "
2260
"use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay"
2263
#: ../drizzled/error.cc:307
2264
msgid "Unknown error"
2267
#: ../drizzled/error.cc:308
2269
msgid "Unknown procedure '%-.192s'"
2272
#: ../drizzled/error.cc:309
2274
msgid "Incorrect parameter count to procedure '%-.192s'"
2277
#: ../drizzled/error.cc:310
2279
msgid "Unknown table '%-.192s' in %-.32s"
2282
#: ../drizzled/error.cc:311
2284
msgid "Column '%-.192s' specified twice"
2287
#: ../drizzled/error.cc:312
2288
msgid "Invalid use of group function"
2291
#: ../drizzled/error.cc:313
2294
"Table '%-.192s' uses an extension that doesn't exist in this Drizzle version"
2297
#: ../drizzled/error.cc:314
2298
msgid "A table must have at least 1 column"
2301
#: ../drizzled/error.cc:315
2303
msgid "The table '%-.192s' is full"
2306
#: ../drizzled/error.cc:316
2308
msgid "Too many tables; Drizzle can only use %d tables in a join"
2311
#: ../drizzled/error.cc:317
2312
msgid "Too many columns"
2315
#: ../drizzled/error.cc:318
2318
"Row size too large. The maximum row size for the used table type, not "
2319
"counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
2322
#: ../drizzled/error.cc:319
2323
msgid "Cross dependency found in OUTER JOIN; examine your ON conditions"
2326
#: ../drizzled/error.cc:320
2329
"Table handler doesn't support NULL in given index. Please change column "
2330
"'%-.192s' to be NOT NULL or use another handler"
2333
#: ../drizzled/error.cc:321
2334
msgid "No paths allowed for plugin library"
2337
#: ../drizzled/error.cc:322
2339
msgid "Plugin '%-.192s' already exists"
2342
#: ../drizzled/error.cc:323
2344
msgid "Can't open shared library '%-.192s' (errno: %d %-.128s)"
2347
#: ../drizzled/error.cc:324
2349
msgid "Can't find symbol '%-.128s' in library '%-.128s'"
2352
#: ../drizzled/error.cc:325
2354
msgid "Rows matched: %ld Changed: %ld Warnings: %ld"
2357
#: ../drizzled/error.cc:326
2360
"Can't create a new thread (errno %d); if you are not out of available "
2361
"memory, you can consult the manual for a possible OS-dependent bug"
2364
#: ../drizzled/error.cc:327
2366
msgid "Column count doesn't match value count at row %ld"
2369
#: ../drizzled/error.cc:328
2371
msgid "Can't reopen table: '%-.192s'"
2374
#: ../drizzled/error.cc:329
2376
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is "
2377
"illegal if there is no GROUP BY clause"
2380
#: ../drizzled/error.cc:330
2382
msgid "Table '%-.192s.%-.192s' doesn't exist"
2385
#: ../drizzled/error.cc:331
2387
"You have an error in your SQL syntax; check the manual that corresponds to "
2388
"your Drizzle server version for the right syntax to use"
2391
#: ../drizzled/error.cc:332
2392
msgid "Got a packet bigger than 'max_allowed_packet' bytes"
2395
#: ../drizzled/error.cc:333
2396
msgid "Got packets out of order"
2399
#: ../drizzled/error.cc:334
2400
msgid "The used table type doesn't support BLOB/TEXT columns"
2403
#: ../drizzled/error.cc:335
2404
msgid "The used table type doesn't support AUTO_INCREMENT columns"
2407
#: ../drizzled/error.cc:336
2409
msgid "Incorrect column name '%-.100s'"
2412
#: ../drizzled/error.cc:337
2414
msgid "The used storage engine can't index column '%-.192s'"
2417
#: ../drizzled/error.cc:338
2419
"Unable to open underlying table which is differently defined or of non-"
2420
"MyISAM type or doesn't exist"
2423
#: ../drizzled/error.cc:339
2425
msgid "Can't write, because of unique constraint, to table '%-.192s'"
2428
#: ../drizzled/error.cc:340
2431
"BLOB/TEXT column '%-.192s' used in key specification without a key length"
2434
#: ../drizzled/error.cc:341
2436
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use "
2440
#: ../drizzled/error.cc:342
2441
msgid "Result consisted of more than one row"
2444
#: ../drizzled/error.cc:343
2445
msgid "This table type requires a primary key"
2448
#: ../drizzled/error.cc:344
2450
msgid "Key '%-.192s' doesn't exist in table '%-.192s'"
2453
#: ../drizzled/error.cc:345
2454
msgid "Can't open table"
2457
#: ../drizzled/error.cc:346
2459
msgid "The storage engine for the table doesn't support %s"
2462
#: ../drizzled/error.cc:347
2464
msgid "Got error %d during COMMIT"
2467
#: ../drizzled/error.cc:348
2469
msgid "Got error %d during ROLLBACK"
2472
#. This is a very incorrect place to use the PRIi64 macro as the
2473
#. program that looks over the source for the N_() macros does not
2474
#. (obviously) do macro expansion, so the string is entirely wrong for
2475
#. what it is trying to output for every language except english.
2476
#: ../drizzled/error.cc:353
2479
"Aborted connection %<PRIi64> to db: '%-.192s' user: '%-.48s' host: "
2483
#: ../drizzled/error.cc:354
2485
"Can't execute the given command because you have active locked tables or an "
2486
"active transaction"
2489
#: ../drizzled/error.cc:355
2491
msgid "Unknown system variable '%-.64s'"
2494
#: ../drizzled/error.cc:356
2496
msgid "Table '%-.192s' is marked as crashed and should be repaired"
2499
#: ../drizzled/error.cc:357
2502
"Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
2505
#: ../drizzled/error.cc:358
2506
msgid "Some non-transactional changed tables couldn't be rolled back"
2509
#: ../drizzled/error.cc:359
2510
msgid "You may only use constant expressions with SET"
2513
#: ../drizzled/error.cc:360
2514
msgid "Lock wait timeout exceeded; try restarting transaction"
2517
#: ../drizzled/error.cc:361
2518
msgid "The total number of locks exceeds the lock table size"
2521
#: ../drizzled/error.cc:362
2522
msgid "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
2525
#: ../drizzled/error.cc:363
2526
msgid "DROP DATABASE not allowed while thread is holding global read lock"
2529
#: ../drizzled/error.cc:364
2531
msgid "Incorrect arguments to %s"
2534
#: ../drizzled/error.cc:365
2535
msgid "Deadlock found when trying to get lock; try restarting transaction"
2538
#: ../drizzled/error.cc:366
2539
msgid "The used table type doesn't support FULLTEXT indexes"
2542
#: ../drizzled/error.cc:367
2543
msgid "Cannot add foreign key constraint"
2546
#: ../drizzled/error.cc:368
2547
msgid "Cannot add or update a child row: a foreign key constraint fails"
2550
#: ../drizzled/error.cc:369
2551
msgid "Cannot delete or update a parent row: a foreign key constraint fails"
2554
#: ../drizzled/error.cc:370
2556
msgid "Incorrect usage of %s and %s"
2559
#: ../drizzled/error.cc:371
2560
msgid "The used SELECT statements have a different number of columns"
2563
#: ../drizzled/error.cc:372
2564
msgid "Can't execute the query because you have a conflicting read lock"
2567
#: ../drizzled/error.cc:373
2570
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
2573
#: ../drizzled/error.cc:374
2576
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
2579
#: ../drizzled/error.cc:375
2581
msgid "Variable '%-.64s' doesn't have a default value"
2584
#: ../drizzled/error.cc:376
2586
msgid "Variable '%-.64s' can't be set to the value of '%-.200s'"
2589
#: ../drizzled/error.cc:377
2591
msgid "Incorrect argument type to variable '%-.64s'"
2594
#: ../drizzled/error.cc:378
2596
msgid "Variable '%-.64s' can only be set, not read"
2599
#: ../drizzled/error.cc:379
2601
msgid "Incorrect usage/placement of '%s'"
2604
#: ../drizzled/error.cc:380
2606
msgid "This version of Drizzle doesn't yet support '%s'"
2609
#: ../drizzled/error.cc:381
2611
msgid "Variable '%-.192s' is a %s variable"
2614
#: ../drizzled/error.cc:382
2616
msgid "Incorrect foreign key definition for '%-.192s': %s"
2619
#: ../drizzled/error.cc:383
2620
msgid "Key reference and table reference don't match"
2623
#: ../drizzled/error.cc:384
2625
msgid "Operand should contain %d column(s)"
2628
#: ../drizzled/error.cc:385
2629
msgid "Subquery returns more than 1 row"
2632
#: ../drizzled/error.cc:386
2634
msgid "Converting column '%s' from %s to %s"
2637
#: ../drizzled/error.cc:387
2639
msgid "Reference '%-.64s' not supported (%s)"
2642
#: ../drizzled/error.cc:388
2643
msgid "Every derived table must have its own alias"
2646
#: ../drizzled/error.cc:389
2648
msgid "Select %u was reduced during optimization"
2651
#: ../drizzled/error.cc:390
2653
msgid "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
2656
#: ../drizzled/error.cc:391
2657
msgid "All parts of a SPATIAL index must be NOT NULL"
2660
#: ../drizzled/error.cc:392
2662
msgid "COLLATION '%s' is not valid for CHARACTER SET '%s'"
2665
#: ../drizzled/error.cc:393
2668
"Uncompressed data size too large; the maximum size is %d (based on "
2669
"max_allowed_packet). The length of uncompressed data may also be corrupted."
2672
#: ../drizzled/error.cc:394
2673
msgid "ZLIB: Not enough memory"
2676
#: ../drizzled/error.cc:395
2678
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed "
2679
"data was corrupted)"
2682
#: ../drizzled/error.cc:396
2683
msgid "ZLIB: Input data corrupted"
2686
#: ../drizzled/error.cc:397
2688
msgid "%d line(s) were cut by GROUP_CONCAT()"
2691
#: ../drizzled/error.cc:398
2693
msgid "Row %ld doesn't contain data for all columns"
2696
#: ../drizzled/error.cc:399
2699
"Row %ld was truncated; it contained more data than there were input columns"
2702
#: ../drizzled/error.cc:400
2705
"Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
2708
#: ../drizzled/error.cc:401
2710
msgid "Out of range value for column '%s' at row %ld"
2713
#: ../drizzled/error.cc:402
2715
msgid "Data truncated for column '%s' at row %ld"
2718
#: ../drizzled/error.cc:403
2720
msgid "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
2723
#: ../drizzled/error.cc:404
2725
msgid "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
2728
#: ../drizzled/error.cc:405
2730
msgid "Illegal mix of collations for operation '%s'"
2733
#: ../drizzled/error.cc:406
2736
"Variable '%-.64s' is not a variable component (can't be used as XXXX."
2740
#: ../drizzled/error.cc:407
2742
msgid "Unknown collation: '%-.64s'"
2745
#: ../drizzled/error.cc:408
2748
"Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in "
2752
#: ../drizzled/error.cc:409
2754
msgid "Incorrect index name '%-.100s'"
2757
#: ../drizzled/error.cc:410
2759
msgid "Incorrect catalog name '%-.100s'"
2762
#: ../drizzled/error.cc:411
2764
msgid "Column '%-.192s' cannot be part of FULLTEXT index"
2767
#: ../drizzled/error.cc:412
2769
msgid "Unknown table engine '%s'"
2772
#: ../drizzled/error.cc:413
2774
msgid "The target table %-.100s of the %s is not updatable"
2777
#: ../drizzled/error.cc:414
2780
"The '%s' feature is disabled; you need Drizzle built with '%s' to have it "
2784
#: ../drizzled/error.cc:415
2787
"The Drizzle server is running with the %s option so it cannot execute this "
2791
#: ../drizzled/error.cc:416
2793
msgid "Column '%-.100s' has duplicated value '%-.64s' in %s"
2796
#: ../drizzled/error.cc:417
2798
msgid "Truncated incorrect %-.32s value: '%-.128s'"
2801
#: ../drizzled/error.cc:418
2803
"Incorrect table definition; there can be only one TIMESTAMP column with "
2804
"CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
2807
#: ../drizzled/error.cc:419
2809
msgid "Invalid ON UPDATE clause for '%-.192s' column"
2812
#: ../drizzled/error.cc:420
2814
msgid "Got error %d '%-.100s' from %s"
2817
#: ../drizzled/error.cc:421
2819
msgid "Got temporary error %d '%-.100s' from %s"
2822
#: ../drizzled/error.cc:422
2824
msgid "Unknown or incorrect time zone: '%-.64s'"
2827
#: ../drizzled/error.cc:423
2829
msgid "Invalid %s character string: '%.64s'"
2832
#: ../drizzled/error.cc:424
2834
msgid "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
2837
#: ../drizzled/error.cc:425
2839
msgid "%s %s does not exist"
2842
#: ../drizzled/error.cc:426
2843
msgid "Query execution was interrupted"
2846
#: ../drizzled/error.cc:427
2849
"View '%-.192s.%-.192s' references invalid table(s) or column(s) or function"
2850
"(s) or definer/invoker of view lack rights to use them"
2853
#: ../drizzled/error.cc:428
2855
msgid "Field '%-.192s' doesn't have a default value"
2858
#: ../drizzled/error.cc:429
2859
msgid "Division by 0"
2862
#: ../drizzled/error.cc:430
2864
msgid "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %u"
2867
#: ../drizzled/error.cc:431
2869
msgid "Illegal %s '%-.192s' value found during parsing"
2872
#: ../drizzled/error.cc:432
2874
msgid "Key part '%-.192s' length cannot be 0"
2877
#: ../drizzled/error.cc:433
2880
"XAER_RMFAIL: The command cannot be executed when global transaction is in "
2884
#: ../drizzled/error.cc:434
2886
msgid "Data too long for column '%s' at row %ld"
2889
#: ../drizzled/error.cc:435
2892
"%s: ready for connections.\n"
2893
"Version: '%s' %s\n"
2896
#: ../drizzled/error.cc:436
2897
msgid "Can't load value from file with fixed size rows to variable"
2900
#: ../drizzled/error.cc:437
2902
msgid "Incorrect %-.32s value: '%-.128s' for function %-.32s"
2905
#: ../drizzled/error.cc:438
2906
msgid "Table definition has changed, please retry transaction"
2909
#: ../drizzled/error.cc:439
2911
msgid "Not allowed to return a result set from a %s"
2914
#: ../drizzled/error.cc:440
2915
msgid "Cannot get geometry object from data you send to the GEOMETRY field"
2918
#: ../drizzled/error.cc:441
2920
"Explicit or implicit commit is not allowed in stored function or trigger."
2923
#: ../drizzled/error.cc:442
2925
msgid "Too big scale %d specified for column '%-.192s'. Maximum is %d."
2928
#: ../drizzled/error.cc:443
2930
msgid "Too big precision %d specified for column '%-.192s'. Maximum is %d."
2933
#: ../drizzled/error.cc:444
2936
"For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column "
2940
#: ../drizzled/error.cc:445
2941
msgid "Trigger in wrong schema"
2944
#: ../drizzled/error.cc:446
2947
"Thread stack overrun: %ld bytes used of a %ld byte stack, and %ld bytes "
2948
"needed. Use 'drizzled -O thread_stack=#' to specify a bigger stack."
2951
#: ../drizzled/error.cc:447
2953
msgid "Display width out of range for column '%-.192s' (max = %d)"
2956
#: ../drizzled/error.cc:448
2958
msgid "Datetime function: %-.32s field overflow"
2961
#: ../drizzled/error.cc:449
2964
"Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
2967
#: ../drizzled/error.cc:450
2970
"Cannot add or update a child row: a foreign key constraint fails (%.192s)"
2973
#: ../drizzled/error.cc:451
2974
msgid "No data - zero rows fetched, selected, or processed"
2977
#: ../drizzled/error.cc:452
2979
msgid "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
2982
#: ../drizzled/error.cc:453
2984
msgid "non-grouping field '%-.192s' is used in %-.64s clause"
2987
#: ../drizzled/error.cc:454
2988
msgid "The used table type doesn't support SPATIAL indexes"
2991
#: ../drizzled/error.cc:455
2993
msgid "Leading spaces are removed from name '%s'"
2996
#: ../drizzled/error.cc:456
2997
msgid "Failed to read auto-increment value from storage engine"
3000
#: ../drizzled/error.cc:457
3002
msgid "String '%-.70s' is too long for %s (should be no longer than %d)"
3005
#: ../drizzled/error.cc:458
3006
msgid "Too high level of nesting for select"
3009
#: ../drizzled/error.cc:459
3011
msgid "Name '%-.64s' has become ''"
3014
#: ../drizzled/error.cc:460
3016
"First character of the FIELDS TERMINATED string is ambiguous; please use non-"
3017
"optional and non-empty FIELDS ENCLOSED BY"
3020
#: ../drizzled/error.cc:461
3023
"Table storage engine '%-.64s' does not support the create option '%.64s'"
3026
#: ../drizzled/error.cc:462
3028
msgid "Error setting %-.32s. Given value %-.128s %-.128s"
3031
#: ../drizzled/error.cc:463
3033
msgid "Incorrect %-.32s value: '%-.128s'"
3036
#: ../drizzled/error.cc:464
3038
msgid "Table has no partition for value %-.64s"
3041
#: ../drizzled/error.cc:465
3042
msgid "Writing one row to the row-based binary log failed"
3045
#: ../drizzled/error.cc:466
3047
msgid "Cannot drop index '%-.192s': needed in a foreign key constraint"
3050
#: ../drizzled/error.cc:467
3053
"Upholding foreign key constraints for table '%.192s', entry '%-.192s', key "
3054
"%d would lead to a duplicate entry"
3057
#: ../drizzled/error.cc:468
3059
"Transaction isolation level can't be changed while a transaction is in "
3063
#: ../drizzled/error.cc:469
3065
msgid "Incorrect parameter count in the call to native function '%-.192s'"
3068
#: ../drizzled/error.cc:470
3070
msgid "Incorrect parameters in the call to native function '%-.192s'"
3073
#: ../drizzled/error.cc:471
3075
msgid "Duplicate entry '%-.64s' for key '%-.192s'"
3078
#: ../drizzled/error.cc:472
3080
msgid "Invalid column reference (%-.64s) in LOAD DATA"
3083
#: ../drizzled/error.cc:473
3085
msgid "Received an invalid value '%s' for a UNIX timestamp."
3088
#: ../drizzled/error.cc:474
3090
msgid "Received an invalid datetime value '%s'."
3093
#: ../drizzled/error.cc:475
3095
msgid "Received a NULL argument for function '%s'."
3098
#: ../drizzled/error.cc:476
3100
msgid "Received an out-of-range argument '%s' for function '%s'."
3103
#: ../drizzled/error.cc:477
3105
msgid "Received an invalid enum value '%s'."
3108
#: ../drizzled/error.cc:478
3109
msgid "Tables which are replicated require a primary key."
3112
#: ../drizzled/error.cc:479
3114
msgid "Corrupt or invalid table definition: %s"
3117
#: ../drizzled/error.cc:480
3119
msgid "Corrupt or invalid schema definition for %s : %s"
3122
#: ../drizzled/error.cc:481
3124
msgid "Schema does not exist: %s"
3127
#: ../drizzled/error.cc:482
3129
msgid "Error altering schema: %s"
3132
#: ../drizzled/error.cc:483
3134
msgid "Error droppping Schema : %s"
3137
#: ../drizzled/error.cc:484
3138
msgid "Temporary table too large, rerun with SQL_BIG_RESULT."
3141
#: ../drizzled/error.cc:485
3143
msgid "Unknown table engine option key/pair %s = %s."
3146
#: ../drizzled/error.cc:486
3148
msgid "Unknown schema engine option key/pair %s = %s."
3151
#. User lock/barrier error messages
3152
#: ../drizzled/error.cc:489
3153
msgid "wait() can not be called on session owning user defined barrier."
3156
#: ../drizzled/error.cc:490
3157
msgid "Unknown user defined barrier requested."
3160
#: ../drizzled/error.cc:491
3161
msgid "Session does not own user defined barrier."
3164
#: ../drizzled/error.cc:492
3165
msgid "Session can not wait on a user defined lock owned by the session."
3168
#: ../drizzled/error.cc:493
3169
msgid "Session does not own user defined lock."
3172
#: ../drizzled/error.cc:495
3173
msgid "Invalid name for user defined barrier."
3176
#: ../drizzled/error.cc:496
3177
msgid "Invalid name for user defined lock."
3180
#: ../drizzled/error.cc:498
3182
msgid "Can't unlock file (Errcode: %d)"
3185
#: ../drizzled/error.cc:499
3187
msgid "Can't change size of file (Errcode: %d)"
3190
#: ../drizzled/error.cc:500
3192
msgid "Can't open stream from handle (Errcode: %d)"
3195
#: ../drizzled/error.cc:501
3197
msgid "Warning: '%s' had %d links"
3200
#: ../drizzled/error.cc:502
3202
msgid "Warning: %d files and %d streams is left open\n"
3205
#: ../drizzled/error.cc:503
3207
msgid "Can't create directory '%s' (Errcode: %d)"
3210
#: ../drizzled/error.cc:504
3213
"Character set '%s' is not a compiled character set and is not specified in "
3217
#: ../drizzled/error.cc:505
3219
msgid "Out of resources when opening file '%s' (Errcode: %d)"
3222
#: ../drizzled/error.cc:506
3224
msgid "Can't read value for symlink '%s' (Error %d)"
3227
#: ../drizzled/error.cc:507
3229
msgid "Can't create symlink '%s' pointing at '%s' (Error %d)"
3232
#: ../drizzled/error.cc:508
3234
msgid "Error on realpath() on '%s' (Error %d)"
3237
#: ../drizzled/error.cc:509
3239
msgid "Can't sync file '%s' to disk (Errcode: %d)"
3242
#: ../drizzled/error.cc:510
3245
"Collation '%s' is not a compiled collation and is not specified in the %s "
3249
#: ../drizzled/error.cc:511
3251
msgid "File '%s' (fileno: %d) was not closed"
3254
#: ../drizzled/identifier/schema.cc:56 ../drizzled/identifier/table.cc:213
3256
"Schema name cannot be encoded and fit within filesystem name length "
3260
#: ../drizzled/identifier/table.cc:230
3262
"Table name cannot be encoded and fit within filesystem name length "
3268
#. * Since clients still use this code, we use fprintf here.
3269
#. * This fprintf needs to be turned into errmsg_printf
3270
#. * as soon as the client programs no longer use mysys
3271
#. * and can use the pluggable error message system.
3273
#: ../drizzled/internal/default.cc:687
3275
msgid "error: could not open directory: %s\n"
3278
#: ../drizzled/main.cc:160
3280
"setrlimit could not change the size of core files to 'infinity'; We may not "
3281
"be able to generate a core file on signals"
3284
#: ../drizzled/main.cc:267
3286
msgid "Data directory %s does not exist\n"
3289
#: ../drizzled/main.cc:278
3291
msgid "Local catalog %s/local does not exist\n"
3294
#: ../drizzled/message/transaction_writer.cc:365
3296
msgid "Usage: %s TRANSACTION_LOG\n"
3299
#: ../drizzled/message/transaction_writer.cc:371
3301
msgid "Cannot open file: %s\n"
3304
#: ../drizzled/module/library.cc:149
3307
"Plugin module %s was compiled for version %<PRIu64>, which does not match "
3308
"the current running version of Drizzle: %<PRIu64>."
3311
#: ../drizzled/module/loader.cc:275
3314
"Plugin '%s' contains the name '%s' in its manifest, which has already been "
3318
#: ../drizzled/module/loader.cc:349
3320
msgid "Plugin '%s' init function returned error.\n"
3323
#: ../drizzled/module/loader.cc:578
3325
msgid "Couldn't load plugin library named '%s'.\n"
3328
#: ../drizzled/module/loader.cc:588
3330
msgid "Couldn't load plugin named '%s'.\n"
3333
#: ../drizzled/module/loader.cc:815
3334
msgid "Out of memory."
3337
#: ../drizzled/module/loader.cc:1484 ../drizzled/module/loader.cc:1535
3339
msgid "Unknown variable type code 0x%x in plugin '%s'."
3342
#: ../drizzled/module/loader.cc:1527
3345
"Server variable %s of plugin %s was forced to be read-only: string variable "
3346
"without update_func and PLUGIN_VAR_MEMALLOC flag"
3349
#: ../drizzled/module/loader.cc:1546
3351
msgid "Missing variable name in plugin '%s'."
3354
#: ../drizzled/module/loader.cc:1563
3356
msgid "Thread local variable '%s' not allocated in plugin '%s'."
3359
#: ../drizzled/module/loader.cc:1681
3361
msgid "Out of memory for plugin '%s'."
3364
#: ../drizzled/module/loader.cc:1690
3366
msgid "Bad options for plugin '%s'."
3369
#: ../drizzled/module/loader.cc:1732
3371
msgid "Plugin '%s' has conflicting system variables"
3374
#: ../drizzled/module/registry.h:102
3376
msgid "Loading plugin %s failed: a plugin by that name already exists.\n"
3379
#: ../drizzled/module/registry.h:111
3381
msgid "Fatal error: Failed initializing %s plugin.\n"
3384
#: ../drizzled/option.cc:84
3388
#: ../drizzled/option.cc:86
3392
#: ../drizzled/option.cc:337
3394
msgid "%s: %s: Option '%s' used, but is disabled\n"
3397
#: ../drizzled/option.cc:339
3401
#: ../drizzled/option.cc:441
3403
msgid "%s: ERROR: Option '-%c' used, but is disabled\n"
3406
#: ../drizzled/option.cc:769
3408
msgid "Unknown suffix '%c' used for variable '%s' (value '%s')\n"
3411
#: ../drizzled/option.cc:962
3413
msgid "%s: ERROR: Invalid decimal value for option '%s'\n"
3416
#: ../drizzled/option.cc:1194
3418
msgid "%*s(Defaults to on; use --skip-%s to disable.)\n"
3421
#: ../drizzled/option.cc:1214
3425
"Variables (--variable-name=value)\n"
3426
"and boolean options {false|true} Value (after reading options)\n"
3427
"--------------------------------- -----------------------------\n"
3430
#: ../drizzled/option.cc:1230 ../drizzled/option.cc:1246
3431
msgid "(No default value)"
3434
#: ../drizzled/option.cc:1249
3438
#: ../drizzled/option.cc:1249
3442
#: ../drizzled/option.cc:1282
3444
msgid "(Disabled)\n"
3447
#: ../drizzled/plugin/error_message.cc:81
3449
msgid "errmsg plugin '%s' errmsg() failed"
3452
#: ../drizzled/plugin/event_observer.cc:133
3455
"EventObserverList::addEventObserver() Duplicate event position %d for event "
3456
"'%s' from EventObserver plugin '%s'"
3459
#: ../drizzled/plugin/event_observer.cc:200
3461
"EventObserver::registerTableEvents(): Table already has events registered on "
3462
"it: probable programming error."
3465
#: ../drizzled/plugin/event_observer.cc:335
3467
"EventObserver::registerSessionEvents(): Session already has events "
3468
"registered on it: probable programming error."
3471
#: ../drizzled/plugin/event_observer.cc:387
3473
msgid "EventIterate event handler '%s' failed for event '%s'"
3476
#: ../drizzled/plugin/function.cc:46
3478
msgid "A function named %s already exists!\n"
3481
#: ../drizzled/plugin/function.cc:55
3482
msgid "Could not add Function!\n"
3485
#: ../drizzled/plugin/listen.cc:67
3486
msgid "Error getting file descriptors"
3489
#: ../drizzled/plugin/listen.cc:85
3490
msgid "No sockets could be bound for listening"
3493
#: ../drizzled/plugin/listen.cc:95 ../plugin/console/console.cc:313
3495
msgid "pipe() failed with errno %d"
3498
#: ../drizzled/plugin/listen.cc:121
3500
msgid "poll() failed with errno %d"
3503
#: ../drizzled/plugin/listen_tcp.cc:59
3505
msgid "accept() failed with errno %d"
3508
#: ../drizzled/plugin/listen_tcp.cc:95
3510
msgid "getaddrinfo() failed with error %s"
3513
#: ../drizzled/plugin/listen_tcp.cc:127
3515
msgid "setsockopt(IPV6_V6ONLY) failed with errno %d"
3518
#: ../drizzled/plugin/listen_tcp.cc:138
3520
msgid "fcntl(FD_CLOEXEC) failed with errno %d"
3523
#: ../drizzled/plugin/listen_tcp.cc:147
3525
msgid "setsockopt(SO_REUSEADDR) failed with errno %d"
3528
#: ../drizzled/plugin/listen_tcp.cc:156
3530
msgid "setsockopt(SO_KEEPALIVE) failed with errno %d"
3533
#: ../drizzled/plugin/listen_tcp.cc:165
3535
msgid "setsockopt(SO_LINGER) failed with errno %d"
3538
#: ../drizzled/plugin/listen_tcp.cc:174
3540
msgid "setsockopt(TCP_NODELAY) failed with errno %d"
3543
#: ../drizzled/plugin/listen_tcp.cc:195
3545
msgid "Retrying bind() on %u\n"
3548
#: ../drizzled/plugin/listen_tcp.cc:202
3550
msgid "bind() failed with errno: %d\n"
3553
#: ../drizzled/plugin/listen_tcp.cc:205
3554
msgid "Do you already have another drizzled running?\n"
3557
#: ../drizzled/plugin/listen_tcp.cc:212
3559
msgid "listen() failed with errno %d\n"
3562
#: ../drizzled/plugin/listen_tcp.cc:218
3564
msgid "Listening on %s:%s\n"
3567
#: ../drizzled/plugin/logging.cc:65
3569
msgid "logging '%s' pre() failed"
3572
#: ../drizzled/plugin/logging.cc:90
3574
msgid "logging '%s' post() failed"
3577
#: ../drizzled/plugin/logging.cc:114
3579
msgid "logging '%s' postEnd() failed"
3582
#: ../drizzled/plugin/logging.cc:137
3584
msgid "logging '%s' resetCurrentScoreboard() failed"
3587
#: ../drizzled/plugin/scheduler.cc:62
3590
"Attempted to register a scheduler %s, but a scheduler has already been "
3591
"registered with that name.\n"
3594
#: ../drizzled/plugin/scheduler.cc:99
3596
msgid "Attempted to configure %s as the scheduler, which did not exist.\n"
3599
#: ../drizzled/plugin/schema_engine.cc:130
3601
msgid "Error while loading database options: '%s':"
3604
#: ../drizzled/plugin/xa_resource_manager.cc:115
3606
msgid "Found %d prepared transaction(s) in resource manager."
3609
#: ../drizzled/plugin/xa_resource_manager.cc:182
3610
msgid "Starting crash recovery..."
3613
#: ../drizzled/plugin/xa_resource_manager.cc:192
3615
msgid "Found %d prepared XA transactions"
3618
#: ../drizzled/plugin/xa_resource_manager.cc:197
3621
"Found %d prepared transactions! It means that drizzled was not shut down "
3622
"properly last time and critical recovery information (last binlog or %s "
3623
"file) was manually deleted after a crash. You have to start drizzled with "
3624
"the --tc-heuristic-recover switch to commit or rollback pending transactions."
3627
#: ../drizzled/plugin/xa_resource_manager.cc:207
3628
msgid "Crash recovery finished."
3631
#: ../drizzled/replication_services.cc:94
3633
"You registered a TransactionApplier plugin but no TransactionReplicator "
3634
"plugins were registered.\n"
3637
#: ../drizzled/replication_services.cc:125
3640
"You registered a TransactionApplier plugin but no TransactionReplicator "
3641
"plugins were registered that match the requested replicator name of '%s'.\n"
3642
"We have deactivated the TransactionApplier '%s'.\n"
3645
#: ../drizzled/session.cc:1963 ../drizzled/session.cc:1981
3647
msgid "Could not remove temporary table: '%s', error: %d"
3650
#: ../drizzled/signal_handler.cc:52
3652
msgid "Got signal %d from thread %<PRIu32>"
3655
#: ../drizzled/signal_handler.cc:118
3657
msgid "Fatal signal %d while backtracing\n"
3660
#: ../drizzled/signal_handler.cc:127
3662
msgid "Fatal: time() call failed\n"
3665
#: ../drizzled/signal_handler.cc:133
3668
"%02d%02d%02d %2d:%02d:%02d - drizzled got signal %d;\n"
3669
"This could be because you hit a bug. It is also possible that this binary\n"
3670
" or one of the libraries it was linked against is corrupt, improperly "
3672
" or misconfigured. This error can also be caused by malfunctioning "
3676
#: ../drizzled/signal_handler.cc:141
3679
"We will try our best to scrape up some info that will hopefully help "
3681
"the problem, but since we have already crashed, something is definitely "
3683
"and this may fail.\n"
3687
#: ../drizzled/signal_handler.cc:148
3690
"It is possible that drizzled could use up to \n"
3691
"(read_buffer_size + sort_buffer_size)*thread_count\n"
3693
"Hope that's ok; if not, decrease some variables in the equation.\n"
3697
#: ../drizzled/sql_table.cc:1908
3699
msgid "Unknown - internal error %d during operation"
3702
#: ../drizzled/statement/alter_table.cc:1511
3705
"order_st BY ignored because there is a user-defined clustered index in the "
3709
#: ../drizzled/sys_var.cc:1554
3711
msgid "Variable named %s already exists!\n"
3714
#: ../drizzled/sys_var.cc:1563
3716
msgid "Could not add Variable: %s\n"
3719
#: ../drizzled/sys_var.cc:1662
3720
msgid "Failed to initialize system variables"
3723
#: ../drizzled/table.cc:1636
3725
msgid "Got error %d when reading table '%s'"
3728
#: ../drizzled/tztime.cc:173
3730
msgid "Fatal error: Illegal or unknown default time zone '%s'"
3733
#: ../plugin/auth_file/auth_file.cc:227
3735
msgid "Could not load auth file: %s\n"
3738
#: ../plugin/auth_file/auth_file.cc:243
3739
msgid "File to load for usernames and passwords"
3742
#: ../plugin/auth_http/auth_http.cc:135
3744
"auth_http plugin loaded but required option url not specified. Against which "
3745
"URL are you intending on authenticating?\n"
3748
#: ../plugin/auth_http/auth_http.cc:151
3749
msgid "URL for HTTP Auth check"
3752
#: ../plugin/auth_ldap/auth_ldap.cc:291
3754
msgid "Reconnect failed: %s\n"
3757
#: ../plugin/auth_ldap/auth_ldap.cc:310
3759
msgid "ldap_search_ext_s failed: %s\n"
3762
#: ../plugin/auth_ldap/auth_ldap.cc:416
3764
msgid "Could not load auth ldap: %s\n"
3767
#: ../plugin/auth_ldap/auth_ldap.cc:437
3768
msgid "URI of the LDAP server to contact"
3771
#: ../plugin/auth_ldap/auth_ldap.cc:439
3772
msgid "DN to use when binding to the LDAP server"
3775
#: ../plugin/auth_ldap/auth_ldap.cc:441
3776
msgid "Password to use when binding the DN"
3779
#: ../plugin/auth_ldap/auth_ldap.cc:443
3780
msgid "DN to use when searching"
3783
#: ../plugin/auth_ldap/auth_ldap.cc:445
3784
msgid "Attribute in LDAP with plain text password"
3787
#: ../plugin/auth_ldap/auth_ldap.cc:447
3788
msgid "Attribute in LDAP with MySQL hashed password"
3791
#: ../plugin/auth_ldap/auth_ldap.cc:449
3792
msgid "How often to empty the users cache, 0 to disable"
3795
#: ../plugin/blitzdb/ha_blitz.cc:1507
3796
msgid "Estimated number of rows that a BlitzDB table will store."
3799
#: ../plugin/console/console.cc:349
3800
msgid "Enable the console."
3803
#: ../plugin/console/console.cc:352
3804
msgid "Turn on extra debugging."
3807
#: ../plugin/console/console.cc:355
3808
msgid "User to use for auth."
3811
#: ../plugin/console/console.cc:358
3812
msgid "Password to use for auth."
3815
#: ../plugin/console/console.cc:361
3816
msgid "Default database to use."
3819
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:88
3821
"Port number to use for connection or 0 for default to with Drizzle/MySQL "
3825
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:91
3826
#: ../plugin/mysql_protocol/mysql_protocol.cc:937
3827
msgid "Connect Timeout."
3830
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:94
3831
#: ../plugin/mysql_protocol/mysql_protocol.cc:940
3832
msgid "Read Timeout."
3835
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:97
3836
#: ../plugin/mysql_protocol/mysql_protocol.cc:943
3837
msgid "Write Timeout."
3840
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:100
3841
#: ../plugin/mysql_protocol/mysql_protocol.cc:946
3842
msgid "Retry Count."
3845
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:103
3846
#: ../plugin/mysql_protocol/mysql_protocol.cc:949
3847
msgid "Buffer length."
3850
#: ../plugin/drizzle_protocol/drizzle_protocol.cc:106
3851
#: ../plugin/mysql_protocol/mysql_protocol.cc:952
3852
msgid "Address to bind to."
3855
#: ../plugin/errmsg_notify/errmsg_notify.cc:80
3856
msgid "Failed to send error message to libnotify\n"
3859
#: ../plugin/errmsg_stderr/errmsg_stderr.cc:72
3860
msgid "Error Messages to stderr"
3863
#: ../plugin/filtered_replicator/filtered_replicator.cc:576
3864
msgid "List of schemas to filter"
3867
#: ../plugin/filtered_replicator/filtered_replicator.cc:579
3868
msgid "List of tables to filter"
3871
#: ../plugin/filtered_replicator/filtered_replicator.cc:582
3872
msgid "Regular expression to apply to schemas to filter"
3875
#: ../plugin/filtered_replicator/filtered_replicator.cc:585
3876
msgid "Regular expression to apply to tables to filter"
3879
#: ../plugin/haildb/haildb_engine.cc:1063
3880
#: ../plugin/haildb/haildb_engine.cc:1201
3881
#: ../plugin/haildb/haildb_engine.cc:1231
3883
msgid "Cannot create table %s. HailDB Error %d (%s)\n"
3886
#: ../plugin/haildb/haildb_engine.cc:1082
3888
msgid "Cannot create field %s on table %s. HailDB Error %d (%s)\n"
3891
#: ../plugin/haildb/haildb_engine.cc:1180
3892
#: ../plugin/haildb/haildb_engine.cc:1293
3893
#: ../plugin/haildb/haildb_engine.cc:1474
3894
#: ../plugin/haildb/haildb_engine.cc:2050
3896
msgid "Cannot Lock HailDB Data Dictionary. HailDB Error %d (%s)\n"
3899
#: ../plugin/haildb/haildb_engine.cc:1332
3900
#: ../plugin/haildb/haildb_engine.cc:1348
3902
msgid "Cannot DROP table %s. HailDB Error %d (%s)\n"
3905
#: ../plugin/haildb/haildb_engine.cc:3158
3907
msgid "Error starting HailDB %d (%s)\n"
3910
#: ../plugin/haildb/haildb_engine.cc:3187
3911
msgid "Disable HailDB adaptive hash index (enabled by default)."
3914
#: ../plugin/haildb/haildb_engine.cc:3189
3915
msgid "Do not attempt to flush dirty pages to avoid IO bursts at checkpoints."
3918
#: ../plugin/haildb/haildb_engine.cc:3192
3920
"Size of a memory pool HailDB uses to store data dictionary information and "
3921
"other internal data structures."
3924
#: ../plugin/haildb/haildb_engine.cc:3195
3925
msgid "Data file autoextend increment in megabytes"
3928
#: ../plugin/haildb/haildb_engine.cc:3198
3930
"The size of the memory buffer HailDB uses to cache data and indexes of its "
3934
#: ../plugin/haildb/haildb_engine.cc:3201
3935
msgid "The common part for HailDB table spaces."
3938
#: ../plugin/haildb/haildb_engine.cc:3203
3939
msgid "Disable HailDB checksums validation (enabled by default)."
3942
#: ../plugin/haildb/haildb_engine.cc:3205
3943
msgid "Disable HailDB doublewrite buffer (enabled by default)."
3946
#: ../plugin/haildb/haildb_engine.cc:3208
3947
msgid "Number of IOPs the server can do. Tunes the background IO rate"
3950
#: ../plugin/haildb/haildb_engine.cc:3211
3952
"Speeds up the shutdown process of the HailDB storage engine. Possible values "
3953
"are 0, 1 (faster) or 2 (fastest - crash-like)."
3956
#: ../plugin/haildb/haildb_engine.cc:3214
3957
msgid "Stores each HailDB table to an .ibd file in the database dir."
3960
#: ../plugin/haildb/haildb_engine.cc:3217
3961
msgid "File format to use for new tables in .ibd files."
3964
#: ../plugin/haildb/haildb_engine.cc:3220
3966
"Set to 0 (write and flush once per second),1 (write and flush at each "
3967
"commit) or 2 (write at commit, flush once per second)."
3970
#: ../plugin/haildb/haildb_engine.cc:3223
3971
msgid "With which method to flush data."
3974
#: ../plugin/haildb/haildb_engine.cc:3226
3976
"Helps to save your data in case the disk image of the database becomes "
3980
#: ../plugin/haildb/haildb_engine.cc:3229
3981
msgid "Path to individual files and their sizes."
3984
#: ../plugin/haildb/haildb_engine.cc:3232
3985
msgid "Path to HailDB log files."
3988
#: ../plugin/haildb/haildb_engine.cc:3235
3989
msgid "Size of each log file in a log group."
3992
#: ../plugin/haildb/haildb_engine.cc:3238
3994
"Number of log files in the log group. HailDB writes to the files in a "
3995
"circular fashion. Value 3 is recommended here."
3998
#: ../plugin/haildb/haildb_engine.cc:3241
4000
"Timeout in seconds an HailDB transaction may wait for a lock before being "
4001
"rolled back. Values above 100000000 disable the timeout."
4004
#: ../plugin/haildb/haildb_engine.cc:3244
4006
"The size of the buffer which HailDB uses to write log to the log files on "
4010
#: ../plugin/haildb/haildb_engine.cc:3247
4012
"Sets the point in the LRU list from where all pages are classified as old "
4016
#: ../plugin/haildb/haildb_engine.cc:3250
4018
"Milliseconds between accesses to a block at which it is made young. "
4019
"0=disabled (Advanced users)"
4022
#: ../plugin/haildb/haildb_engine.cc:3253
4023
msgid "Percentage of dirty pages allowed in bufferpool."
4026
#: ../plugin/haildb/haildb_engine.cc:3256
4027
msgid "Desired maximum length of the purge queue (0 = no limit)"
4030
#: ../plugin/haildb/haildb_engine.cc:3259
4032
"Roll back the complete transaction on lock wait timeout, for 4.x "
4033
"compatibility (disabled by default)"
4036
#: ../plugin/haildb/haildb_engine.cc:3262
4037
msgid "How many files at the maximum HailDB keeps open at the same time."
4040
#: ../plugin/haildb/haildb_engine.cc:3265
4041
msgid "Number of background read I/O threads in HailDB."
4044
#: ../plugin/haildb/haildb_engine.cc:3268
4045
msgid "Number of background write I/O threads in HailDB."
4048
#: ../plugin/haildb/haildb_engine.cc:3270
4050
"Disable if you want to reduce the number of messages written to the log "
4051
"(default: enabled)."
4054
#: ../plugin/haildb/haildb_engine.cc:3273
4055
msgid "Enable SHOW HAILDB STATUS output in the log"
4058
#: ../plugin/haildb/haildb_engine.cc:3276
4059
msgid "Count of spin-loop rounds in HailDB mutexes (30 by default)"
4062
#: ../plugin/haildb/haildb_engine.cc:3278
4064
"Use HailDB's internal memory allocator instead of the OS memory allocator"
4067
#: ../plugin/hello_events/hello_events.cc:401
4068
msgid "Enable Example Events Plugin"
4071
#: ../plugin/hello_events/hello_events.cc:404
4072
#: ../plugin/hello_events/hello_events.cc:407
4073
msgid "A comma delimited list of databases to watch"
4076
#: ../plugin/hello_events/hello_events.cc:410
4077
msgid "Before write row event observer call position"
4080
#: ../plugin/hello_events/hello_events.cc:413
4081
#: ../plugin/pbms/src/parameters_ms.cc:601
4082
msgid "Before update row event observer call position"
4085
#: ../plugin/hello_events/hello_events.cc:416
4086
msgid "After drop database event observer call position"
4089
#: ../plugin/hello_events/hello_events.cc:427
4090
msgid "An example events Plugin"
4093
#: ../plugin/innobase/handler/data_dictionary.cc:762
4095
msgid "Warning: data in %s truncated due to memory limit of %d bytes\n"
4098
#: ../plugin/innobase/handler/ha_innodb.cc:1854
4099
msgid "Invalid value for io-capacity\n"
4102
#: ../plugin/innobase/handler/ha_innodb.cc:1872
4103
msgid "Invalid value for fast-shutdown\n"
4106
#: ../plugin/innobase/handler/ha_innodb.cc:1891
4107
msgid "Invalid value for flush-log-at-trx-commit\n"
4110
#: ../plugin/innobase/handler/ha_innodb.cc:1909
4111
msgid "Invalid value for max-dirty-pages-pct\n"
4114
#: ../plugin/innobase/handler/ha_innodb.cc:1918
4115
msgid "Invalid value for stats-sample-pages\n"
4118
#: ../plugin/innobase/handler/ha_innodb.cc:1929
4119
msgid "Invalid value for additional-mem-pool-size\n"
4122
#: ../plugin/innobase/handler/ha_innodb.cc:1939
4123
msgid "Invalid value for autoextend-increment\n"
4126
#: ../plugin/innobase/handler/ha_innodb.cc:1949
4127
msgid "Invalid value for buffer-pool-size\n"
4130
#: ../plugin/innobase/handler/ha_innodb.cc:1959
4131
msgid "Invalid value for buffer-pool-instances\n"
4134
#: ../plugin/innobase/handler/ha_innodb.cc:1969
4135
msgid "Invalid value for commit-concurrency\n"
4138
#: ../plugin/innobase/handler/ha_innodb.cc:1978
4139
msgid "Invalid value for concurrency-tickets\n"
4142
#: ../plugin/innobase/handler/ha_innodb.cc:1987
4143
msgid "Invalid value for read-io-threads\n"
4146
#: ../plugin/innobase/handler/ha_innodb.cc:1996
4147
msgid "Invalid value for write-io-threads\n"
4150
#: ../plugin/innobase/handler/ha_innodb.cc:2005
4151
msgid "Invalid value for force-recovery\n"
4154
#: ../plugin/innobase/handler/ha_innodb.cc:2015
4155
#: ../plugin/innobase/handler/ha_innodb.cc:2025
4156
msgid "Invalid value for log-file-size\n"
4159
#: ../plugin/innobase/handler/ha_innodb.cc:2034
4160
msgid "Invalid value for log-files-in-group\n"
4163
#: ../plugin/innobase/handler/ha_innodb.cc:2043
4164
msgid "Invalid value for mirrored-log-groups\n"
4167
#: ../plugin/innobase/handler/ha_innodb.cc:2052
4168
msgid "Invalid value for open-files\n"
4171
#: ../plugin/innobase/handler/ha_innodb.cc:2061
4172
msgid "Invalid value for thread-concurrency\n"
4175
#: ../plugin/innobase/handler/ha_innodb.cc:2075
4176
msgid "Invalid value for read-ahead-threshold\n"
4179
#: ../plugin/innobase/handler/replication_dictionary.cc:111
4180
#: ../plugin/transaction_log/hexdump_transaction_message.cc:169
4181
#: ../plugin/transaction_log/print_transaction_message.cc:177
4182
#: ../plugin/transaction_log/transaction_log_reader.cc:161
4184
msgid "Unable to parse transaction. Got error: %s.\n"
4187
#: ../plugin/logging_gearman/logging_gearman.cc:186
4189
msgid "fail gearman_client_create(): %s"
4192
#: ../plugin/logging_gearman/logging_gearman.cc:197
4194
msgid "fail gearman_client_add_server(): %s"
4197
#: ../plugin/logging_gearman/logging_gearman.cc:303
4198
msgid "Hostname for logging to a Gearman server"
4201
#: ../plugin/logging_gearman/logging_gearman.cc:306
4202
msgid "Gearman Function to send logging to"
4205
#: ../plugin/logging_gearman/logging_gearman.cc:317
4206
msgid "Log queries to a Gearman server"
4209
#: ../plugin/logging_query/logging_query.cc:178
4211
msgid "fail open() fn=%s er=%s\n"
4214
#: ../plugin/logging_query/logging_query.cc:319
4215
msgid "Enable logging to CSV file"
4218
#: ../plugin/logging_query/logging_query.cc:322
4219
msgid "File to log to"
4222
#: ../plugin/logging_query/logging_query.cc:325
4223
msgid "PCRE to match the query against"
4226
#: ../plugin/logging_query/logging_query.cc:328 ../plugin/syslog/module.cc:107
4227
msgid "Threshold for logging slow queries, in microseconds"
4230
#: ../plugin/logging_query/logging_query.cc:331 ../plugin/syslog/module.cc:110
4231
msgid "Threshold for logging big queries, for rows returned"
4234
#: ../plugin/logging_query/logging_query.cc:334 ../plugin/syslog/module.cc:113
4235
msgid "Threshold for logging big queries, for rows examined"
4238
#: ../plugin/logging_query/logging_query.cc:345
4239
msgid "Log queries to a CSV file"
4242
#: ../plugin/logging_stats/logging_stats.cc:373
4243
msgid "Max number of users that will be logged"
4246
#: ../plugin/logging_stats/logging_stats.cc:376
4247
msgid "Max number of range locks to use for Scoreboard"
4250
#: ../plugin/logging_stats/logging_stats.cc:379
4251
msgid "Max number of concurrent sessions that will be logged"
4254
#: ../plugin/logging_stats/logging_stats.cc:380
4255
msgid "Enable Logging Statistics Collection"
4258
#: ../plugin/logging_stats/logging_stats.cc:389
4259
msgid "User Statistics as DATA_DICTIONARY tables"
4262
#: ../plugin/md5/md5.cc:99
4263
msgid "libgcrypt library version mismatch\n"
4266
#: ../plugin/memcached_query_cache/memcached_qc.cc:388
4267
#: ../plugin/memcached_stats/memcached_stats.cc:87
4268
msgid "List of memcached servers."
4271
#: ../plugin/memcached_query_cache/memcached_qc.cc:391
4272
msgid "Expiry time of memcached entries"
4275
#: ../plugin/memcached_query_cache/memcached_qc.cc:394
4276
msgid "Enable Memcached Query Cache"
4279
#: ../plugin/memcached_stats/analysis_table.cc:78
4280
#: ../plugin/memcached_stats/stats_table.cc:144
4281
msgid "No value in MEMCACHED_STATS_SERVERS variable."
4284
#: ../plugin/memcached_stats/memcached_stats.cc:98
4285
msgid "Memcached Stats as I_S tables"
4288
#: ../plugin/memcached_stats/stats_table.cc:74
4291
"Unable get stats from memcached server %s. Got error from "
4292
"memcached_stat_servername()."
4295
#: ../plugin/memcached_stats/stats_table.cc:151
4296
msgid "Unable to create memcached struct. Got error from memcached_create()."
4299
#: ../plugin/memcached_stats/stats_table.cc:159
4302
"Unable to create memcached server list. Got error from "
4303
"memcached_servers_parse(%s)."
4306
#: ../plugin/multi_thread/multi_thread.cc:85
4307
msgid "Unable to get thread stack size\n"
4310
#: ../plugin/multi_thread/multi_thread.cc:177
4311
msgid "Maximum number of user threads available."
4314
#: ../plugin/myisam/ha_myisam.cc:533
4316
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
4319
#: ../plugin/myisam/ha_myisam.cc:537
4321
msgid "Got an error from unknown thread, %s:%d"
4324
#: ../plugin/myisam/ha_myisam.cc:543
4325
msgid "Unknown thread accessing table"
4328
#: ../plugin/myisam/ha_myisam.cc:1507
4330
"Don't use the fast sort index method to created index if the temporary file "
4331
"would get bigger than this."
4334
#: ../plugin/myisam/ha_myisam.cc:1510
4336
"The buffer that is allocated when sorting the index when doing a REPAIR or "
4337
"when creating indexes with CREATE INDEX or ALTER TABLE."
4340
#: ../plugin/myisam/my_handler_errors.cc:42
4341
msgid "Didn't find key on read or update"
4344
#: ../plugin/myisam/my_handler_errors.cc:43
4345
msgid "Duplicate key on write or update"
4348
#: ../plugin/myisam/my_handler_errors.cc:44
4349
msgid "Internal (unspecified) error in handler"
4352
#: ../plugin/myisam/my_handler_errors.cc:46
4354
"Someone has changed the row since it was read (while the table was locked to "
4358
#: ../plugin/myisam/my_handler_errors.cc:48
4359
msgid "Wrong index given to function"
4362
#: ../plugin/myisam/my_handler_errors.cc:49
4363
msgid "Index file is crashed"
4366
#: ../plugin/myisam/my_handler_errors.cc:50
4367
msgid "Record file is crashed"
4370
#: ../plugin/myisam/my_handler_errors.cc:51
4371
msgid "Out of memory in engine"
4374
#: ../plugin/myisam/my_handler_errors.cc:52
4375
msgid "Incorrect file format"
4378
#: ../plugin/myisam/my_handler_errors.cc:53
4379
msgid "Command not supported by database"
4382
#: ../plugin/myisam/my_handler_errors.cc:54
4383
msgid "Old database file"
4386
#: ../plugin/myisam/my_handler_errors.cc:55
4387
msgid "No record read before update"
4390
#: ../plugin/myisam/my_handler_errors.cc:56
4391
msgid "Record was already deleted (or record file crashed)"
4394
#: ../plugin/myisam/my_handler_errors.cc:57
4395
msgid "No more room in record file"
4398
#: ../plugin/myisam/my_handler_errors.cc:58
4399
msgid "No more room in index file"
4402
#: ../plugin/myisam/my_handler_errors.cc:59
4403
msgid "No more records (read after end of file)"
4406
#: ../plugin/myisam/my_handler_errors.cc:60
4407
msgid "Unsupported extension used for table"
4410
#: ../plugin/myisam/my_handler_errors.cc:61
4414
#: ../plugin/myisam/my_handler_errors.cc:62
4415
msgid "Wrong create options"
4418
#: ../plugin/myisam/my_handler_errors.cc:63
4419
msgid "Duplicate unique key or constraint on write or update"
4422
#: ../plugin/myisam/my_handler_errors.cc:64
4423
msgid "Unknown character set used in table"
4426
#: ../plugin/myisam/my_handler_errors.cc:65
4427
msgid "Conflicting table definitions in sub-tables of MERGE table"
4430
#: ../plugin/myisam/my_handler_errors.cc:66
4431
msgid "Table is crashed and last repair failed"
4434
#: ../plugin/myisam/my_handler_errors.cc:67
4435
msgid "Table was marked as crashed and should be repaired"
4438
#: ../plugin/myisam/my_handler_errors.cc:68
4439
msgid "Lock timed out; Retry transaction"
4442
#: ../plugin/myisam/my_handler_errors.cc:69
4443
msgid "Lock table is full; Restart program with a larger locktable"
4446
#: ../plugin/myisam/my_handler_errors.cc:70
4447
msgid "Updates are not allowed under a read only transactions"
4450
#: ../plugin/myisam/my_handler_errors.cc:71
4451
msgid "Lock deadlock; Retry transaction"
4454
#: ../plugin/myisam/my_handler_errors.cc:72
4455
msgid "Foreign key constraint is incorrectly formed"
4458
#: ../plugin/myisam/my_handler_errors.cc:73
4459
msgid "Cannot add a child row"
4462
#: ../plugin/myisam/my_handler_errors.cc:74
4463
msgid "Cannot delete a parent row"
4466
#: ../plugin/myisam/my_handler_errors.cc:75
4467
msgid "No savepoint with that name"
4470
#: ../plugin/myisam/my_handler_errors.cc:76
4471
msgid "Non unique key block size"
4474
#: ../plugin/myisam/my_handler_errors.cc:77
4475
msgid "The table does not exist in engine"
4478
#: ../plugin/myisam/my_handler_errors.cc:78
4479
msgid "The table already existed in storage engine"
4482
#: ../plugin/myisam/my_handler_errors.cc:79
4483
msgid "Could not connect to storage engine"
4486
#: ../plugin/myisam/my_handler_errors.cc:80
4487
msgid "Unexpected null pointer found when using spatial index"
4490
#: ../plugin/myisam/my_handler_errors.cc:81
4491
msgid "The table changed in storage engine"
4494
#: ../plugin/myisam/my_handler_errors.cc:82
4495
msgid "There's no partition in table for the given value"
4498
#: ../plugin/myisam/my_handler_errors.cc:83
4499
msgid "Row-based binlogging of row failed"
4502
#: ../plugin/myisam/my_handler_errors.cc:84
4503
msgid "Index needed in foreign key constraint"
4506
#: ../plugin/myisam/my_handler_errors.cc:85
4507
msgid "Upholding foreign key constraints would lead to a duplicate key error"
4510
#: ../plugin/myisam/my_handler_errors.cc:86
4511
msgid "Table needs to be upgraded before it can be used"
4514
#: ../plugin/myisam/my_handler_errors.cc:87
4515
msgid "Table is read only"
4518
#: ../plugin/myisam/my_handler_errors.cc:88
4519
msgid "Failed to get next auto increment value"
4522
#: ../plugin/myisam/my_handler_errors.cc:89
4523
msgid "Failed to set row auto increment value"
4526
#: ../plugin/myisam/my_handler_errors.cc:90
4527
msgid "Unknown (generic) error from engine"
4530
#: ../plugin/myisam/my_handler_errors.cc:91
4531
msgid "Record is the same"
4534
#: ../plugin/myisam/my_handler_errors.cc:92
4535
msgid "It is not possible to log this statement"
4538
#: ../plugin/myisam/my_handler_errors.cc:93
4539
msgid "Tablespace exists"
4542
#: ../plugin/myisam/my_handler_errors.cc:94
4543
msgid "The event was corrupt, leading to illegal data being read"
4546
#: ../plugin/myisam/my_handler_errors.cc:95
4547
msgid "The table is of a new format not supported by this version"
4550
#: ../plugin/myisam/my_handler_errors.cc:96
4551
msgid "The event could not be processed no other handler error happened"
4554
#: ../plugin/myisam/my_handler_errors.cc:97
4555
msgid "Got a fatal error during initialzation of handler"
4558
#: ../plugin/myisam/my_handler_errors.cc:98
4559
msgid "File to short; Expected more data in file"
4562
#: ../plugin/myisam/my_handler_errors.cc:99
4563
msgid "Read page with wrong checksum"
4566
#. TODO: get a better message for these
4567
#: ../plugin/myisam/my_handler_errors.cc:101
4568
msgid "Lock or active transaction"
4571
#: ../plugin/myisam/my_handler_errors.cc:102
4572
msgid "No such table space"
4575
#: ../plugin/myisam/my_handler_errors.cc:103
4576
msgid "Tablespace not empty"
4579
#: ../plugin/mysql_protocol/mysql_protocol.cc:933
4581
"Port number to use for connection or 0 for default to with MySQL protocol."
4584
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:79
4586
" exists already. Do you have another Drizzle or MySQL running? Or perhaps "
4587
"the file is stale and should be removed?"
4590
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:155
4591
msgid "Path used for MySQL UNIX Socket Protocol."
4594
#: ../plugin/mysql_unix_socket_protocol/protocol.cc:157
4595
msgid "Clobber socket file if one is there already."
4598
#: ../plugin/pbms/src/parameters_ms.cc:574
4600
"A comma delimited list of tables to watch of the format: <database>."
4604
#: ../plugin/pbms/src/parameters_ms.cc:582
4605
msgid "Enable PBMS daemon Insert/Update/Delete event scanning"
4608
#: ../plugin/pbms/src/parameters_ms.cc:590
4609
msgid "Before insert row event observer call position"
4612
#: ../plugin/pbms/src/plugin_ms.cc:70
4613
msgid "Port number to use for connection or 0 for default PBMS port "
4616
#: ../plugin/pbms/src/plugin_ms.cc:83
4617
msgid "Invalid port number\n"
4620
#: ../plugin/rabbitmq/rabbitmq_handler.cc:53
4621
msgid "Could not open socket, is rabbitmq running?"
4624
#: ../plugin/rabbitmq/rabbitmq_log.cc:73
4625
msgid "Failed to allocate enough memory to transaction message\n"
4628
#: ../plugin/rabbitmq/rabbitmq_log.cc:118
4630
msgid "Failed to allocate the RabbitMQHandler. Got error: %s\n"
4633
#: ../plugin/rabbitmq/rabbitmq_log.cc:131
4635
msgid "Failed to allocate the RabbitMQLog instance. Got error: %s\n"
4638
#: ../plugin/rabbitmq/rabbitmq_log.cc:156
4639
msgid "Host name to connect to"
4642
#: ../plugin/rabbitmq/rabbitmq_log.cc:159
4643
msgid "Port to connect to"
4646
#: ../plugin/rabbitmq/rabbitmq_log.cc:162
4647
msgid "RabbitMQ virtualhost"
4650
#: ../plugin/rabbitmq/rabbitmq_log.cc:165
4651
msgid "RabbitMQ username"
4654
#: ../plugin/rabbitmq/rabbitmq_log.cc:168
4655
msgid "RabbitMQ password"
4658
#: ../plugin/rabbitmq/rabbitmq_log.cc:171
4659
#: ../plugin/transaction_log/module.cc:270
4660
msgid "Name of the replicator plugin to use (default='default_replicator')"
4663
#: ../plugin/rabbitmq/rabbitmq_log.cc:174
4664
msgid "Name of RabbitMQ exchange to publish to"
4667
#: ../plugin/rabbitmq/rabbitmq_log.cc:177
4668
msgid "Name of RabbitMQ routing key to use"
4671
#: ../plugin/session_dictionary/processlist.cc:79
4675
#: ../plugin/syslog/errmsg.cc:42 ../plugin/syslog/logging.cc:55
4677
msgid "syslog facility \"%s\" not known, using \"local0\""
4680
#: ../plugin/syslog/errmsg.cc:50
4682
msgid "syslog priority \"%s\" not known, using \"warn\""
4685
#: ../plugin/syslog/logging.cc:63
4687
msgid "syslog priority \"%s\" not known, using \"info\""
4690
#: ../plugin/syslog/module.cc:95
4691
msgid "Syslog Ident"
4694
#: ../plugin/syslog/module.cc:98
4695
msgid "Syslog Facility"
4698
#: ../plugin/syslog/module.cc:101
4699
msgid "Enable logging to syslog of the query log"
4702
#: ../plugin/syslog/module.cc:104
4703
msgid "Syslog Priority of query logging"
4706
#: ../plugin/syslog/module.cc:116
4707
msgid "Enable logging to syslog of the error messages"
4710
#: ../plugin/syslog/module.cc:119
4711
msgid "Syslog Priority of error messages"
4714
#: ../plugin/transaction_log/background_worker.cc:77
4716
msgid "Unable to create background worker thread. Got error %s.\n"
4719
#: ../plugin/transaction_log/hexdump_transaction_message.cc:107
4720
#: ../plugin/transaction_log/print_transaction_message.cc:106
4721
#: ../plugin/transaction_log/transaction_log_reader.cc:97
4723
msgid "Failed to open transaction log file %s. Got error: %s\n"
4726
#: ../plugin/transaction_log/hexdump_transaction_message.cc:149
4727
#: ../plugin/transaction_log/print_transaction_message.cc:169
4728
#: ../plugin/transaction_log/transaction_log_reader.cc:152
4729
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:155
4731
msgid "Could not read transaction message.\n"
4734
#: ../plugin/transaction_log/hexdump_transaction_message.cc:150
4735
#: ../plugin/transaction_log/print_transaction_message.cc:170
4736
#: ../plugin/transaction_log/transaction_log_reader.cc:153
4738
msgid "GPB ERROR: %s.\n"
4741
#: ../plugin/transaction_log/hexdump_transaction_message.cc:151
4742
#: ../plugin/transaction_log/print_transaction_message.cc:171
4743
#: ../plugin/transaction_log/transaction_log_reader.cc:154
4745
msgid "Raw buffer read: %s.\n"
4748
#: ../plugin/transaction_log/hexdump_transaction_message.cc:171
4749
#: ../plugin/transaction_log/print_transaction_message.cc:179
4750
#: ../plugin/transaction_log/transaction_log_reader.cc:163
4752
msgid "BUFFER: %s\n"
4755
#: ../plugin/transaction_log/module.cc:171
4757
msgid "Failed to allocate the TransactionLog instance. Got error: %s\n"
4760
#: ../plugin/transaction_log/module.cc:180
4762
msgid "Failed to initialize the Transaction Log. Got error: %s\n"
4765
#: ../plugin/transaction_log/module.cc:192
4767
msgid "Failed to allocate the TransactionLogIndex instance. Got error: %s\n"
4770
#: ../plugin/transaction_log/module.cc:201
4772
msgid "Failed to initialize the Transaction Log Index. Got error: %s\n"
4775
#: ../plugin/transaction_log/module.cc:216
4777
msgid "Failed to allocate the TransactionLogApplier instance. Got error: %s\n"
4780
#: ../plugin/transaction_log/module.cc:258
4781
msgid "DEBUGGING - Truncate transaction log"
4784
#: ../plugin/transaction_log/module.cc:261
4785
msgid "Enable CRC32 Checksumming of each written transaction log entry"
4788
#: ../plugin/transaction_log/module.cc:264
4789
msgid "Enable transaction log"
4792
#: ../plugin/transaction_log/module.cc:267
4793
msgid "Path to the file to use for transaction log"
4796
#: ../plugin/transaction_log/module.cc:273
4798
"0 == rely on operating system to sync log file (default), 1 == sync file at "
4799
"each transaction write, 2 == sync log file once per second"
4802
#: ../plugin/transaction_log/module.cc:276
4803
msgid "Number of slots for in-memory write buffers (default=8)."
4806
#: ../plugin/transaction_log/print_transaction_message.cc:135
4808
msgid "GPB message is not a valid type.\n"
4811
#: ../plugin/transaction_log/print_transaction_message.cc:155
4813
msgid "GPB message is not a valid size.\n"
4816
#: ../plugin/transaction_log/transaction_log.cc:114
4817
msgid "Failed to open transaction log file "
4820
#: ../plugin/transaction_log/transaction_log.cc:215
4823
"Failed to write full size of log entry. Tried to write %<PRId64> bytes at "
4824
"offset %<PRId64>, but only wrote %<PRId32> bytes. Error: %s\n"
4827
#: ../plugin/transaction_log/transaction_log.cc:236
4829
msgid "Failed to sync log file. Got error: %s\n"
4832
#: ../plugin/transaction_log/transaction_log_reader.cc:119
4833
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:120
4835
msgid "Attempted to read record bigger than INT_MAX\n"
4838
#: ../plugin/transaction_log/transaction_log_reader.cc:139
4840
msgid "Memory allocation failure trying to allocate %<PRIu64> bytes.\n"
4843
#: ../plugin/transaction_log/transaction_log_reader.cc:174
4845
msgid "Checksum failed. Wanted %<PRIu32> got %<PRIu32>\n"
4848
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:67
4849
msgid "Cannot open file: "
4852
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:77
4853
msgid "Could not skip to position "
4856
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:114
4857
msgid "Found a non-transaction message in log. Currently, not supported.\n"
4860
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:140
4861
msgid "Memory allocation failure trying to allocate "
4864
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:142
4868
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:156
4872
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:162
4878
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:170
4879
msgid "Unable to parse command. Got error: "
4882
#: ../plugin/transaction_log/utilities/transaction_file_reader.cc:179
4889
#: ../plugin/transaction_log/utilities/transaction_reader.cc:428
4890
msgid "Display help and exit"
4893
#: ../plugin/transaction_log/utilities/transaction_reader.cc:429
4894
msgid "Read from the innodb transaction log"
4897
#: ../plugin/transaction_log/utilities/transaction_reader.cc:435
4898
msgid "Password to use when connecting to server"
4901
#: ../plugin/transaction_log/utilities/transaction_reader.cc:438
4902
msgid "Perform checksum"
4905
#: ../plugin/transaction_log/utilities/transaction_reader.cc:439
4906
msgid "Ignore event messages"
4909
#: ../plugin/transaction_log/utilities/transaction_reader.cc:440
4910
msgid "Transaction log file"
4913
#: ../plugin/transaction_log/utilities/transaction_reader.cc:441
4914
msgid "Print raw Protobuf messages instead of SQL"
4917
#: ../plugin/transaction_log/utilities/transaction_reader.cc:444
4918
msgid "Start reading from the given file position"
4921
#: ../plugin/transaction_log/utilities/transaction_reader.cc:447
4922
msgid "Only output for the given transaction ID and later"
4925
#: ../plugin/transaction_log/utilities/transaction_reader.cc:450
4926
msgid "Only output for the given transaction ID"
4929
#: ../plugin/transaction_log/utilities/transaction_reader.cc:451
4930
msgid "Summarize message contents"
4933
#: ../plugin/transaction_log/utilities/transaction_reader.cc:485
4934
msgid "Cannot use --start-pos and --transaction-id together\n"
4937
#: ../plugin/transaction_log/utilities/transaction_reader.cc:491
4938
msgid "Cannot use --summarize with either --raw or --transaction-id\n"
4941
#: ../plugin/transaction_log/utilities/transaction_reader.cc:591
4942
msgid "Checksum failed. Wanted "
4945
#: ../plugin/transaction_log/utilities/transaction_reader.cc:593