8
8
"Project-Id-Version: drizzle\n"
9
9
"Report-Msgid-Bugs-To: http://translations.launchpad.net/drizzle\n"
10
"POT-Creation-Date: 2008-11-26 13:56-0800\n"
11
"PO-Revision-Date: 2008-10-01 17:43+0000\n"
10
"POT-Creation-Date: 2008-10-22 20:42-0700\n"
11
"PO-Revision-Date: 2008-08-17 03:08+0000\n"
12
12
"Last-Translator: Morgan Tocker <tocker@gmail.com>\n"
13
13
"Language-Team: English (Australia) <en_AU@li.org>\n"
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18
"X-Launchpad-Export-Date: 2008-11-26 20:37+0000\n"
18
"X-Launchpad-Export-Date: 2008-09-13 00:29+0000\n"
19
19
"X-Generator: Launchpad (build Unknown)\n"
21
#: client/drizzle.cc:255
21
#: client/drizzle.cc:253
22
22
msgid "Synonym for `help'."
25
#: client/drizzle.cc:254
26
msgid "Clear command."
25
29
#: client/drizzle.cc:256
26
msgid "Clear command."
30
msgid "Reconnect to the server. Optional arguments are db and host."
29
33
#: client/drizzle.cc:258
30
msgid "Reconnect to the server. Optional arguments are db and host."
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
33
38
#: client/drizzle.cc:260
35
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
38
#: client/drizzle.cc:262
39
39
msgid "Send command to drizzle server, display result vertically."
42
#: client/drizzle.cc:263
42
#: client/drizzle.cc:261
43
43
msgid "Exit drizzle. Same as quit."
46
#: client/drizzle.cc:264
46
#: client/drizzle.cc:262
47
47
msgid "Send command to drizzle server."
50
#: client/drizzle.cc:265
50
#: client/drizzle.cc:263
51
51
msgid "Display this help."
54
#: client/drizzle.cc:266
54
#: client/drizzle.cc:264
55
55
msgid "Disable pager, print to stdout."
58
#: client/drizzle.cc:265
59
msgid "Don't write into outfile."
58
62
#: client/drizzle.cc:267
59
msgid "Don't write into outfile."
62
#: client/drizzle.cc:269
63
63
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
66
#: client/drizzle.cc:270
66
#: client/drizzle.cc:268
67
67
msgid "Print current command."
70
#: client/drizzle.cc:271
70
#: client/drizzle.cc:269
71
71
msgid "Change your drizzle prompt."
74
#: client/drizzle.cc:272
74
#: client/drizzle.cc:270
75
75
msgid "Quit drizzle."
78
#: client/drizzle.cc:271
79
msgid "Rebuild completion hash."
78
82
#: client/drizzle.cc:273
79
msgid "Rebuild completion hash."
82
#: client/drizzle.cc:275
83
83
msgid "Execute an SQL script file. Takes a file name as an argument."
86
#: client/drizzle.cc:274
87
msgid "Get status information from the server."
86
90
#: client/drizzle.cc:276
87
msgid "Get status information from the server."
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
90
94
#: client/drizzle.cc:278
91
msgid "Set outfile [to_outfile]. Append everything into given outfile."
94
#: client/drizzle.cc:280
95
95
msgid "Use another database. Takes database name as argument."
98
#: client/drizzle.cc:282 client/drizzle.cc:1430
98
#: client/drizzle.cc:280 client/drizzle.cc:1427
99
99
msgid "Show warnings after every statement."
102
#: client/drizzle.cc:284
102
#: client/drizzle.cc:282
103
103
msgid "Don't show warnings after every statement."
106
#: client/drizzle.cc:1113
106
#: client/drizzle.cc:1111
107
107
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
110
#: client/drizzle.cc:1123
110
#: client/drizzle.cc:1121
113
113
"Your Drizzle connection id is %u\n"
114
114
"Server version: %s\n"
117
#: client/drizzle.cc:1153
117
#: client/drizzle.cc:1151
119
119
msgid "Reading history-file %s\n"
122
#: client/drizzle.cc:1158
122
#: client/drizzle.cc:1156
124
124
msgid "Couldn't allocate memory for temp histfile!\n"
127
#: client/drizzle.cc:1165
127
#: client/drizzle.cc:1163
128
128
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
131
#: client/drizzle.cc:1183
131
#: client/drizzle.cc:1181
133
133
msgid "Writing history-file %s\n"
136
#: client/drizzle.cc:1192
136
#: client/drizzle.cc:1190
140
#: client/drizzle.cc:1192
140
#: client/drizzle.cc:1190
144
#: client/drizzle.cc:1241
144
#: client/drizzle.cc:1238
145
145
msgid "Query aborted by Ctrl+C\n"
148
#: client/drizzle.cc:1264 client/drizzleadmin.cc:75 drizzled/drizzled.cc:2817
148
#: client/drizzle.cc:1261 client/drizzleadmin.cc:73 drizzled/drizzled.cc:3025
149
149
msgid "Display this help and exit."
152
#: client/drizzle.cc:1263
153
msgid "Synonym for -?"
152
156
#: client/drizzle.cc:1266
153
msgid "Synonym for -?"
156
#: client/drizzle.cc:1269
158
158
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
159
159
"and field completion, but startup and reconnecting may take a longer time. "
160
160
"Disable with --disable-auto-rehash."
163
#: client/drizzle.cc:1273
163
#: client/drizzle.cc:1270
165
165
"No automatic rehashing. One has to use 'rehash' to get table and field "
166
166
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
167
167
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
170
#: client/drizzle.cc:1276
170
#: client/drizzle.cc:1273
172
172
"Automatically switch to vertical output mode if the result is wider than the "
173
173
"terminal width."
176
#: client/drizzle.cc:1279
176
#: client/drizzle.cc:1276
178
178
"Don't use history file. Disable interactive behavior. (Enables --silent)"
181
#: client/drizzle.cc:1281 drizzled/drizzled.cc:2869
181
#: client/drizzle.cc:1278 drizzled/drizzled.cc:3095
182
182
msgid "Directory where character sets are."
185
#: client/drizzle.cc:1280
186
msgid "Display column type information."
185
189
#: client/drizzle.cc:1283
186
msgid "Display column type information."
189
#: client/drizzle.cc:1286
191
191
"Preserve comments. Send comments to the server. The default is --skip-"
192
192
"comments (discard comments), enable with --comments"
195
#: client/drizzle.cc:1286
196
msgid "Use compression in server/client protocol."
195
199
#: client/drizzle.cc:1289
196
msgid "Use compression in server/client protocol."
200
msgid "Check memory and open file usage at exit ."
199
203
#: client/drizzle.cc:1292
200
msgid "Check memory and open file usage at exit ."
203
#: client/drizzle.cc:1295
204
204
msgid "Print some debug info at exit."
207
#: client/drizzle.cc:1294
208
msgid "Database to use."
207
211
#: client/drizzle.cc:1297
208
msgid "Database to use."
211
#: client/drizzle.cc:1300
212
212
msgid "(not used)"
215
#: client/drizzle.cc:1302
215
#: client/drizzle.cc:1299
216
216
msgid "Delimiter to be used."
219
#: client/drizzle.cc:1304
219
#: client/drizzle.cc:1301
220
220
msgid "Execute command and quit. (Disables --force and history file)"
223
#: client/drizzle.cc:1303
224
msgid "Print the output of a query (rows) vertically."
223
227
#: client/drizzle.cc:1306
224
msgid "Print the output of a query (rows) vertically."
227
#: client/drizzle.cc:1309
228
228
msgid "Continue even if we get an sql error."
231
#: client/drizzle.cc:1313
231
#: client/drizzle.cc:1310
233
233
"Enable named commands. Named commands mean this program's internal commands; "
234
234
"see drizzle> help . When enabled, the named commands can be used from any "
313
#: client/drizzle.cc:1354
313
#: client/drizzle.cc:1351
315
315
"Disable pager and print to stdout. See interactive help (\\h) also. WARNING: "
316
316
"option deprecated; use --disable-pager instead."
319
#: client/drizzle.cc:1357 client/drizzleadmin.cc:80
319
#: client/drizzle.cc:1354 client/drizzleadmin.cc:78
321
321
"Password to use when connecting to server. If password is not given it's "
322
322
"asked from the tty."
325
#: client/drizzle.cc:1359
325
#: client/drizzle.cc:1356
327
327
"Port number to use for connection or 0 for default to, in order of "
328
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
328
"preference, my.cnf, $DRIZZLE_TCP_PORT, "
331
#: client/drizzle.cc:1357
332
msgid "built-in default"
331
335
#: client/drizzle.cc:1360
332
msgid "built-in default"
336
msgid "Set the drizzle prompt to this value."
335
339
#: client/drizzle.cc:1363
336
msgid "Set the drizzle prompt to this value."
340
msgid "The protocol of connection (tcp,socket,pipe,memory)."
339
343
#: client/drizzle.cc:1366
340
msgid "The protocol of connection (tcp,socket,pipe,memory)."
343
#: client/drizzle.cc:1369
345
345
"Don't cache result, print it row by row. This may slow down the server if "
346
346
"the output is suspended. Doesn't use history file."
349
#: client/drizzle.cc:1368
350
msgid "Write fields without conversion. Used with --batch."
349
353
#: client/drizzle.cc:1371
350
msgid "Write fields without conversion. Used with --batch."
353
#: client/drizzle.cc:1374
355
355
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
356
356
"option is enabled by default."
359
#: client/drizzle.cc:1376
359
#: client/drizzle.cc:1373
361
361
"Be more silent. Print results with a tab as separator, each row on new line."
364
#: client/drizzle.cc:1375
365
msgid "Socket file to use for connection."
364
368
#: client/drizzle.cc:1378
365
msgid "Socket file to use for connection."
369
msgid "Output in table format."
368
372
#: client/drizzle.cc:1381
369
msgid "Output in table format."
372
#: client/drizzle.cc:1384
374
374
"Append everything into outfile. See interactive help (\\h) also. Does not "
375
375
"work in batch mode. Disable with --disable-tee. This option is disabled by "
379
#: client/drizzle.cc:1386
379
#: client/drizzle.cc:1383
381
381
"Disable outfile. See interactive help (\\h) also. WARNING: option "
382
382
"deprecated; use --disable-tee instead"
385
#: client/drizzle.cc:1389 client/drizzleadmin.cc:90
385
#: client/drizzle.cc:1386 client/drizzleadmin.cc:88
386
386
msgid "User for login if not current user."
389
#: client/drizzle.cc:1389
390
msgid "Only allow UPDATE and DELETE that uses keys."
389
393
#: client/drizzle.cc:1392
390
msgid "Only allow UPDATE and DELETE that uses keys."
394
msgid "Synonym for option --safe-updates, -U."
393
397
#: client/drizzle.cc:1395
394
msgid "Synonym for option --safe-updates, -U."
397
#: client/drizzle.cc:1398
398
398
msgid "Write more. (-v -v -v gives the table output format)."
401
#: client/drizzle.cc:1400 client/drizzleadmin.cc:95 drizzled/drizzled.cc:3187
401
#: client/drizzle.cc:1397 client/drizzleadmin.cc:93 drizzled/drizzled.cc:3471
402
402
msgid "Output version information and exit."
405
#: client/drizzle.cc:1402 client/drizzleadmin.cc:97
405
#: client/drizzle.cc:1399 client/drizzleadmin.cc:95
406
406
msgid "Wait and retry if connection is down."
409
#: client/drizzle.cc:1405
409
#: client/drizzle.cc:1402
410
410
msgid "Number of seconds before connection timeout."
413
#: client/drizzle.cc:1410
413
#: client/drizzle.cc:1407
414
414
msgid "Max packet length to send to, or receive from server"
417
#: client/drizzle.cc:1415
417
#: client/drizzle.cc:1412
418
418
msgid "Buffer for TCP/IP and socket communication"
421
#: client/drizzle.cc:1419
421
#: client/drizzle.cc:1416
422
422
msgid "Automatic limit for SELECT when using --safe-updates"
425
#: client/drizzle.cc:1424
425
#: client/drizzle.cc:1421
426
426
msgid "Automatic limit for rows in a join when using --safe-updates"
429
#: client/drizzle.cc:1428
429
#: client/drizzle.cc:1425
430
430
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
433
#: client/drizzle.cc:1441
433
#: client/drizzle.cc:1438
435
435
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
438
#: client/drizzle.cc:1448
438
#: client/drizzle.cc:1445
441
"Copyright (C) 2008 Sun Microsystems\n"
442
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
443
"and you are welcome to modify and redistribute it under the GPL license\n"
441
"Copyright (C) 2000-2008 MySQL AB\n"
442
" This software comes with ABSOLUTELY NO "
443
"WARRANTY. This is free software,\n"
444
" and you are welcome to modify and redistribute it under the GPL license\n"
446
#: client/drizzle.cc:1453
447
#: client/drizzle.cc:1449
448
449
msgid "Usage: %s [OPTIONS] [database]\n"
451
#: client/drizzle.cc:1486
452
#: client/drizzle.cc:1482
452
453
msgid "DELIMITER cannot contain a backslash character"
455
#: client/drizzle.cc:1507
456
#: client/drizzle.cc:1503
457
458
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
461
#: client/drizzle.cc:1526
463
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
460
466
#: client/drizzle.cc:1530
462
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
465
#: client/drizzle.cc:1534
467
468
msgid "WARNING: --server-arg option not supported in this configuration.\n"
470
#: client/drizzle.cc:1902
471
#: client/drizzle.cc:1898
472
473
msgid "Unknown command '\\%c'."
475
#: client/drizzle.cc:2329
476
#: client/drizzle.cc:2325
477
478
"Reading table information for completion of table and column names\n"
478
479
" You can turn off this feature to get a quicker startup with -A\n"
482
#: client/drizzle.cc:2426
483
#: client/drizzle.cc:2422
483
484
msgid "No connection. Trying to reconnect..."
486
#: client/drizzle.cc:2432
487
#: client/drizzle.cc:2428
487
488
msgid "Can't connect to the server\n"
490
#: client/drizzle.cc:2489
491
#: client/drizzle.cc:2485
491
492
msgid "categories:"
494
#: client/drizzle.cc:2489
495
#: client/drizzle.cc:2485
498
#: client/drizzle.cc:2543
499
#: client/drizzle.cc:2540
500
501
msgid "Name: '%s'\n"
503
#: client/drizzle.cc:2544
504
#: client/drizzle.cc:2541
510
#: client/drizzle.cc:2546
511
#: client/drizzle.cc:2543
517
#: client/drizzle.cc:2559
518
#: client/drizzle.cc:2556
518
519
msgid "Many help items for your request exist."
521
#: client/drizzle.cc:2560
522
#: client/drizzle.cc:2557
523
524
"To make a more specific request, please type 'help <item>',\n"
524
525
"where <item> is one of the following"
527
#: client/drizzle.cc:2566
528
#: client/drizzle.cc:2563
529
530
msgid "You asked for help about help category: '%s'\n"
532
#: client/drizzle.cc:2567
533
#: client/drizzle.cc:2564
534
535
"For more information, type 'help <item>', where <item> is one of the "
538
#: client/drizzle.cc:2580
539
#: client/drizzle.cc:2577
544
#: client/drizzle.cc:2581
545
#: client/drizzle.cc:2578
545
546
msgid "Please try to run 'help contents' for a list of all accessible topics\n"
548
#: client/drizzle.cc:2604
549
#: client/drizzle.cc:2600
549
550
msgid "List of all Drizzle commands:"
552
#: client/drizzle.cc:2606
553
#: client/drizzle.cc:2602
553
554
msgid "Note that all text commands must be first on line and end with ';'"
556
#: client/drizzle.cc:2617
557
#: client/drizzle.cc:2613
559
560
"For server side help, type 'help contents'\n"
562
#: client/drizzle.cc:2660
563
#: client/drizzle.cc:2656
563
564
msgid "No query specified\n"
566
#: client/drizzle.cc:2675
567
#: client/drizzle.cc:2671
567
568
msgid "Ignoring query to other database"
570
#: client/drizzle.cc:2724
571
#: client/drizzle.cc:2720
571
572
msgid "Empty set"
574
#: client/drizzle.cc:2737
575
#: client/drizzle.cc:2733
576
577
msgid "%ld row in set"
577
578
msgid_plural "%ld rows in set"
581
#: client/drizzle.cc:2746
582
#: client/drizzle.cc:2742
585
#: client/drizzle.cc:2748
586
#: client/drizzle.cc:2744
587
588
msgid "Query OK, %ld row affected"
588
589
msgid_plural "Query OK, %ld rows affected"
592
#: client/drizzleadmin.cc:82 drizzled/drizzled.cc:3053
593
#: client/drizzleadmin.cc:80 drizzled/drizzled.cc:3279
594
595
"Port number to use for connection or 0 for default to, in order of "
595
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
596
"preference, my.cnf, $DRIZZLE_TCP_PORT, built-in default ("
598
#: client/drizzleadmin.cc:87
599
#: client/drizzleadmin.cc:85
599
600
msgid "Silently exit if one can't connect to server."
602
#: client/drizzleadmin.cc:93
603
#: client/drizzleadmin.cc:91
603
604
msgid "Write more information."
606
#: client/drizzleadmin.cc:258
607
#: client/drizzleadmin.cc:256
609
610
"connect to server at '%s' failed\n"
613
#: client/drizzleadmin.cc:264
614
#: client/drizzleadmin.cc:262
615
616
msgid "Check that drizzled is running on %s"
619
#: client/drizzleadmin.cc:263
621
msgid " and that the port is %d.\n"
618
624
#: client/drizzleadmin.cc:265
620
msgid " and that the port is %d.\n"
623
#: client/drizzleadmin.cc:267
625
626
msgid "You can check this by doing 'telnet %s %d'\n"
628
#: client/drizzleadmin.cc:278
629
#: client/drizzleadmin.cc:276
630
631
msgid "Got error: %s\n"
633
#: client/drizzleadmin.cc:285
634
#: client/drizzleadmin.cc:283
634
635
msgid "Waiting for Drizzle server to answer"
637
#: client/drizzleadmin.cc:318
638
#: client/drizzleadmin.cc:316
639
640
msgid "shutting down drizzled...\n"
642
#: client/drizzleadmin.cc:322
643
#: client/drizzleadmin.cc:320
644
645
msgid "shutdown failed; error: '%s'"
647
#: client/drizzleadmin.cc:329
648
#: client/drizzleadmin.cc:327
652
#: client/drizzleadmin.cc:339
653
#: client/drizzleadmin.cc:337
653
654
msgid "drizzled is alive"
656
#: client/drizzleadmin.cc:347
657
#: client/drizzleadmin.cc:345
657
658
msgid "connection was down, but drizzled is now alive"
660
#: client/drizzleadmin.cc:351
661
#: client/drizzleadmin.cc:349
662
663
msgid "drizzled doesn't answer to ping, error: '%s'"
665
#: client/drizzleadmin.cc:360
666
#: client/drizzleadmin.cc:358
667
668
msgid "Unknown command: '%-.60s'"
670
#: client/drizzleadmin.cc:369
671
#: client/drizzleadmin.cc:367
672
673
msgid "%s Ver %s Distrib %s, for %s on %s\n"
676
#: client/drizzleadmin.cc:374
677
msgid "Copyright (C) 2000-2008 MySQL AB"
680
#: client/drizzleadmin.cc:375
682
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
683
"and you are welcome to modify and redistribute it under the GPL license\n"
675
686
#: client/drizzleadmin.cc:376
676
msgid "Copyright (C) 2000-2008 MySQL AB"
687
msgid "Administration program for the drizzled daemon."
679
690
#: client/drizzleadmin.cc:377
681
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
682
"and you are welcome to modify and redistribute it under the GPL license\n"
685
#: client/drizzleadmin.cc:378
686
msgid "Administration program for the drizzled daemon."
692
msgid "Usage: %s [OPTIONS] command command....\n"
689
695
#: client/drizzleadmin.cc:379
691
msgid "Usage: %s [OPTIONS] command command....\n"
694
#: client/drizzleadmin.cc:381
696
697
" ping Check if server is down\n"
697
698
" shutdown Take server down\n"
1358
#: drizzled/drizzled.cc:1381
1357
#: drizzled/drizzled.cc:1544
1360
1359
msgid "Writing a core file\n"
1363
#: drizzled/drizzled.cc:1428
1362
#: drizzled/drizzled.cc:1591
1365
1364
"setrlimit could not change the size of core files to 'infinity'; We may not "
1366
1365
"be able to generate a core file on signals"
1369
#: drizzled/drizzled.cc:1496
1368
#: drizzled/drizzled.cc:1659
1371
1370
msgid "Can't create interrupt-thread (error %d, errno: %d)"
1374
#: drizzled/drizzled.cc:1584
1373
#: drizzled/drizzled.cc:1747
1376
msgid "Got signal %d to shutdown drizzled"
1379
#: drizzled/drizzled.cc:1601 drizzled/sql_base.cc:6487
1380
msgid "Can't create thread to kill server"
1383
#: drizzled/drizzled.cc:1624
1375
msgid "Got signal %d to shutdown mysqld"
1378
#: drizzled/drizzled.cc:1788
1385
1380
msgid "Got signal: %d error: %d"
1388
#: drizzled/drizzled.cc:1754
1383
#: drizzled/drizzled.cc:1918
1390
1385
msgid "Wrong date/time format specifier: %s\n"
1393
#: drizzled/drizzled.cc:1871
1388
#: drizzled/drizzled.cc:2042
1395
1390
msgid "gethostname failed, using '%s' as hostname"
1398
#: drizzled/drizzled.cc:1935
1393
#: drizzled/drizzled.cc:2106
1401
"Changed limits: max_open_files: %u max_connections: %<PRIu64> table_cache: "
1396
"Changed limits: max_open_files: %u max_connections: %ld table_cache: %ld"
1405
#: drizzled/drizzled.cc:1940
1399
#: drizzled/drizzled.cc:2111
1408
1402
"Could not increase number of max_open_files to more than %u (request: %u)"
1411
#: drizzled/drizzled.cc:2021
1405
#: drizzled/drizzled.cc:2192
1413
1407
msgid "Unknown locale: '%s'"
1416
#: drizzled/drizzled.cc:2087
1410
#: drizzled/drizzled.cc:2262
1417
1411
msgid "Can't create thread-keys"
1420
#: drizzled/drizzled.cc:2127
1414
#: drizzled/drizzled.cc:2302
1421
1415
msgid "Unable to reopen stdout"
1424
#: drizzled/drizzled.cc:2130
1418
#: drizzled/drizzled.cc:2305
1425
1419
msgid "Unable to reopen stderr"
1428
#: drizzled/drizzled.cc:2136
1422
#: drizzled/drizzled.cc:2311
1429
1423
msgid "Out of memory"
1432
#: drizzled/drizzled.cc:2142
1426
#: drizzled/drizzled.cc:2318
1427
msgid "You need to use --log-bin to make --binlog-format work."
1430
#: drizzled/drizzled.cc:2340
1434
1432
"using --replicate-same-server-id in conjunction with --log-slave-updates is "
1435
1433
"impossible, it would lead to infinite loops in this server."
1438
#: drizzled/drizzled.cc:2162
1436
#: drizzled/drizzled.cc:2360
1441
1439
"No argument was provided to --log-bin, and --log-bin-index was not used; so "
1443
1441
"hostname changed!! Please use '--log-bin=%s' to avoid this problem."
1446
#: drizzled/drizzled.cc:2190
1444
#: drizzled/drizzled.cc:2394
1447
1445
msgid "Failed to initialize plugins."
1450
#: drizzled/drizzled.cc:2221
1448
#: drizzled/drizzled.cc:2425
1453
1451
"%s: Too many arguments (first extra is '%s').\n"
1454
1452
"Use --verbose --help to get a list of available options\n"
1457
#: drizzled/drizzled.cc:2231
1455
#: drizzled/drizzled.cc:2435
1458
1456
msgid "Can't init databases"
1461
#: drizzled/drizzled.cc:2251
1459
#: drizzled/drizzled.cc:2455
1463
1461
msgid "Unknown/unsupported table type: %s"
1466
#: drizzled/drizzled.cc:2257
1464
#: drizzled/drizzled.cc:2461
1468
1466
msgid "Default storage engine (%s) is not available"
1471
#: drizzled/drizzled.cc:2280
1469
#: drizzled/drizzled.cc:2484
1472
1470
msgid "Can't initialize tc_log"
1475
#: drizzled/drizzled.cc:2311
1473
#: drizzled/drizzled.cc:2515
1477
1475
msgid "Failed to lock memory. Errno: %d\n"
1480
#: drizzled/drizzled.cc:2380
1478
#: drizzled/drizzled.cc:2584
1482
1480
msgid "Asked for %u thread stack, but got %<PRIu64>"
1485
#: drizzled/drizzled.cc:2416
1483
#: drizzled/drizzled.cc:2620
1487
1485
"You have enabled the binary log, but you haven't set server-id to a non-zero "
1488
1486
"value: we force server id to 1; updates will be logged to the binary log, "
1489
1487
"but connections from slaves will not be accepted."
1492
#: drizzled/drizzled.cc:2474
1490
#: drizzled/drizzled.cc:2678
1493
1491
msgid "Before Lock_thread_count"
1496
#: drizzled/drizzled.cc:2481
1494
#: drizzled/drizzled.cc:2685
1497
1495
msgid "After lock_thread_count"
1500
#: drizzled/drizzled.cc:2589
1498
#: drizzled/drizzled.cc:2793
1502
1500
msgid "drizzled: Got error %d from select"
1505
#: drizzled/drizzled.cc:2821 drizzled/drizzled.cc:2908
1506
#: drizzled/drizzled.cc:3026
1503
#: drizzled/drizzled.cc:3029 drizzled/drizzled.cc:3134
1504
#: drizzled/drizzled.cc:3252
1507
1505
msgid "Option used by mysql-test for debugging and testing of replication."
1510
#: drizzled/drizzled.cc:2825
1508
#: drizzled/drizzled.cc:3033
1511
1509
msgid "Auto-increment columns are incremented by this"
1514
#: drizzled/drizzled.cc:2830
1512
#: drizzled/drizzled.cc:3038
1516
1514
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1520
#: drizzled/drizzled.cc:2836
1518
#: drizzled/drizzled.cc:3044
1522
1520
"Path to installation directory. All paths are usually resolved relative to "
1526
#: drizzled/drizzled.cc:2840
1524
#: drizzled/drizzled.cc:3048
1527
1525
msgid "IP address to bind to."
1530
#: drizzled/drizzled.cc:2844
1528
#: drizzled/drizzled.cc:3052
1530
"Does not have any effect without '--log-bin'. Tell the master the form of "
1531
"binary logging to use: either 'row' for row-based binary logging, or "
1532
"'statement' for statement-based binary logging, or 'mixed'. 'mixed' is "
1533
"statement-based binary logging except for those statements where only row-"
1534
"based is correct: those which involve user-defined functions (i.e. UDFs) or "
1535
"the UUID() function; for those, row-based binary logging is automatically "
1539
#: drizzled/drizzled.cc:3062
1541
"Tells the master it should log updates for the specified database, and "
1542
"exclude all others not explicitly mentioned."
1545
#: drizzled/drizzled.cc:3066
1547
"Tells the master that updates to the given database should not be logged "
1551
#: drizzled/drizzled.cc:3070
1532
1553
"The maximum size of a row-based binary log event in bytes. Rows will be "
1533
1554
"grouped into events smaller than this size if possible. The value has to be "
1534
1555
"a multiple of 256."
1537
#: drizzled/drizzled.cc:2855
1558
#: drizzled/drizzled.cc:3081
1538
1559
msgid "Don't ignore client side character set value sent during handshake."
1541
#: drizzled/drizzled.cc:2860
1562
#: drizzled/drizzled.cc:3086
1542
1563
msgid "Set the filesystem character set."
1545
#: drizzled/drizzled.cc:2865
1566
#: drizzled/drizzled.cc:3091
1546
1567
msgid "Set the default character set."
1549
#: drizzled/drizzled.cc:2872
1550
msgid "Chroot drizzled daemon during startup."
1570
#: drizzled/drizzled.cc:3098
1571
msgid "Chroot mysqld daemon during startup."
1553
#: drizzled/drizzled.cc:2876
1574
#: drizzled/drizzled.cc:3102
1554
1575
msgid "Set the default collation."
1557
#: drizzled/drizzled.cc:2880
1578
#: drizzled/drizzled.cc:3106
1558
1579
msgid "Default completion type."
1561
#: drizzled/drizzled.cc:2885
1582
#: drizzled/drizzled.cc:3111
1562
1583
msgid "Write error output on screen."
1565
#: drizzled/drizzled.cc:2889
1586
#: drizzled/drizzled.cc:3115
1566
1587
msgid "Write core on errors."
1569
#: drizzled/drizzled.cc:2893
1590
#: drizzled/drizzled.cc:3119
1570
1591
msgid "Path to the database root."
1573
#: drizzled/drizzled.cc:2897
1594
#: drizzled/drizzled.cc:3123
1574
1595
msgid "Set the default storage engine (table type) for tables."
1577
#: drizzled/drizzled.cc:2901
1598
#: drizzled/drizzled.cc:3127
1578
1599
msgid "Set the default time zone."
1581
#: drizzled/drizzled.cc:2905
1602
#: drizzled/drizzled.cc:3131
1582
1603
msgid "Type of DELAY_KEY_WRITE."
1585
#: drizzled/drizzled.cc:2914
1606
#: drizzled/drizzled.cc:3140
1586
1607
msgid "Print a symbolic stack trace on failure."
1589
#: drizzled/drizzled.cc:2920
1610
#: drizzled/drizzled.cc:3146
1590
1611
msgid "Push supported query conditions to the storage engine."
1593
#: drizzled/drizzled.cc:2926
1614
#: drizzled/drizzled.cc:3152
1594
1615
msgid "Used for debugging; Use at your own risk!"
1597
#: drizzled/drizzled.cc:2929
1618
#: drizzled/drizzled.cc:3155
1598
1619
msgid "Flush tables to disk between SQL commands."
1601
#: drizzled/drizzled.cc:2934
1622
#: drizzled/drizzled.cc:3160
1602
1623
msgid "Set up signals usable for debugging"
1605
#: drizzled/drizzled.cc:2938
1626
#: drizzled/drizzled.cc:3164
1606
1627
msgid "Command(s) that are executed for each new connection"
1609
#: drizzled/drizzled.cc:2942
1630
#: drizzled/drizzled.cc:3168
1610
1631
msgid "Read SQL commands from this file at startup."
1613
#: drizzled/drizzled.cc:2946
1634
#: drizzled/drizzled.cc:3172
1614
1635
msgid "Command(s) that are executed when a slave connects to this master"
1617
#: drizzled/drizzled.cc:2950
1638
#: drizzled/drizzled.cc:3176
1618
1639
msgid "(IGNORED)"
1621
#: drizzled/drizzled.cc:2954
1642
#: drizzled/drizzled.cc:3180
1622
1643
msgid "Set the language used for the month names and the days of the week."
1625
#: drizzled/drizzled.cc:2959
1646
#: drizzled/drizzled.cc:3185
1626
1647
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1629
#: drizzled/drizzled.cc:2964
1650
#: drizzled/drizzled.cc:3190
1630
1651
msgid "Log connections and queries to file."
1633
#: drizzled/drizzled.cc:2968
1654
#: drizzled/drizzled.cc:3194
1635
1656
"Log update queries in binary format. Optional argument is the location for "
1636
1657
"the binary log files.(Strongly recommended to avoid replication problems if "
1637
1658
"server's hostname changes)"
1640
#: drizzled/drizzled.cc:2975
1661
#: drizzled/drizzled.cc:3201
1641
1662
msgid "File that holds the names for last binary log files."
1644
#: drizzled/drizzled.cc:2979
1665
#: drizzled/drizzled.cc:3205
1645
1666
msgid "Error log file."
1648
#: drizzled/drizzled.cc:2983
1669
#: drizzled/drizzled.cc:3209
1649
1670
msgid "Log all MyISAM changes to file."
1652
#: drizzled/drizzled.cc:2987
1673
#: drizzled/drizzled.cc:3213
1654
1675
"Tells the slave to log the updates from the slave thread to the binary log. "
1655
1676
"You will need to turn it on if you plan to daisy-chain the slaves."
1658
#: drizzled/drizzled.cc:2994
1679
#: drizzled/drizzled.cc:3220
1660
1681
"Path to transaction coordinator log (used for transactions that affect more "
1661
1682
"than one storage engine, when binary log is disabled)"
1664
#: drizzled/drizzled.cc:3000
1685
#: drizzled/drizzled.cc:3226
1665
1686
msgid "Size of transaction coordinator log."
1668
#: drizzled/drizzled.cc:3006
1689
#: drizzled/drizzled.cc:3232
1669
1690
msgid "Log some not critical warnings to the log file."
1672
#: drizzled/drizzled.cc:3011
1693
#: drizzled/drizzled.cc:3237
1673
1694
msgid "INSERT/DELETE/UPDATE has lower priority than selects."
1676
#: drizzled/drizzled.cc:3016
1697
#: drizzled/drizzled.cc:3242
1678
1699
"The location and name of the file that remembers the master and where the I/"
1679
1700
"O replication thread is in the master's binlogs."
1682
#: drizzled/drizzled.cc:3021
1703
#: drizzled/drizzled.cc:3247
1684
1705
"The number of tries the slave will make to connect to the master before "
1688
#: drizzled/drizzled.cc:3030
1689
msgid "Lock drizzled in memory."
1709
#: drizzled/drizzled.cc:3256
1710
msgid "Lock mysqld in memory."
1692
#: drizzled/drizzled.cc:3034
1713
#: drizzled/drizzled.cc:3260
1694
1715
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1695
1716
"BACKUP, FORCE or QUICK."
1698
#: drizzled/drizzled.cc:3039
1719
#: drizzled/drizzled.cc:3265
1699
1720
msgid "Use very new possible 'unsafe' functions."
1702
#: drizzled/drizzled.cc:3044
1723
#: drizzled/drizzled.cc:3270
1703
1724
msgid "Use old, non-optimized alter table."
1706
#: drizzled/drizzled.cc:3049
1727
#: drizzled/drizzled.cc:3275
1707
1728
msgid "Pid file used by safe_mysqld."
1710
#: drizzled/drizzled.cc:3059
1731
#: drizzled/drizzled.cc:3285
1712
1733
"Maximum time in seconds to wait for the port to become free. (Default: no "
1716
#: drizzled/drizzled.cc:3064
1737
#: drizzled/drizzled.cc:3290
1717
1738
msgid "The location and name to use for relay logs."
1720
#: drizzled/drizzled.cc:3068
1741
#: drizzled/drizzled.cc:3294
1722
1743
"The location and name to use for the file that keeps a list of the last "
1726
#: drizzled/drizzled.cc:3073
1747
#: drizzled/drizzled.cc:3299
1728
1749
"The location and name of the file that remembers where the SQL replication "
1729
1750
"thread is in the relay logs."
1732
#: drizzled/drizzled.cc:3078
1753
#: drizzled/drizzled.cc:3304
1755
"Tells the slave thread to restrict replication to the specified database. To "
1756
"specify more than one database, use the directive multiple times, once for "
1757
"each database. Note that this will only work if you do not use cross-"
1758
"database queries such as UPDATE some_db.some_table SET foo='bar' while "
1759
"having selected a different or no database. If you need cross database "
1760
"updates to work, use replicate-wild-do-table=db_name.%."
1763
#: drizzled/drizzled.cc:3313
1765
"Tells the slave thread to restrict replication to the specified table. To "
1766
"specify more than one table, use the directive multiple times, once for each "
1767
"table. This will work for cross-database updates, in contrast to replicate-"
1771
#: drizzled/drizzled.cc:3319
1773
"Tells the slave thread to not replicate to the specified database. To "
1774
"specify more than one database to ignore, use the directive multiple times, "
1775
"once for each database. This option will not work if you use cross database "
1776
"updates. If you need cross database updates to work, use replicate-wild-"
1777
"ignore-table=db_name.%. "
1780
#: drizzled/drizzled.cc:3326
1782
"Tells the slave thread to not replicate to the specified table. To specify "
1783
"more than one table to ignore, use the directive multiple times, once for "
1784
"each table. This will work for cross-datbase updates, in contrast to "
1785
"replicate-ignore-db."
1788
#: drizzled/drizzled.cc:3332
1790
"Updates to a database with a different name than the original. Example: "
1791
"replicate-rewrite-db=master_db_name->slave_db_name."
1794
#: drizzled/drizzled.cc:3336
1734
1796
"In replication, if set to 1, do not skip events having our server id. "
1735
1797
"Default value is 0 (to break infinite loops in circular replication). Can't "
1736
1798
"be set to 1 if --log-slave-updates is used."
1739
#: drizzled/drizzled.cc:3086
1801
#: drizzled/drizzled.cc:3343
1803
"Tells the slave thread to restrict replication to the tables that match the "
1804
"specified wildcard pattern. To specify more than one table, use the "
1805
"directive multiple times, once for each table. This will work for cross-"
1806
"database updates. Example: replicate-wild-do-table=foo%.bar% will replicate "
1807
"only updates to tables in all databases that start with foo and whose table "
1808
"names start with bar."
1811
#: drizzled/drizzled.cc:3351
1813
"Tells the slave thread to not replicate to the tables that match the given "
1814
"wildcard pattern. To specify more than one table to ignore, use the "
1815
"directive multiple times, once for each table. This will work for cross-"
1816
"database updates. Example: replicate-wild-ignore-table=foo%.bar% will not do "
1817
"updates to tables in databases that start with foo and whose table names "
1821
#: drizzled/drizzled.cc:3360
1741
1823
"Hostname or IP of the slave to be reported to to the master during slave "
1742
1824
"registration. Will appear in the output of SHOW SLAVE HOSTS. Leave unset if "
1798
1888
"stop on any unexpected difference between the master and the slave."
1801
#: drizzled/drizzled.cc:3141
1891
#: drizzled/drizzled.cc:3425
1802
1892
msgid "(INGORED)"
1805
#: drizzled/drizzled.cc:3144
1895
#: drizzled/drizzled.cc:3428
1806
1896
msgid "Enable symbolic link support."
1809
#: drizzled/drizzled.cc:3153
1899
#: drizzled/drizzled.cc:3437
1811
1901
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1814
#: drizzled/drizzled.cc:3158
1904
#: drizzled/drizzled.cc:3442
1816
1906
"Decision to use in heuristic recover process. Possible values are COMMIT or "
1820
#: drizzled/drizzled.cc:3163
1910
#: drizzled/drizzled.cc:3447
1822
1912
"Using this option will cause most temporary files created to use a small set "
1823
1913
"of names, rather than a unique name for each new file."
1826
#: drizzled/drizzled.cc:3168
1916
#: drizzled/drizzled.cc:3452
1828
1918
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1831
#: drizzled/drizzled.cc:3173
1921
#: drizzled/drizzled.cc:3457
1833
1923
"Path for temporary files. Several paths may be specified, separated by a "
1834
1924
"colon (:), in this case they are used in a round-robin fashion."
1837
#: drizzled/drizzled.cc:3179
1927
#: drizzled/drizzled.cc:3463
1838
1928
msgid "Default transaction isolation level."
1841
#: drizzled/drizzled.cc:3183
1842
msgid "Run drizzled daemon as user."
1931
#: drizzled/drizzled.cc:3467
1932
msgid "Run mysqld daemon as user."
1845
#: drizzled/drizzled.cc:3191
1935
#: drizzled/drizzled.cc:3475
1847
"The number of outstanding connection requests Drizzle can have. This comes "
1848
"into play when the main Drizzle thread gets very many connection requests in "
1849
"a very short time."
1937
"The number of outstanding connection requests MySQL can have. This comes "
1938
"into play when the main MySQL thread gets very many connection requests in a "
1852
#: drizzled/drizzled.cc:3197
1942
#: drizzled/drizzled.cc:3481
1854
1944
"The size of the cache to hold the SQL statements for the binary log during a "
1855
1945
"transaction. If you often use big, multi-statement transactions you can "
1856
1946
"increase this to get more performance."
1859
#: drizzled/drizzled.cc:3203
1949
#: drizzled/drizzled.cc:3487
1861
1951
"Size of tree cache used in bulk insert optimisation. Note that this is a "
1862
1952
"limit per thread!"
1865
#: drizzled/drizzled.cc:3209
1955
#: drizzled/drizzled.cc:3493
1867
"The number of seconds the drizzled server is waiting for a connect packet "
1957
"The number of seconds the mysqld server is waiting for a connect packet "
1868
1958
"before responding with 'Bad handshake'."
1871
#: drizzled/drizzled.cc:3214
1961
#: drizzled/drizzled.cc:3498
1872
1962
msgid "The DATE format (For future)."
1875
#: drizzled/drizzled.cc:3219
1965
#: drizzled/drizzled.cc:3503
1876
1966
msgid "The DATETIME/TIMESTAMP format (for future)."
1879
#: drizzled/drizzled.cc:3224
1969
#: drizzled/drizzled.cc:3508
1880
1970
msgid "The default week format used by WEEK() functions."
1883
#: drizzled/drizzled.cc:3229
1973
#: drizzled/drizzled.cc:3513
1885
1975
"Precision of the result of '/' operator will be increased on that value."
1888
#: drizzled/drizzled.cc:3235
1978
#: drizzled/drizzled.cc:3519
1890
1980
"If non-zero, binary logs will be purged after expire_logs_days days; "
1891
1981
"possible purges happen at startup and at binary log rotation."
1894
#: drizzled/drizzled.cc:3241
1984
#: drizzled/drizzled.cc:3525
1895
1985
msgid "The maximum length of the result of function group_concat."
1898
#: drizzled/drizzled.cc:3246
1988
#: drizzled/drizzled.cc:3530
1900
1990
"The number of seconds the server waits for activity on an interactive "
1901
1991
"connection before closing it."
1904
#: drizzled/drizzled.cc:3252
1994
#: drizzled/drizzled.cc:3536
1905
1995
msgid "The size of the buffer that is used for full joins."
1908
#: drizzled/drizzled.cc:3258
1998
#: drizzled/drizzled.cc:3542
1909
1999
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1912
#: drizzled/drizzled.cc:3263
2002
#: drizzled/drizzled.cc:3547
1914
2004
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1915
2005
"this to get better index handling (for all reads and multiple writes) to as "
1916
2006
"much as you can afford;"
1919
#: drizzled/drizzled.cc:3272
2009
#: drizzled/drizzled.cc:3556
1921
2011
"This characterizes the number of hits a hot block has to be untouched until "
1922
2012
"it is considered aged enough to be downgraded to a warm block. This "
1924
2014
"blocks in key cache"
1927
#: drizzled/drizzled.cc:3281
2017
#: drizzled/drizzled.cc:3565
1928
2018
msgid "The default size of key cache blocks"
1931
#: drizzled/drizzled.cc:3287
2021
#: drizzled/drizzled.cc:3571
1932
2022
msgid "The minimum percentage of warm blocks in key cache"
1935
#: drizzled/drizzled.cc:3293
2025
#: drizzled/drizzled.cc:3577
1936
2026
msgid "Max packetlength to send/receive from to server."
1939
#: drizzled/drizzled.cc:3298
2029
#: drizzled/drizzled.cc:3582
1941
2031
"Can be used to restrict the total size used to cache a multi-transaction "
1945
#: drizzled/drizzled.cc:3303
2035
#: drizzled/drizzled.cc:3587
1947
2037
"Binary log will be rotated automatically when the size exceeds this value. "
1948
2038
"Will also apply to relay logs if max_relay_log_size is 0. The minimum value "
1949
2039
"for this variable is 4096."
1952
#: drizzled/drizzled.cc:3309
2042
#: drizzled/drizzled.cc:3593
1954
2044
"If there is more than this number of interrupted connections from a host "
1955
2045
"this host will be blocked from further connections."
1958
#: drizzled/drizzled.cc:3316
2048
#: drizzled/drizzled.cc:3600
1959
2049
msgid "The number of simultaneous clients allowed."
1962
#: drizzled/drizzled.cc:3321
2052
#: drizzled/drizzled.cc:3605
1963
2053
msgid "Max number of errors/warnings to store for a statement."
1966
#: drizzled/drizzled.cc:3326
2056
#: drizzled/drizzled.cc:3610
1967
2057
msgid "Don't allow creation of heap tables bigger than this."
1970
#: drizzled/drizzled.cc:3332
2060
#: drizzled/drizzled.cc:3616
1972
2062
"Joins that are probably going to read more than max_join_size records return "
1976
#: drizzled/drizzled.cc:3338
2066
#: drizzled/drizzled.cc:3622
1977
2067
msgid "Max number of bytes in sorted records."
1980
#: drizzled/drizzled.cc:3343
2070
#: drizzled/drizzled.cc:3627
1982
2072
"If non-zero: relay log will be rotated automatically when the size exceeds "
1983
2073
"this value; if zero (the default): when the size exceeds max_binlog_size. 0 "
1984
2074
"excepted, the minimum value for this variable is 4096."
1987
#: drizzled/drizzled.cc:3350
2077
#: drizzled/drizzled.cc:3634
1988
2078
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1991
#: drizzled/drizzled.cc:3355
2081
#: drizzled/drizzled.cc:3639
1993
2083
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1994
2084
"max_sort_length bytes of each value are used; the rest are ignored)."
1997
#: drizzled/drizzled.cc:3362
2087
#: drizzled/drizzled.cc:3646
1998
2088
msgid "Maximum number of temporary tables a client can keep open at a time."
2001
#: drizzled/drizzled.cc:3367
2091
#: drizzled/drizzled.cc:3651
2002
2092
msgid "After this many write locks, allow some read locks to run in between."
2005
#: drizzled/drizzled.cc:3371
2095
#: drizzled/drizzled.cc:3655
2007
2097
"Don't log queries which examine less than min_examined_row_limit rows to "
2011
#: drizzled/drizzled.cc:3377
2101
#: drizzled/drizzled.cc:3661
2012
2102
msgid "Block size to be used for MyISAM index pages."
2015
#: drizzled/drizzled.cc:3383
2105
#: drizzled/drizzled.cc:3667
2016
2106
msgid "Default pointer size to be used for MyISAM tables."
2019
#: drizzled/drizzled.cc:3388
2109
#: drizzled/drizzled.cc:3672
2021
2111
"Don't use the fast sort index method to created index if the temporary file "
2022
2112
"would get bigger than this."
2025
#: drizzled/drizzled.cc:3395
2115
#: drizzled/drizzled.cc:3679
2027
2117
"Number of threads to use when repairing MyISAM tables. The value of 1 "
2028
2118
"disables parallel repair."
2031
#: drizzled/drizzled.cc:3401
2121
#: drizzled/drizzled.cc:3685
2033
2123
"The buffer that is allocated when sorting the index when doing a REPAIR or "
2034
2124
"when creating indexes with CREATE INDEX or ALTER TABLE."
2037
#: drizzled/drizzled.cc:3407
2127
#: drizzled/drizzled.cc:3691
2039
2129
"Specifies how MyISAM index statistics collection code should threat NULLs. "
2040
2130
"Possible values of name are 'nulls_unequal' (default behavior), "
2041
2131
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
2044
#: drizzled/drizzled.cc:3414
2134
#: drizzled/drizzled.cc:3698
2045
2135
msgid "Buffer length for TCP/IP and socket communication."
2048
#: drizzled/drizzled.cc:3419
2138
#: drizzled/drizzled.cc:3703
2050
2140
"Number of seconds to wait for more data from a connection before aborting "
2054
#: drizzled/drizzled.cc:3425
2144
#: drizzled/drizzled.cc:3709
2056
2146
"If a read on a communication port is interrupted, retry this many times "
2057
2147
"before giving up."
2060
#: drizzled/drizzled.cc:3431
2150
#: drizzled/drizzled.cc:3715
2062
2152
"Number of seconds to wait for a block to be written to a connection before "
2063
2153
"aborting the write."
2066
#: drizzled/drizzled.cc:3437
2156
#: drizzled/drizzled.cc:3721
2067
2157
msgid "Use compatible behavior."
2070
#: drizzled/drizzled.cc:3442
2160
#: drizzled/drizzled.cc:3726
2072
"If this is not 0, then drizzled will use this value to reserve file "
2073
"descriptors to use with setrlimit(). If this value is 0 then drizzled will "
2162
"If this is not 0, then mysqld will use this value to reserve file "
2163
"descriptors to use with setrlimit(). If this value is 0 then mysqld will "
2074
2164
"reserve max_connections*5 or max_connections + table_cache*2 (whichever is "
2075
2165
"larger) number of files."
2078
#: drizzled/drizzled.cc:3449
2168
#: drizzled/drizzled.cc:3733
2080
2170
"Controls the heuristic(s) applied during query optimization to prune less-"
2081
"promising partial plans from the optimizer search space. Meaning: false - do "
2082
"not apply any heuristic, thus perform exhaustive search; true - prune plans "
2083
"based on number of retrieved rows."
2171
"promising partial plans from the optimizer search space. Meaning: 0 - do not "
2172
"apply any heuristic, thus perform exhaustive search; 1 - prune plans based "
2173
"on number of retrieved rows."
2086
#: drizzled/drizzled.cc:3457
2176
#: drizzled/drizzled.cc:3741
2088
2178
"Maximum depth of search performed by the query optimizer. Values larger than "
2089
2179
"the number of relations in a query result in better query plans, but take "
2094
2184
"(used for testing/comparison)."
2097
#: drizzled/drizzled.cc:3469
2187
#: drizzled/drizzled.cc:3753
2098
2188
msgid "Directory for plugins."
2101
#: drizzled/drizzled.cc:3473
2191
#: drizzled/drizzled.cc:3757
2103
"Optional colon (or semicolon) separated list of plugins to load,where each "
2104
"plugin is identified by the name of the shared library. [for example: --"
2105
"plugin_load=libmd5udf.so:libauth_pam.so]"
2193
"Optional comma separated list of plugins to load, where each plugin is "
2194
"identified by the name of the shared library. [for example: --"
2195
"plugin_load=libmd5udf.so]"
2108
#: drizzled/drizzled.cc:3479
2198
#: drizzled/drizzled.cc:3763
2109
2199
msgid "The size of the buffer that is allocated when preloading indexes"
2112
#: drizzled/drizzled.cc:3484
2202
#: drizzled/drizzled.cc:3768
2113
2203
msgid "Allocation block size for query parsing and execution"
2116
#: drizzled/drizzled.cc:3489
2206
#: drizzled/drizzled.cc:3773
2117
2207
msgid "Persistent buffer for query parsing and execution"
2120
#: drizzled/drizzled.cc:3495
2210
#: drizzled/drizzled.cc:3779
2121
2211
msgid "Allocation block size for storing ranges during optimization"
2124
#: drizzled/drizzled.cc:3501
2214
#: drizzled/drizzled.cc:3785
2126
2216
"Each thread that does a sequential scan allocates a buffer of this size for "
2127
2217
"each table it scans. If you do many sequential scans, you may want to "
2128
2218
"increase this value."
2131
#: drizzled/drizzled.cc:3509
2221
#: drizzled/drizzled.cc:3793
2133
2223
"Make all non-temporary tables read-only, with the exception for replication "
2134
2224
"(slave) threads and users with the SUPER privilege"
2137
#: drizzled/drizzled.cc:3515
2227
#: drizzled/drizzled.cc:3799
2139
2229
"When reading rows in sorted order after a sort, the rows are read through "
2140
2230
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
2141
2231
"record_buffer."
2144
#: drizzled/drizzled.cc:3523
2234
#: drizzled/drizzled.cc:3813
2146
2236
"0 = do not purge relay logs. 1 = purge them as soon as they are no more "
2150
#: drizzled/drizzled.cc:3529
2240
#: drizzled/drizzled.cc:3819
2151
2241
msgid "Maximum space to use for all relay logs."
2154
#: drizzled/drizzled.cc:3534
2244
#: drizzled/drizzled.cc:3824
2155
2245
msgid "Use compression on master/slave protocol."
2158
#: drizzled/drizzled.cc:3539
2248
#: drizzled/drizzled.cc:3829
2160
2250
"Number of seconds to wait for more data from a master/slave connection "
2161
2251
"before aborting the read."
2164
#: drizzled/drizzled.cc:3544
2254
#: drizzled/drizzled.cc:3834
2166
2256
"Number of times the slave SQL thread will retry a transaction in case it "
2167
2257
"failed with a deadlock or elapsed lock wait timeout, before giving up and "
2171
#: drizzled/drizzled.cc:3550
2261
#: drizzled/drizzled.cc:3840
2172
2262
msgid "Allow slave to batch requests."
2175
#: drizzled/drizzled.cc:3554
2265
#: drizzled/drizzled.cc:3844
2177
2267
"If creating the thread takes longer than this value (in seconds), the "
2178
2268
"Slow_launch_threads counter will be incremented."
2181
#: drizzled/drizzled.cc:3559
2271
#: drizzled/drizzled.cc:3849
2182
2272
msgid "Each thread that needs to do a sort allocates a buffer of this size."
2185
#: drizzled/drizzled.cc:3565
2275
#: drizzled/drizzled.cc:3855
2187
2277
"Synchronously flush binary log to disk after every #th event. Use 0 "
2188
2278
"(default) to disable synchronous flushing."
2191
#: drizzled/drizzled.cc:3570
2281
#: drizzled/drizzled.cc:3860
2192
2282
msgid "The number of cached table definitions."
2195
#: drizzled/drizzled.cc:3574
2285
#: drizzled/drizzled.cc:3864
2196
2286
msgid "The number of cached open tables."
2199
#: drizzled/drizzled.cc:3578
2289
#: drizzled/drizzled.cc:3868
2201
2291
"Timeout in seconds to wait for a table level lock before returning an error. "
2202
2292
"Used only if the connection has active cursors."
2205
#: drizzled/drizzled.cc:3583
2295
#: drizzled/drizzled.cc:3873
2206
2296
msgid "How many threads we should keep in a cache for reuse."
2209
#: drizzled/drizzled.cc:3587
2299
#: drizzled/drizzled.cc:3877
2211
2301
"How many threads we should create to handle query requests in case of "
2212
2302
"'thread_handling=pool-of-threads'"
2215
#: drizzled/drizzled.cc:3592
2305
#: drizzled/drizzled.cc:3882
2216
2306
msgid "The stack size for each thread."
2219
#: drizzled/drizzled.cc:3598
2309
#: drizzled/drizzled.cc:3888
2220
2310
msgid "The TIME format (for future)."
2223
#: drizzled/drizzled.cc:3603
2313
#: drizzled/drizzled.cc:3893
2225
2315
"If an internal in-memory temporary table exceeds this size, MySQL will "
2226
2316
"automatically convert it to an on-disk MyISAM table."
2229
#: drizzled/drizzled.cc:3609
2319
#: drizzled/drizzled.cc:3899
2230
2320
msgid "Allocation block size for transactions to be stored in binary log"
2233
#: drizzled/drizzled.cc:3614
2323
#: drizzled/drizzled.cc:3904
2234
2324
msgid "Persistent buffer for transactions to be stored in binary log"
2237
#: drizzled/drizzled.cc:3619
2327
#: drizzled/drizzled.cc:3909
2239
2329
"The number of seconds the server waits for activity on a connection before "
2243
#: drizzled/drizzled.cc:3866
2333
#: drizzled/drizzled.cc:4157
2245
2335
"Copyright (C) 2000 MySQL AB, by Monty and others\n"
2246
2336
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5692
5816
"shutdown the Drizzle server and restart it."
5695
#: drizzled/log.cc:1527 drizzled/log.cc:1558 drizzled/log.cc:1807
5696
#: drizzled/log.cc:1929
5819
#: drizzled/log.cc:1539 drizzled/log.cc:1570 drizzled/log.cc:1819
5820
#: drizzled/log.cc:1941
5698
5822
msgid "Failed to delete file '%s'"
5701
#: drizzled/log.cc:1536 drizzled/log.cc:1815 drizzled/log.cc:1937
5825
#: drizzled/log.cc:1548 drizzled/log.cc:1827 drizzled/log.cc:1949
5704
5828
"a problem with deleting %s; consider examining correspondence of your binlog "
5705
5829
"index file to the actual binlog files"
5708
#: drizzled/log.cc:1663
5832
#: drizzled/log.cc:1675
5710
5834
msgid "next log error: %d offset: %s log: %s included: %d"
5713
#: drizzled/log.cc:1773 drizzled/log.cc:1897
5837
#: drizzled/log.cc:1785 drizzled/log.cc:1909
5715
5839
msgid "Failed to execute stat() on file '%s'"
5718
#: drizzled/log.cc:1784 drizzled/log.cc:1908
5842
#: drizzled/log.cc:1796 drizzled/log.cc:1920
5721
5845
"a problem with getting info on being purged %s; consider examining "
5722
5846
"correspondence of your binlog index file to the actual binlog files"
5725
#: drizzled/log.cc:3219 drizzled/log.cc:3716
5849
#: drizzled/log.cc:3358 drizzled/log.cc:3851
5727
5851
msgid "Recovering after a crash using %s"
5730
#: drizzled/log.cc:3222
5854
#: drizzled/log.cc:3361
5732
5856
"Cannot perform automatic crash recovery when --tc-heuristic-recover is used"
5735
#: drizzled/log.cc:3563
5859
#: drizzled/log.cc:3698
5736
5860
msgid "Bad magic header in tc log"
5739
#: drizzled/log.cc:3573
5863
#: drizzled/log.cc:3708
5742
5866
"Recovery failed! You must enable exactly %d storage engines that support two-"
5743
5867
"phase commit protocol"
5746
#: drizzled/log.cc:3601
5870
#: drizzled/log.cc:3736
5748
5872
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5749
5873
"of memory error) and restart, or delete tc log and start drizzled with --tc-"
5750
5874
"heuristic-recover={commit|rollback}"
5753
#: drizzled/log.cc:3631
5877
#: drizzled/log.cc:3766
5754
5878
msgid "Heuristic crash recovery mode"
5757
#: drizzled/log.cc:3633
5881
#: drizzled/log.cc:3768
5758
5882
msgid "Heuristic crash recovery failed"
5761
#: drizzled/log.cc:3634
5885
#: drizzled/log.cc:3769
5762
5886
msgid "Please restart mysqld without --tc-heuristic-recover"
5765
#: drizzled/log.cc:3678 drizzled/log.cc:3702
5889
#: drizzled/log.cc:3813 drizzled/log.cc:3837
5767
5891
msgid "find_log_pos() failed (error: %d)"
5770
#: drizzled/log.cc:3814
5894
#: drizzled/log.cc:3950
5772
5896
"Crash recovery failed. Either correct the problem (if it's, for example, out "
5773
5897
"of memory error) and restart, or delete (or rename) binary log and start "
5774
5898
"mysqld with --tc-heuristic-recover={commit|rollback}"
5777
#: drizzled/log_event.cc:135
5901
#: drizzled/log_event.cc:126
5779
5903
msgid " %s, Error_code: %d;"
5782
#: drizzled/log_event.cc:139
5906
#: drizzled/log_event.cc:130
5785
5909
"Could not execute %s event on table %s.%s;%s handler error %s; the event's "
5786
5910
"master log %s, end_log_pos %lu"
5789
#: drizzled/log_event.cc:145
5913
#: drizzled/log_event.cc:136
5790
5914
msgid "<unknown>"
5793
#: drizzled/log_event.cc:900
5917
#: drizzled/log_event.cc:878
5796
5920
"Error in Log_event::read_log_event(): '%s', data_len: %d, event_type: %d"
5799
#: drizzled/log_event.cc:1615
5923
#: drizzled/log_event.cc:1768
5802
5926
"Query partially completed on the master (error on master: %d) and was "
5814
5938
"Default database: '%s'. Query: '%s'"
5817
#: drizzled/log_event.cc:1646
5941
#: drizzled/log_event.cc:1799
5818
5942
msgid "no error"
5821
#: drizzled/log_event.cc:1666
5945
#: drizzled/log_event.cc:1819
5823
5947
msgid "Error '%s' on query. Default database: '%s'. Query: '%s'"
5826
#: drizzled/log_event.cc:1668 drizzled/log_event.cc:4348
5827
#: drizzled/log_event.cc:4393 drizzled/log_event.cc:5142
5950
#: drizzled/log_event.cc:1821 drizzled/log_event.cc:5002
5951
#: drizzled/log_event.cc:5047 drizzled/log_event.cc:5818
5828
5952
msgid "unexpected success or fatal error"
5831
#: drizzled/log_event.cc:2158
5955
#: drizzled/log_event.cc:2337
5833
5957
"Rolling back unfinished transaction (no COMMIT or ROLLBACK in relay log). A "
5834
5958
"probable cause is that the master died while writing the transaction to its "
5835
5959
"binary log, thus rolled back too."
5838
#: drizzled/log_event.cc:2813
5962
#: drizzled/log_event.cc:3003
5841
5965
"Slave: load data infile on table '%s' at log position %s in log '%s' "
5842
5966
"produced %ld warning(s). Default database: '%s'"
5845
#: drizzled/log_event.cc:2863
5969
#: drizzled/log_event.cc:3053
5848
5972
"Error '%s' running LOAD DATA INFILE on table '%s'. Default database: '%s'"
5851
#: drizzled/log_event.cc:2875
5975
#: drizzled/log_event.cc:3065
5853
5977
msgid "Running LOAD DATA INFILE on table '%-.64s'. Default database: '%-.64s'"
5856
#: drizzled/log_event.cc:3140
5980
#: drizzled/log_event.cc:3780
5857
5981
msgid "Out of memory while recording slave event"
5860
#: drizzled/log_event.cc:3389 drizzled/log_event.cc:3415
5984
#: drizzled/log_event.cc:4029 drizzled/log_event.cc:4055
5862
5986
msgid "Error in Create_file event: could not open file '%s'"
5865
#: drizzled/log_event.cc:3401
5989
#: drizzled/log_event.cc:4041
5867
5991
msgid "Error in Create_file event: could not write to file '%s'"
5870
#: drizzled/log_event.cc:3422
5994
#: drizzled/log_event.cc:4062
5872
5996
msgid "Error in Create_file event: write to '%s' failed"
5875
#: drizzled/log_event.cc:3536
5999
#: drizzled/log_event.cc:4176
5877
6001
msgid "Error in %s event: could not create file '%s'"
5880
#: drizzled/log_event.cc:3545
6004
#: drizzled/log_event.cc:4185
5882
6006
msgid "Error in %s event: could not open file '%s'"
5885
#: drizzled/log_event.cc:3552
6009
#: drizzled/log_event.cc:4192
5887
6011
msgid "Error in %s event: write to '%s' failed"
5890
#: drizzled/log_event.cc:3714
6014
#: drizzled/log_event.cc:4354
5892
6016
msgid "Error in Exec_load event: could not open file '%s'"
5895
#: drizzled/log_event.cc:3724
6019
#: drizzled/log_event.cc:4364
5897
6021
msgid "Error in Exec_load event: file '%s' appears corrupted"
5900
#: drizzled/log_event.cc:3754
6024
#: drizzled/log_event.cc:4394
5902
6026
msgid "%s. Failed executing load from '%s'"
5905
#: drizzled/log_event.cc:3927
6029
#: drizzled/log_event.cc:4567
5906
6030
msgid "Not enough memory"
5909
#: drizzled/log_event.cc:4345
6033
#: drizzled/log_event.cc:4999
5911
6035
msgid "Error '%s' in %s event: when locking tables"
5914
#: drizzled/log_event.cc:4355
6038
#: drizzled/log_event.cc:5009
5916
6040
msgid "Error in %s event: when locking tables"
5919
#: drizzled/log_event.cc:4390
6043
#: drizzled/log_event.cc:5044
5921
6045
msgid "Error '%s' on reopening tables"
5924
#: drizzled/log_event.cc:4743
6048
#: drizzled/log_event.cc:5400
5926
6050
msgid "Error in %s event: commit of row events failed, table `%s`.`%s`"
5929
#: drizzled/log_event.cc:5139
6053
#: drizzled/log_event.cc:5815
5931
6055
msgid "Error '%s' on opening table `%s`.`%s`"
6042
6149
"Please use '--relay-log=%s' to avoid this problem."
6045
#: drizzled/replication/rli.cc:166
6152
#: drizzled/rpl_rli.cc:162
6046
6153
msgid "Failed in open_log() called from init_relay_log_info()"
6049
#: drizzled/replication/rli.cc:188
6156
#: drizzled/rpl_rli.cc:184
6050
6157
msgid "Failed to flush relay log info file"
6053
#: drizzled/replication/rli.cc:191
6160
#: drizzled/rpl_rli.cc:187
6054
6161
msgid "Error counting relay log space"
6057
#: drizzled/replication/rli.cc:215
6164
#: drizzled/rpl_rli.cc:211
6059
6166
msgid "log %s listed in the index, but failed to stat"
6062
#: drizzled/replication/rli.cc:230
6169
#: drizzled/rpl_rli.cc:226
6063
6170
msgid "Could not find first log while counting relay log space"
6066
#: drizzled/replication/rli.cc:884
6173
#: drizzled/rpl_rli.cc:880
6067
6174
msgid "Slave SQL thread is stopped because UNTIL condition is bad."
6070
#: drizzled/replication/utility.cc:117
6177
#: drizzled/rpl_utility.cc:117
6072
6179
msgid "Column %d type mismatch - received type %d, %s.%s has type %d"
6075
#: drizzled/replication/utility.cc:132
6182
#: drizzled/rpl_utility.cc:132
6078
6185
"Column %d size mismatch - master has size %d, %s.%s on slave has size %d. "
6079
6186
"Master's column size should be <= the slave's column size."
6082
#: drizzled/scheduler.cc:131
6189
#: drizzled/scheduler.cc:129
6083
6190
msgid "Memory allocation error in session_scheduler::init\n"
6086
#: drizzled/scheduler.cc:208
6193
#: drizzled/scheduler.cc:206
6087
6194
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
6090
#: drizzled/scheduler.cc:214
6197
#: drizzled/scheduler.cc:212
6091
6198
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
6094
#: drizzled/scheduler.cc:226
6201
#: drizzled/scheduler.cc:224
6095
6202
msgid "session_add_event event_add error in libevent_init\n"
6098
#: drizzled/scheduler.cc:242
6205
#: drizzled/scheduler.cc:240
6100
6207
msgid "Can't create completion port thread (error %d)"
6103
#: drizzled/scheduler.cc:355
6210
#: drizzled/scheduler.cc:353
6104
6211
msgid "event_add error in libevent_add_session_callback\n"
6107
#: drizzled/scheduler.cc:381
6214
#: drizzled/scheduler.cc:379
6108
6215
msgid "Scheduler init error in libevent_add_new_connection\n"
6111
#: drizzled/scheduler.cc:462
6218
#: drizzled/scheduler.cc:460
6112
6219
msgid "libevent_thread_proc: my_thread_init() failed\n"
6336
6443
"their names by issuing 'SHOW SLAVE STATUS' on this slave."
6339
#: drizzled/slave.cc:1928
6446
#: drizzled/slave.cc:1949
6340
6447
msgid "Failed during slave I/O thread initialization"
6343
#: drizzled/slave.cc:1942
6450
#: drizzled/slave.cc:1963
6344
6451
msgid "error in drizzle_create()"
6347
#: drizzled/slave.cc:1950
6454
#: drizzled/slave.cc:1971
6350
6457
"Slave I/O thread: connected to master '%s@%s:%d',replication started in log "
6351
6458
"'%s' at position %s"
6354
#: drizzled/slave.cc:1964
6461
#: drizzled/slave.cc:1985
6355
6462
msgid "Slave I/O thread killed while connecting to master"
6358
#: drizzled/slave.cc:1988
6465
#: drizzled/slave.cc:2009
6359
6466
msgid "Slave I/O thread couldn't register on master"
6362
#: drizzled/slave.cc:2000 drizzled/slave.cc:2024 drizzled/slave.cc:2048
6469
#: drizzled/slave.cc:2021 drizzled/slave.cc:2045 drizzled/slave.cc:2069
6363
6470
msgid "Forcing to reconnect slave I/O thread"
6366
#: drizzled/slave.cc:2013
6473
#: drizzled/slave.cc:2034
6367
6474
msgid "Failed on request_dump()"
6370
#: drizzled/slave.cc:2014
6477
#: drizzled/slave.cc:2035
6371
6478
msgid "Slave I/O thread killed while requesting master dump"
6374
#: drizzled/slave.cc:2040
6481
#: drizzled/slave.cc:2061
6375
6482
msgid "Waiting for master to send event"
6378
#: drizzled/slave.cc:2042
6485
#: drizzled/slave.cc:2063
6379
6486
msgid "Slave I/O thread killed while reading event"
6382
#: drizzled/slave.cc:2060
6489
#: drizzled/slave.cc:2081
6385
"Log entry on master is longer than max_allowed_packet (%u) on slave. If the "
6492
"Log entry on master is longer than max_allowed_packet (%ld) on slave. If the "
6386
6493
"entry is correct, restart the server with a higher value of "
6387
6494
"max_allowed_packet"
6390
#: drizzled/slave.cc:2074
6497
#: drizzled/slave.cc:2095
6391
6498
msgid "Stopping slave I/O thread due to out-of-memory error from master"
6394
#: drizzled/slave.cc:2084
6501
#: drizzled/slave.cc:2105
6395
6502
msgid "Queueing master event to the relay log"
6398
#: drizzled/slave.cc:2111
6505
#: drizzled/slave.cc:2132
6399
6506
msgid "Slave I/O thread aborted while waiting for relay log space"
6402
#: drizzled/slave.cc:2121
6509
#: drizzled/slave.cc:2142
6404
6511
msgid "Slave I/O thread exiting, read up to log '%s', position %s"
6407
#: drizzled/slave.cc:2142
6514
#: drizzled/slave.cc:2163
6408
6515
msgid "Waiting for slave mutex on exit"
6411
#: drizzled/slave.cc:2206
6518
#: drizzled/slave.cc:2227
6412
6519
msgid "Failed during slave thread initialization"
6415
#: drizzled/slave.cc:2272
6522
#: drizzled/slave.cc:2293
6418
6525
"Slave SQL thread initialized, starting replication in log '%s' at position %"
6419
6526
"s, relay log '%s' position: %s"
6422
#: drizzled/slave.cc:2286
6529
#: drizzled/slave.cc:2307
6423
6530
msgid "Slave SQL thread aborted. Can't execute init_slave query"
6426
#: drizzled/slave.cc:2312
6533
#: drizzled/slave.cc:2333
6427
6534
msgid "Reading event from the relay log"
6430
#: drizzled/slave.cc:2337
6537
#: drizzled/slave.cc:2358
6432
6539
msgid "Slave (additional info): %s Error_code: %d"
6435
#: drizzled/slave.cc:2354
6542
#: drizzled/slave.cc:2375
6437
6544
msgid "Slave: %s Error_code: %d"
6440
#: drizzled/slave.cc:2357
6547
#: drizzled/slave.cc:2378
6443
6550
"Error loading user-defined library, slave SQL thread aborted. Install the "
6445
6552
"stopped at log '%s' position %s"
6448
#: drizzled/slave.cc:2365
6555
#: drizzled/slave.cc:2386
6451
6558
"Error running query, slave SQL thread aborted. Fix the problem, and restart "
6452
6559
"the slave SQL thread with \"SLAVE START\". We stopped at log '%s' position %s"
6455
#: drizzled/slave.cc:2377
6562
#: drizzled/slave.cc:2398
6458
6565
"Slave SQL thread exiting, replication stopped in log '%s' at position %s"
6461
#: drizzled/slave.cc:2466
6568
#: drizzled/slave.cc:2492
6463
6570
msgid "Slave I/O: failed requesting download of '%s'"
6466
#: drizzled/slave.cc:2483
6573
#: drizzled/slave.cc:2509
6468
6575
msgid "Network read error downloading '%s' from master"
6471
#: drizzled/slave.cc:2505
6578
#: drizzled/slave.cc:2531
6472
6579
msgid "error writing Exec_load event to relay log"
6475
#: drizzled/slave.cc:2519
6582
#: drizzled/slave.cc:2545
6476
6583
msgid "error writing Create_file event to relay log"
6479
#: drizzled/slave.cc:2534
6586
#: drizzled/slave.cc:2560
6480
6587
msgid "error writing Append_block event to relay log"
6483
#: drizzled/slave.cc:2630
6590
#: drizzled/slave.cc:2656
6484
6591
msgid "Memory allocation failed"
6487
#: drizzled/slave.cc:2655 drizzled/slave.cc:2741
6594
#: drizzled/slave.cc:2681 drizzled/slave.cc:2767
6490
6597
"Read invalid event from master: '%s', master could be corrupt but a more "
6491
6598
"likely cause of this is a bug"
6494
#: drizzled/slave.cc:3013
6601
#: drizzled/slave.cc:3039
6495
6602
msgid "could not queue event from master"
6498
#: drizzled/slave.cc:3103
6605
#: drizzled/slave.cc:3129
6500
6607
msgid "error %s to master '%s@%s:%d' - retry-time: %d retries: %u"
6503
#: drizzled/slave.cc:3105
6610
#: drizzled/slave.cc:3131
6504
6611
msgid "reconnecting"
6507
#: drizzled/slave.cc:3105
6614
#: drizzled/slave.cc:3131
6508
6615
msgid "connecting"
6511
#: drizzled/slave.cc:3129
6618
#: drizzled/slave.cc:3155
6514
6621
"Slave: connected to master '%s@%s:%d', replication resumed in log '%s' at "
6518
#: drizzled/slave.cc:3490
6625
#: drizzled/slave.cc:3516
6520
6627
msgid "next log '%s' is currently active"
6523
#: drizzled/slave.cc:3520
6630
#: drizzled/slave.cc:3546
6525
6632
msgid "next log '%s' is not active"
6528
#: drizzled/slave.cc:3536
6635
#: drizzled/slave.cc:3562
6531
6638
"Slave SQL thread: I/O error reading event(errno: %d cur_log->error: %d)"
6534
#: drizzled/slave.cc:3542
6641
#: drizzled/slave.cc:3568
6535
6642
msgid "Aborting slave SQL thread because of partial event read"
6538
#: drizzled/slave.cc:3548 drizzled/slave.cc:3555
6645
#: drizzled/slave.cc:3574 drizzled/slave.cc:3581
6540
6647
msgid "Error reading relay log event: %s"
6543
#: drizzled/slave.cc:3549
6650
#: drizzled/slave.cc:3575
6544
6651
msgid "slave SQL thread was killed"
6547
#: drizzled/slave.cc:3647
6654
#: drizzled/slave.cc:3673
6550
6657
"master may suffer from http://bugs.mysql.com/bug.php?id=%u so slave stops; "
6551
6658
"check error log on slave for more info"
6554
#: drizzled/slave.cc:3653
6661
#: drizzled/slave.cc:3679
6557
6664
"According to the master's version ('%s'), it is probable that master suffers "
6564
6671
"Then replication can be restarted."
6567
#: drizzled/sql_base.cc:2555
6674
#: drizzled/sql_base.cc:2546
6569
6676
msgid "Table %s had a open data handler in reopen_table"
6572
#: drizzled/sql_base.cc:3206
6679
#: drizzled/sql_base.cc:3197
6574
6681
msgid "Couldn't repair table: %s.%s"
6577
#: drizzled/sql_base.cc:3249
6684
#: drizzled/sql_base.cc:3240
6580
6687
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
6581
6688
"s`.`%s`' to the binary log"
6584
#: drizzled/sql_base.cc:3857
6691
#: drizzled/sql_base.cc:3953
6586
6693
msgid "Could not remove temporary table: '%s', error: %d"
6589
#: drizzled/sql_plugin.cc:682
6696
#: drizzled/sql_db.cc:399 drizzled/sql_db.cc:407
6698
msgid "Error while loading database options: '%s':"
6701
#: drizzled/sql_plugin.cc:678
6591
6703
msgid "Plugin '%s' of type %s failed deinitialization"
6594
#: drizzled/sql_plugin.cc:696
6706
#: drizzled/sql_plugin.cc:692
6596
6708
msgid "Plugin '%s' has ref_count=%d after deinitialization."
6599
#: drizzled/sql_plugin.cc:816
6711
#: drizzled/sql_plugin.cc:812
6601
6713
msgid "Plugin '%s' registration as a %s failed."
6604
#: drizzled/sql_plugin.cc:1070
6716
#: drizzled/sql_plugin.cc:1066
6605
6717
msgid "plugin-load parameter too long"
6608
#: drizzled/sql_plugin.cc:1130
6720
#: drizzled/sql_plugin.cc:1126
6610
6722
msgid "Couldn't load plugin named '%s' with soname '%s'."
6613
#: drizzled/sql_plugin.cc:1181
6725
#: drizzled/sql_plugin.cc:1177
6615
6727
msgid "Forcing shutdown of %d plugins"
6618
#: drizzled/sql_plugin.cc:1203
6730
#: drizzled/sql_plugin.cc:1199
6620
6732
msgid "Plugin '%s' will be forced to shutdown"
6623
#: drizzled/sql_plugin.cc:1219
6735
#: drizzled/sql_plugin.cc:1215
6625
6737
msgid "Plugin '%s' has ref_count=%d after shutdown."
6628
#: drizzled/sql_plugin.cc:2468 drizzled/sql_plugin.cc:2531
6740
#: drizzled/sql_plugin.cc:2464 drizzled/sql_plugin.cc:2527
6630
6742
msgid "Unknown variable type code 0x%x in plugin '%s'."
6633
#: drizzled/sql_plugin.cc:2511
6745
#: drizzled/sql_plugin.cc:2507
6636
6748
"Server variable %s of plugin %s was forced to be read-only: string variable "
6637
6749
"without update_func and PLUGIN_VAR_MEMALLOC flag"
6640
#: drizzled/sql_plugin.cc:2542
6752
#: drizzled/sql_plugin.cc:2538
6642
6754
msgid "Missing variable name in plugin '%s'."
6645
#: drizzled/sql_plugin.cc:2559
6757
#: drizzled/sql_plugin.cc:2555
6647
6759
msgid "Thread local variable '%s' not allocated in plugin '%s'."
6650
#: drizzled/sql_plugin.cc:2678
6762
#: drizzled/sql_plugin.cc:2674
6652
6764
msgid "Out of memory for plugin '%s'."
6655
#: drizzled/sql_plugin.cc:2685
6767
#: drizzled/sql_plugin.cc:2681
6657
6769
msgid "Bad options for plugin '%s'."
6660
#: drizzled/sql_plugin.cc:2694
6772
#: drizzled/sql_plugin.cc:2690
6662
6774
msgid "Parsing options for plugin '%s' failed."
6665
#: drizzled/sql_plugin.cc:2737
6777
#: drizzled/sql_plugin.cc:2733
6667
6779
msgid "Plugin '%s' has conflicting system variables"
6670
#: drizzled/sql_plugin.cc:2747
6782
#: drizzled/sql_plugin.cc:2743
6672
6784
msgid "Plugin '%s' disabled by command line option"
6675
#: drizzled/sql_table.cc:105
6787
#: drizzled/sql_repl.cc:101
6788
msgid "Failed in send_file() while reading file name"
6791
#: drizzled/sql_repl.cc:114
6792
msgid "Failed in send_file() on open of file"
6795
#: drizzled/sql_repl.cc:122
6796
msgid "Failed in send_file() while writing data to client"
6799
#: drizzled/sql_repl.cc:131
6800
msgid "Failed in send_file() while negotiating file transfer close"
6803
#: drizzled/sql_table.cc:82
6677
6805
msgid "Invalid (old?) table or database name '%s'"
6680
#: drizzled/sql_table.cc:2745
6808
#: drizzled/sql_table.cc:2716
6682
6810
msgid "Unknown - internal error %d during operation"
6685
#: drizzled/sql_table.cc:5018
6813
#: drizzled/sql_table.cc:5011
6687
6815
msgid "Could not open table %s.%s after rename\n"
6690
#: drizzled/sql_table.cc:5185
6818
#: drizzled/sql_table.cc:5178
6693
6821
"order_st BY ignored because there is a user-defined clustered index in the "
6694
6822
"table '%-.192s'"
6697
#: drizzled/sql_udf.cc:41
6825
#: drizzled/sql_udf.cc:39
6698
6826
msgid "Can't allocate memory for udf structures"
6701
#: drizzled/table.cc:502
6829
#: drizzled/table.cc:507
6704
6832
"'%s' had no or invalid character set, and default character set is multi-"
6705
6833
"byte, so character column sizes may have changed"
6708
#: drizzled/table.cc:2077
6836
#: drizzled/table.cc:2082
6710
6838
msgid "Unknown collation '%s' in table '%-.64s' definition"
6713
#: drizzled/table.cc:2084
6841
#: drizzled/table.cc:2089
6716
6844
"Table '%-.64s' was created with a different version of MySQL and cannot be "
6720
#: drizzled/table.cc:2695
6848
#: drizzled/table.cc:2700
6723
6851
"Incorrect definition of table %s.%s: expected column '%s' at position %d, "
6727
#: drizzled/table.cc:2721
6855
#: drizzled/table.cc:2726
6730
6858
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6731
6859
"have type %s, found type %s."
6734
#: drizzled/table.cc:2730
6862
#: drizzled/table.cc:2735
6737
6865
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6738
6866
"position %d to have character set '%s' but the type has no character set."
6741
#: drizzled/table.cc:2740
6869
#: drizzled/table.cc:2745
6744
6872
"Incorrect definition of table %s.%s: expected the type of column '%s' at "
6745
6873
"position %d to have character set '%s' but found character set '%s'."
6748
#: drizzled/table.cc:2751
6876
#: drizzled/table.cc:2756
6751
6879
"Incorrect definition of table %s.%s: expected column '%s' at position %d to "
6752
6880
"have type %s but the column is not found."
6755
#: drizzled/table.cc:4871
6883
#: drizzled/table.cc:5182
6757
6885
msgid "Got error %d when reading table '%s'"
6760
#: drizzled/tztime.cc:1060
6888
#: drizzled/tztime.cc:1054
6762
6890
msgid "Fatal error: Illegal or unknown default time zone '%s'"
6766
6894
msgid "Error Messages to stderr"
6769
#: plugin/logging_query/logging_query.cc:162
6897
#: plugin/logging_query/logging_query.cc:120
6900
"thread_id=%ld query_id=%ld t_connect=%lld t_start=%lld t_lock=%lld command=%."
6901
"*s rows_sent=%ld rows_examined=%u\n"
6902
" db=\"%.*s\" query=\"%.*s\"\n"
6905
#: plugin/logging_query/logging_query.cc:161
6771
6907
msgid "fail open() fn=%s er=%s\n"
6774
#: plugin/logging_query/logging_query.cc:202
6910
#: plugin/logging_query/logging_query.cc:201
6775
6911
msgid "File to log to"
6778
#: plugin/logging_query/logging_query.cc:211
6914
#: plugin/logging_query/logging_query.cc:210
6779
6915
msgid "Enable logging"
6782
#: plugin/logging_query/logging_query.cc:220
6918
#: plugin/logging_query/logging_query.cc:219
6783
6919
msgid "Disable after this many seconds. Zero for forever"
6786
#: plugin/logging_query/logging_query.cc:233
6922
#: plugin/logging_query/logging_query.cc:232
6787
6923
msgid "Threshold for logging slow queries, in microseconds"
6790
#: plugin/logging_query/logging_query.cc:246
6926
#: plugin/logging_query/logging_query.cc:245
6791
6927
msgid "Threshold for logging big queries, for rows returned"
6794
#: plugin/logging_query/logging_query.cc:259
6930
#: plugin/logging_query/logging_query.cc:258
6795
6931
msgid "Threshold for logging big queries, for rows examined"
6798
#: plugin/logging_query/logging_query.cc:282
6934
#: plugin/logging_query/logging_query.cc:281
6799
6935
msgid "Log queries to a file"
6802
#: storage/myisam/ha_myisam.cc:453
6938
#: storage/myisam/ha_myisam.cc:448
6804
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6940
msgid "Got an error from thread_id=%lu, %s:%d"
6807
#: storage/myisam/ha_myisam.cc:457
6943
#: storage/myisam/ha_myisam.cc:451
6809
6945
msgid "Got an error from unknown thread, %s:%d"
6812
#: storage/myisam/ha_myisam.cc:462
6948
#: storage/myisam/ha_myisam.cc:456
6813
6949
msgid "Unknown thread accessing table"
6952
#: storage/myisam/my_handler_errors.c:32
6953
msgid "Didn't find key on read or update"
6816
6956
#: storage/myisam/my_handler_errors.c:34
6817
msgid "Didn't find key on read or update"
6957
msgid "Duplicate key on write or update"
6820
6960
#: storage/myisam/my_handler_errors.c:36
6821
msgid "Duplicate key on write or update"
6961
msgid "Internal (unspecified) error in handler"
6824
6964
#: storage/myisam/my_handler_errors.c:38
6825
msgid "Internal (unspecified) error in handler"
6828
#: storage/myisam/my_handler_errors.c:40
6830
6966
"Someone has changed the row since it was read (while the table was locked to "
6970
#: storage/myisam/my_handler_errors.c:41
6971
msgid "Wrong index given to function"
6834
6974
#: storage/myisam/my_handler_errors.c:43
6835
msgid "Wrong index given to function"
6975
msgid "Undefined handler error 125"
6838
6978
#: storage/myisam/my_handler_errors.c:45
6839
msgid "Undefined handler error 125"
6979
msgid "Index file is crashed"
6842
6982
#: storage/myisam/my_handler_errors.c:47
6843
msgid "Index file is crashed"
6983
msgid "Record file is crashed"
6846
6986
#: storage/myisam/my_handler_errors.c:49
6847
msgid "Record file is crashed"
6987
msgid "Out of memory in engine"
6850
6990
#: storage/myisam/my_handler_errors.c:51
6851
msgid "Out of memory in engine"
6991
msgid "Undefined handler error 129"
6854
6994
#: storage/myisam/my_handler_errors.c:53
6855
msgid "Undefined handler error 129"
6995
msgid "Incorrect file format"
6858
6998
#: storage/myisam/my_handler_errors.c:55
6859
msgid "Incorrect file format"
6999
msgid "Command not supported by database"
6862
7002
#: storage/myisam/my_handler_errors.c:57
6863
msgid "Command not supported by database"
7003
msgid "Old database file"
6866
7006
#: storage/myisam/my_handler_errors.c:59
6867
msgid "Old database file"
7007
msgid "No record read before update"
6870
7010
#: storage/myisam/my_handler_errors.c:61
6871
msgid "No record read before update"
7011
msgid "Record was already deleted (or record file crashed)"
6874
7014
#: storage/myisam/my_handler_errors.c:63
6875
msgid "Record was already deleted (or record file crashed)"
7015
msgid "No more room in record file"
6878
7018
#: storage/myisam/my_handler_errors.c:65
6879
msgid "No more room in record file"
7019
msgid "No more room in index file"
6882
7022
#: storage/myisam/my_handler_errors.c:67
6883
msgid "No more room in index file"
7023
msgid "No more records (read after end of file)"
6886
7026
#: storage/myisam/my_handler_errors.c:69
6887
msgid "No more records (read after end of file)"
7027
msgid "Unsupported extension used for table"
6890
7030
#: storage/myisam/my_handler_errors.c:71
6891
msgid "Unsupported extension used for table"
6894
7034
#: storage/myisam/my_handler_errors.c:73
7035
msgid "Wrong create options"
6898
7038
#: storage/myisam/my_handler_errors.c:75
6899
msgid "Wrong create options"
7039
msgid "Duplicate unique key or constraint on write or update"
6902
7042
#: storage/myisam/my_handler_errors.c:77
6903
msgid "Duplicate unique key or constraint on write or update"
7043
msgid "Unknown character set used in table"
6906
7046
#: storage/myisam/my_handler_errors.c:79
6907
msgid "Unknown character set used in table"
7047
msgid "Conflicting table definitions in sub-tables of MERGE table"
6910
7050
#: storage/myisam/my_handler_errors.c:81
6911
msgid "Conflicting table definitions in sub-tables of MERGE table"
7051
msgid "Table is crashed and last repair failed"
6914
7054
#: storage/myisam/my_handler_errors.c:83
6915
msgid "Table is crashed and last repair failed"
7055
msgid "Table was marked as crashed and should be repaired"
6918
7058
#: storage/myisam/my_handler_errors.c:85
6919
msgid "Table was marked as crashed and should be repaired"
7059
msgid "Lock timed out; Retry transaction"
6922
7062
#: storage/myisam/my_handler_errors.c:87
6923
msgid "Lock timed out; Retry transaction"
7063
msgid "Lock table is full; Restart program with a larger locktable"
6926
7066
#: storage/myisam/my_handler_errors.c:89
6927
msgid "Lock table is full; Restart program with a larger locktable"
7067
msgid "Updates are not allowed under a read only transactions"
6930
7070
#: storage/myisam/my_handler_errors.c:91
6931
msgid "Updates are not allowed under a read only transactions"
7071
msgid "Lock deadlock; Retry transaction"
6934
7074
#: storage/myisam/my_handler_errors.c:93
6935
msgid "Lock deadlock; Retry transaction"
7075
msgid "Foreign key constraint is incorrectly formed"
6938
7078
#: storage/myisam/my_handler_errors.c:95
6939
msgid "Foreign key constraint is incorrectly formed"
7079
msgid "Cannot add a child row"
6942
7082
#: storage/myisam/my_handler_errors.c:97
6943
msgid "Cannot add a child row"
7083
msgid "Cannot delete a parent row"
6946
7086
#: storage/myisam/my_handler_errors.c:99
6947
msgid "Cannot delete a parent row"
7087
msgid "No savepoint with that name"
6950
7090
#: storage/myisam/my_handler_errors.c:101
6951
msgid "No savepoint with that name"
7091
msgid "Non unique key block size"
6954
7094
#: storage/myisam/my_handler_errors.c:103
6955
msgid "Non unique key block size"
7095
msgid "The table does not exist in engine"
6958
7098
#: storage/myisam/my_handler_errors.c:105
6959
msgid "The table does not exist in engine"
7099
msgid "The table already existed in storage engine"
6962
7102
#: storage/myisam/my_handler_errors.c:107
6963
msgid "The table already existed in storage engine"
7103
msgid "Could not connect to storage engine"
6966
7106
#: storage/myisam/my_handler_errors.c:109
6967
msgid "Could not connect to storage engine"
7107
msgid "Unexpected null pointer found when using spatial index"
6970
7110
#: storage/myisam/my_handler_errors.c:111
6971
msgid "Unexpected null pointer found when using spatial index"
7111
msgid "The table changed in storage engine"
6974
7114
#: storage/myisam/my_handler_errors.c:113
6975
msgid "The table changed in storage engine"
7115
msgid "There's no partition in table for the given value"
6978
7118
#: storage/myisam/my_handler_errors.c:115
6979
msgid "There's no partition in table for the given value"
7119
msgid "Row-based binlogging of row failed"
6982
7122
#: storage/myisam/my_handler_errors.c:117
6983
msgid "Row-based binlogging of row failed"
7123
msgid "Index needed in foreign key constraint"
6986
7126
#: storage/myisam/my_handler_errors.c:119
6987
msgid "Index needed in foreign key constraint"
7127
msgid "Upholding foreign key constraints would lead to a duplicate key error"
6990
7130
#: storage/myisam/my_handler_errors.c:121
6991
msgid "Upholding foreign key constraints would lead to a duplicate key error"
7131
msgid "Table needs to be upgraded before it can be used"
6994
7134
#: storage/myisam/my_handler_errors.c:123
6995
msgid "Table needs to be upgraded before it can be used"
7135
msgid "Table is read only"
6998
7138
#: storage/myisam/my_handler_errors.c:125
6999
msgid "Table is read only"
7139
msgid "Failed to get next auto increment value"
7002
7142
#: storage/myisam/my_handler_errors.c:127
7003
msgid "Failed to get next auto increment value"
7143
msgid "Failed to set row auto increment value"
7006
7146
#: storage/myisam/my_handler_errors.c:129
7007
msgid "Failed to set row auto increment value"
7147
msgid "Unknown (generic) error from engine"
7010
7150
#: storage/myisam/my_handler_errors.c:131
7011
msgid "Unknown (generic) error from engine"
7151
msgid "Record is the same"
7014
7154
#: storage/myisam/my_handler_errors.c:133
7015
msgid "Record is the same"
7155
msgid "It is not possible to log this statement"
7018
7158
#: storage/myisam/my_handler_errors.c:135
7019
msgid "It is not possible to log this statement"
7159
msgid "Tablespace exists"
7022
7162
#: storage/myisam/my_handler_errors.c:137
7023
msgid "Tablespace exists"
7163
msgid "The event was corrupt, leading to illegal data being read"
7026
7166
#: storage/myisam/my_handler_errors.c:139
7027
msgid "The event was corrupt, leading to illegal data being read"
7167
msgid "The table is of a new format not supported by this version"
7030
7170
#: storage/myisam/my_handler_errors.c:141
7031
msgid "The table is of a new format not supported by this version"
7171
msgid "The event could not be processed no other hanlder error happened"
7034
7174
#: storage/myisam/my_handler_errors.c:143
7035
msgid "The event could not be processed no other hanlder error happened"
7175
msgid "Got a fatal error during initialzaction of handler"
7038
7178
#: storage/myisam/my_handler_errors.c:145
7039
msgid "Got a fatal error during initialzaction of handler"
7179
msgid "File to short; Expected more data in file"
7042
7182
#: storage/myisam/my_handler_errors.c:147
7043
msgid "File to short; Expected more data in file"
7183
msgid "Read page with wrong checksum"
7046
7186
#: storage/myisam/my_handler_errors.c:149
7047
msgid "Read page with wrong checksum"
7187
msgid "Lock or active transaction"
7050
7190
#: storage/myisam/my_handler_errors.c:151
7051
msgid "Lock or active transaction"
7191
msgid "No such table space"
7054
7194
#: storage/myisam/my_handler_errors.c:153
7055
msgid "No such table space"
7058
#: storage/myisam/my_handler_errors.c:155
7059
7195
msgid "Tablespace not empty"