17
17
"Content-Transfer-Encoding: 8bit\n"
18
18
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
#: client/drizzle.cc:274
20
#: client/drizzle.cc:276
21
21
msgid "Synonym for `help'."
24
#: client/drizzle.cc:275
24
#: client/drizzle.cc:277
25
25
msgid "Clear command."
28
#: client/drizzle.cc:277
28
#: client/drizzle.cc:279
29
29
msgid "Reconnect to the server. Optional arguments are db and host."
32
#: client/drizzle.cc:279
32
#: client/drizzle.cc:281
34
34
"Set statement delimiter. NOTE: Takes the rest of the line as new delimiter."
37
#: client/drizzle.cc:281
37
#: client/drizzle.cc:283
38
38
msgid "Send command to drizzle server, display result vertically."
41
#: client/drizzle.cc:282
41
#: client/drizzle.cc:284
42
42
msgid "Exit drizzle. Same as quit."
45
#: client/drizzle.cc:283
45
#: client/drizzle.cc:285
46
46
msgid "Send command to drizzle server."
49
#: client/drizzle.cc:284
49
#: client/drizzle.cc:286
50
50
msgid "Display this help."
53
#: client/drizzle.cc:285
53
#: client/drizzle.cc:287
54
54
msgid "Disable pager, print to stdout."
57
#: client/drizzle.cc:286
57
#: client/drizzle.cc:288
58
58
msgid "Don't write into outfile."
61
#: client/drizzle.cc:288
61
#: client/drizzle.cc:290
62
62
msgid "Set PAGER [to_pager]. Print the query results via PAGER."
65
#: client/drizzle.cc:289
65
#: client/drizzle.cc:291
66
66
msgid "Print current command."
69
#: client/drizzle.cc:290
69
#: client/drizzle.cc:292
70
70
msgid "Change your drizzle prompt."
73
#: client/drizzle.cc:291
73
#: client/drizzle.cc:293
74
74
msgid "Quit drizzle."
77
#: client/drizzle.cc:292
77
#: client/drizzle.cc:294
78
78
msgid "Rebuild completion hash."
81
#: client/drizzle.cc:294
81
#: client/drizzle.cc:296
82
82
msgid "Execute an SQL script file. Takes a file name as an argument."
85
#: client/drizzle.cc:295
85
#: client/drizzle.cc:297
86
86
msgid "Get status information from the server."
89
#: client/drizzle.cc:297
89
#: client/drizzle.cc:299
90
90
msgid "Set outfile [to_outfile]. Append everything into given outfile."
93
#: client/drizzle.cc:299
93
#: client/drizzle.cc:301
94
94
msgid "Use another database. Takes database name as argument."
97
#: client/drizzle.cc:301 client/drizzle.cc:1440
97
#: client/drizzle.cc:303 client/drizzle.cc:1443
98
98
msgid "Show warnings after every statement."
101
#: client/drizzle.cc:303
101
#: client/drizzle.cc:305
102
102
msgid "Don't show warnings after every statement."
105
#: client/drizzle.cc:1043 client/drizzle.cc:1050
105
#: client/drizzle.cc:1045 client/drizzle.cc:1052
107
107
msgid "Memory allocation error while constructing initial prompt. Aborting.\n"
110
#: client/drizzle.cc:1131
110
#: client/drizzle.cc:1135
111
111
msgid "Welcome to the Drizzle client.. Commands end with ; or \\g."
114
#: client/drizzle.cc:1141
114
#: client/drizzle.cc:1145
117
117
"Your Drizzle connection id is %u\n"
118
118
"Server version: %s\n"
121
#: client/drizzle.cc:1169
121
#: client/drizzle.cc:1173
123
123
msgid "Reading history-file %s\n"
126
#: client/drizzle.cc:1173
126
#: client/drizzle.cc:1177
128
128
msgid "Couldn't allocate memory for temp histfile!\n"
131
#: client/drizzle.cc:1180
131
#: client/drizzle.cc:1184
132
132
msgid "Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n"
135
#: client/drizzle.cc:1199
135
#: client/drizzle.cc:1202
137
137
msgid "Writing history-file %s\n"
140
#: client/drizzle.cc:1206
140
#: client/drizzle.cc:1211
144
#: client/drizzle.cc:1206
144
#: client/drizzle.cc:1211
148
#: client/drizzle.cc:1261
148
#: client/drizzle.cc:1260
149
149
msgid "Query aborted by Ctrl+C\n"
152
#: client/drizzle.cc:1284 client/drizzleadmin.cc:77 drizzled/drizzled.cc:2068
152
#: client/drizzle.cc:1283 client/drizzleadmin.cc:74 drizzled/drizzled.cc:2134
153
153
msgid "Display this help and exit."
156
#: client/drizzle.cc:1286
156
#: client/drizzle.cc:1285
157
157
msgid "Synonym for -?"
160
#: client/drizzle.cc:1289
160
#: client/drizzle.cc:1288
162
162
"Enable automatic rehashing. One doesn't need to use 'rehash' to get table "
163
163
"and field completion, but startup and reconnecting may take a longer time. "
164
164
"Disable with --disable-auto-rehash."
167
#: client/drizzle.cc:1293
167
#: client/drizzle.cc:1292
169
169
"No automatic rehashing. One has to use 'rehash' to get table and field "
170
"completion. This gives a quicker start of drizzle_st and disables rehashing "
171
"on reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
170
"completion. This gives a quicker start of DRIZZLE and disables rehashing on "
171
"reconnect. WARNING: options deprecated; use --disable-auto-rehash instead."
174
#: client/drizzle.cc:1296
174
#: client/drizzle.cc:1295
176
176
"Automatically switch to vertical output mode if the result is wider than the "
177
177
"terminal width."
180
#: client/drizzle.cc:1298
182
"Don't use history file. Disable interactive behavior. (Enables --silent)"
180
185
#: client/drizzle.cc:1299
182
"Don't use history file. Disable interactive behavior. (Enables --silent)"
185
#: client/drizzle.cc:1300
186
186
msgid "Display column type information."
189
#: client/drizzle.cc:1303
189
#: client/drizzle.cc:1302
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:1306
195
#: client/drizzle.cc:1305
196
196
msgid "Use compression in server/client protocol."
199
#: client/drizzle.cc:1309
199
#: client/drizzle.cc:1308
200
200
msgid "Check memory and open file usage at exit ."
203
#: client/drizzle.cc:1312
203
#: client/drizzle.cc:1311
204
204
msgid "Print some debug info at exit."
207
#: client/drizzle.cc:1314
207
#: client/drizzle.cc:1313
208
208
msgid "Database to use."
211
#: client/drizzle.cc:1317
211
#: client/drizzle.cc:1316
212
212
msgid "(not used)"
215
#: client/drizzle.cc:1319
215
#: client/drizzle.cc:1318
216
216
msgid "Delimiter to be used."
219
#: client/drizzle.cc:1321
219
#: client/drizzle.cc:1320
220
220
msgid "Execute command and quit. (Disables --force and history file)"
223
#: client/drizzle.cc:1323
223
#: client/drizzle.cc:1322
224
224
msgid "Print the output of a query (rows) vertically."
227
#: client/drizzle.cc:1326
227
#: client/drizzle.cc:1325
228
228
msgid "Continue even if we get an sql error."
231
#: client/drizzle.cc:1330
231
#: client/drizzle.cc:1329
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:1371
313
#: client/drizzle.cc:1370
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:1374 client/drizzleadmin.cc:82
319
#: client/drizzle.cc:1373 client/drizzleadmin.cc:79
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:1375
327
"Port number to use for connection or 0 for default to, in order of "
328
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
325
331
#: client/drizzle.cc:1376
327
"Port number to use for connection or 0 for default to, in order of "
328
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
331
#: client/drizzle.cc:1377
332
332
msgid "built-in default"
335
#: client/drizzle.cc:1379
335
#: client/drizzle.cc:1378
336
336
msgid "Set the drizzle prompt to this value."
339
#: client/drizzle.cc:1383
339
#: client/drizzle.cc:1382
341
341
"Don't cache result, print it row by row. This may slow down the server if "
342
342
"the output is suspended. Doesn't use history file."
345
#: client/drizzle.cc:1385
345
#: client/drizzle.cc:1384
346
346
msgid "Write fields without conversion. Used with --batch."
349
#: client/drizzle.cc:1388
349
#: client/drizzle.cc:1387
351
351
"Reconnect if the connection is lost. Disable with --disable-reconnect. This "
352
352
"option is enabled by default."
355
#: client/drizzle.cc:1390
355
#: client/drizzle.cc:1389
357
357
"Be more silent. Print results with a tab as separator, each row on new line."
360
#: client/drizzle.cc:1392
360
#: client/drizzle.cc:1391
361
361
msgid "Socket file to use for connection."
364
#: client/drizzle.cc:1395
364
#: client/drizzle.cc:1394
365
365
msgid "Output in table format."
368
#: client/drizzle.cc:1398
368
#: client/drizzle.cc:1397
370
370
"Append everything into outfile. See interactive help (\\h) also. Does not "
371
371
"work in batch mode. Disable with --disable-tee. This option is disabled by "
375
#: client/drizzle.cc:1400
375
#: client/drizzle.cc:1399
377
377
"Disable outfile. See interactive help (\\h) also. WARNING: option "
378
378
"deprecated; use --disable-tee instead"
381
#: client/drizzle.cc:1403 client/drizzleadmin.cc:91
381
#: client/drizzle.cc:1402 client/drizzleadmin.cc:88
382
382
msgid "User for login if not current user."
385
#: client/drizzle.cc:1406
385
#: client/drizzle.cc:1405
386
386
msgid "Only allow UPDATE and DELETE that uses keys."
389
#: client/drizzle.cc:1409
389
#: client/drizzle.cc:1408
390
390
msgid "Synonym for option --safe-updates, -U."
393
#: client/drizzle.cc:1412
393
#: client/drizzle.cc:1411
394
394
msgid "Write more. (-v -v -v gives the table output format)."
397
#: client/drizzle.cc:1414 client/drizzleadmin.cc:96 drizzled/drizzled.cc:2258
397
#: client/drizzle.cc:1413 client/drizzleadmin.cc:93 drizzled/drizzled.cc:2352
398
398
msgid "Output version information and exit."
401
#: client/drizzle.cc:1416 client/drizzleadmin.cc:98
401
#: client/drizzle.cc:1415 client/drizzleadmin.cc:95
402
402
msgid "Wait and retry if connection is down."
405
#: client/drizzle.cc:1419
405
#: client/drizzle.cc:1418
406
406
msgid "Number of seconds before connection timeout."
409
#: client/drizzle.cc:1424
410
msgid "Max length of input line"
413
#: client/drizzle.cc:1429
409
#: client/drizzle.cc:1423
410
msgid "Max packet length to send to, or receive from server"
413
#: client/drizzle.cc:1428
414
msgid "Buffer for TCP/IP and socket communication"
417
#: client/drizzle.cc:1432
414
418
msgid "Automatic limit for SELECT when using --safe-updates"
417
#: client/drizzle.cc:1434
421
#: client/drizzle.cc:1437
418
422
msgid "Automatic limit for rows in a join when using --safe-updates"
421
#: client/drizzle.cc:1438
425
#: client/drizzle.cc:1441
422
426
msgid "Refuse client connecting to server if it uses old (pre-4.1.1) protocol"
425
#: client/drizzle.cc:1443
429
#: client/drizzle.cc:1446
426
430
msgid "Number of lines before each import progress report."
429
#: client/drizzle.cc:1454
433
#: client/drizzle.cc:1457
431
435
msgid "%s Ver %s Distrib %s, for %s (%s) using %s %s\n"
434
#: client/drizzle.cc:1461
438
#: client/drizzle.cc:1464
437
441
"Copyright (C) 2008 Sun Microsystems\n"
439
443
"and you are welcome to modify and redistribute it under the GPL license\n"
442
#: client/drizzle.cc:1466
446
#: client/drizzle.cc:1469
444
448
msgid "Usage: %s [OPTIONS] [database]\n"
447
#: client/drizzle.cc:1497
451
#: client/drizzle.cc:1500
448
452
msgid "DELIMITER cannot contain a backslash character"
451
#: client/drizzle.cc:1515
455
#: client/drizzle.cc:1521
453
457
msgid "WARNING: option deprecated; use --disable-tee instead.\n"
456
#: client/drizzle.cc:1538
460
#: client/drizzle.cc:1544
458
462
msgid "WARNING: option deprecated; use --disable-pager instead.\n"
461
#: client/drizzle.cc:1542
465
#: client/drizzle.cc:1548
463
467
msgid "WARNING: --server-arg option not supported in this configuration.\n"
466
#: client/drizzle.cc:1569
470
#: client/drizzle.cc:1575
468
472
"Non-integer value supplied for port. If you are trying to enter a password "
469
473
"please use --password instead."
472
#: client/drizzle.cc:1577
476
#: client/drizzle.cc:1583
473
477
msgid "Value supplied for port is not valid."
476
#: client/drizzle.cc:1723
480
#: client/drizzle.cc:1736
478
482
msgid "Processing line: %<PRIu32>\n"
481
#: client/drizzle.cc:1939
485
#: client/drizzle.cc:1952
483
487
msgid "Unknown command '\\%c'."
486
#: client/drizzle.cc:2348
490
#: client/drizzle.cc:2376
488
492
"Reading table information for completion of table and column names\n"
489
493
" You can turn off this feature to get a quicker startup with -A\n"
493
#: client/drizzle.cc:2438
497
#: client/drizzle.cc:2473
494
498
msgid "No connection. Trying to reconnect..."
497
#: client/drizzle.cc:2444
501
#: client/drizzle.cc:2479
498
502
msgid "Can't connect to the server\n"
501
#: client/drizzle.cc:2523
505
#: client/drizzle.cc:2537
502
506
msgid "List of all Drizzle commands:"
505
#: client/drizzle.cc:2525
509
#: client/drizzle.cc:2539
506
510
msgid "Note that all text commands must be first on line and end with ';'"
509
#: client/drizzle.cc:2580
513
#: client/drizzle.cc:2592
510
514
msgid "No query specified\n"
513
#: client/drizzle.cc:2595
517
#: client/drizzle.cc:2607
514
518
msgid "Ignoring query to other database"
517
#: client/drizzle.cc:2645
521
#: client/drizzle.cc:2656
518
522
msgid "Empty set"
521
#: client/drizzle.cc:2658
525
#: client/drizzle.cc:2669
523
527
msgid "%ld row in set"
524
528
msgid_plural "%ld rows in set"
528
#: client/drizzle.cc:2667
532
#: client/drizzle.cc:2678
532
#: client/drizzle.cc:2669
536
#: client/drizzle.cc:2680
534
538
msgid "Query OK, %ld row affected"
535
539
msgid_plural "Query OK, %ld rows affected"
539
#: client/drizzleadmin.cc:84 drizzled/drizzled.cc:2202
543
#: client/drizzleadmin.cc:81 drizzled/drizzled.cc:2281
541
545
"Port number to use for connection or 0 for default to, in order of "
542
546
"preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default ("
545
#: client/drizzleadmin.cc:88
549
#: client/drizzleadmin.cc:85
546
550
msgid "Silently exit if one can't connect to server."
549
#: client/drizzleadmin.cc:94
553
#: client/drizzleadmin.cc:91
550
554
msgid "Write more information."
553
#: client/drizzleadmin.cc:158 client/drizzlecheck.cc:262
554
#: client/drizzledump.cc:605 client/drizzleimport.cc:195
555
#: client/drizzleslap.cc:742 client/drizzletest.cc:4718
557
#: client/drizzleadmin.cc:122 client/drizzlecheck.cc:265
558
#: client/drizzledump.cc:611 client/drizzleimport.cc:196
559
#: client/drizzleslap.cc:751 client/drizzletest.cc:4639
558
562
"Non-integer value supplied for port. If you are trying to enter a password "
559
563
"please use --password instead.\n"
562
#: client/drizzleadmin.cc:166 client/drizzlecheck.cc:270
563
#: client/drizzledump.cc:613 client/drizzleimport.cc:203
564
#: client/drizzleslap.cc:750 client/drizzletest.cc:4726
566
#: client/drizzleadmin.cc:130 client/drizzlecheck.cc:273
567
#: client/drizzledump.cc:619 client/drizzleimport.cc:204
568
#: client/drizzleslap.cc:759 client/drizzletest.cc:4647
566
570
msgid "Value supplied for port is not valid.\n"
569
#: client/drizzleadmin.cc:184 client/drizzledump.cc:630
573
#: client/drizzleadmin.cc:148 client/drizzledump.cc:636
571
575
msgid "Memory allocation error while copying password. Aborting.\n"
574
#: client/drizzleadmin.cc:330
578
#: client/drizzleadmin.cc:290
577
581
"connect to server at '%s' failed\n"
581
#: client/drizzleadmin.cc:336
585
#: client/drizzleadmin.cc:296
583
587
msgid "Check that drizzled is running on %s"
586
#: client/drizzleadmin.cc:337
590
#: client/drizzleadmin.cc:297
588
592
msgid " and that the port is %d.\n"
591
#: client/drizzleadmin.cc:339
595
#: client/drizzleadmin.cc:299
593
597
msgid "You can check this by doing 'telnet %s %d'\n"
596
#: client/drizzleadmin.cc:350
600
#: client/drizzleadmin.cc:310
598
602
msgid "Got error: %s\n"
601
#: client/drizzleadmin.cc:357
605
#: client/drizzleadmin.cc:317
602
606
msgid "Waiting for Drizzle server to answer"
605
#: client/drizzleadmin.cc:393
609
#: client/drizzleadmin.cc:350
607
611
msgid "shutting down drizzled...\n"
610
#: client/drizzleadmin.cc:401 client/drizzleadmin.cc:407
611
#: client/drizzleadmin.cc:440
614
#: client/drizzleadmin.cc:354
613
616
msgid "shutdown failed; error: '%s'"
616
#: client/drizzleadmin.cc:415
619
#: client/drizzleadmin.cc:361
621
#: client/drizzleadmin.cc:424
624
#: client/drizzleadmin.cc:371
622
625
msgid "drizzled is alive"
625
#: client/drizzleadmin.cc:433
628
#: client/drizzleadmin.cc:379
626
629
msgid "connection was down, but drizzled is now alive"
629
#: client/drizzleadmin.cc:446
632
#: client/drizzleadmin.cc:383
631
634
msgid "drizzled doesn't answer to ping, error: '%s'"
634
#: client/drizzleadmin.cc:456
637
#: client/drizzleadmin.cc:392
636
639
msgid "Unknown command: '%-.60s'"
639
#: client/drizzleadmin.cc:465
642
#: client/drizzleadmin.cc:401
641
644
msgid "%s Ver %s Distrib %s, for %s on %s\n"
644
#: client/drizzleadmin.cc:472
647
#: client/drizzleadmin.cc:408
645
648
msgid "Copyright (C) 2000-2008 MySQL AB"
648
#: client/drizzleadmin.cc:473 client/drizzledump.cc:484
651
#: client/drizzleadmin.cc:409 client/drizzledump.cc:489
650
653
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
651
654
"and you are welcome to modify and redistribute it under the GPL license\n"
654
#: client/drizzleadmin.cc:474
657
#: client/drizzleadmin.cc:410
655
658
msgid "Administration program for the drizzled daemon."
658
#: client/drizzleadmin.cc:475
661
#: client/drizzleadmin.cc:411
660
663
msgid "Usage: %s [OPTIONS] command command....\n"
663
#: client/drizzleadmin.cc:477
666
#: client/drizzleadmin.cc:413
665
668
" ping Check if server is down\n"
666
669
" shutdown Take server down\n"
669
#: client/drizzledump.cc:387
672
#: client/drizzledump.cc:393
670
673
msgid "Number of rows before each output progress report (requires --verbose)."
673
#: client/drizzledump.cc:461
676
#: client/drizzledump.cc:466
675
678
msgid "Got errno %d on write"
678
#: client/drizzledump.cc:466
681
#: client/drizzledump.cc:471
680
683
msgid "%s Ver %s Distrib %s, for %s (%s)\n"
683
#: client/drizzledump.cc:473
686
#: client/drizzledump.cc:478
685
688
msgid "Usage: %s [OPTIONS] database [tables]\n"
688
#: client/drizzledump.cc:474
691
#: client/drizzledump.cc:479
690
693
msgid "OR %s [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]\n"
693
#: client/drizzledump.cc:476
696
#: client/drizzledump.cc:481
695
698
msgid "OR %s [OPTIONS] --all-databases [OPTIONS]\n"
698
#: client/drizzledump.cc:483
701
#: client/drizzledump.cc:488
699
702
msgid "By Igor Romanenko, Monty, Jani & Sinisa"
702
#: client/drizzledump.cc:485
705
#: client/drizzledump.cc:490
703
706
msgid "Dumping definition and data DRIZZLE database or table"
706
#: client/drizzledump.cc:496
709
#: client/drizzledump.cc:501
708
711
msgid "For more options, use %s --help\n"
711
#: client/drizzledump.cc:669
714
#: client/drizzledump.cc:675
713
716
msgid "Input filename too long: %s"
716
#: client/drizzledump.cc:712
719
#: client/drizzledump.cc:718
718
721
msgid "Illegal use of option --ignore-table=<database>.<table>\n"
721
#: client/drizzledump.cc:737
724
#: client/drizzledump.cc:743
723
726
msgid "Invalid mode to --compatible: %s\n"
726
#: client/drizzledump.cc:791
729
#: client/drizzledump.cc:803
728
731
msgid "%s: You must use option --tab with --fields-...\n"
731
#: client/drizzledump.cc:808
734
#: client/drizzledump.cc:820
734
737
"%s: You can't use --single-transaction and --lock-all-tables at the same "
738
#: client/drizzledump.cc:821
741
#: client/drizzledump.cc:833
741
744
"%s: You can't use ..enclosed.. and ..optionally-enclosed.. at the same "
745
#: client/drizzledump.cc:827
748
#: client/drizzledump.cc:839
747
750
msgid "%s: --databases or --all-databases can't be used with --tab.\n"
750
#: client/drizzledump.cc:853 client/drizzledump.cc:858
753
#: client/drizzledump.cc:863
752
msgid "Got error: %s %s"
755
msgid "Got error: %d: %s %s"
755
#: client/drizzledump.cc:956 client/drizzledump.cc:963
756
#: client/drizzledump.cc:976
758
#: client/drizzledump.cc:955
758
760
msgid "Couldn't execute '%s': %s (%d)"
761
#: client/drizzledump.cc:1040
763
#: client/drizzledump.cc:1016
763
765
msgid "-- Connecting to %s...\n"
766
#: client/drizzledump.cc:1061
768
#: client/drizzledump.cc:1037
768
770
msgid "-- Disconnecting from %s...\n"
771
#: client/drizzledump.cc:1072
773
#: client/drizzledump.cc:1047
772
774
msgid "Couldn't allocate memory"
775
#: client/drizzledump.cc:1416
777
#: client/drizzledump.cc:1388
778
780
"-- Warning: Unable to use delayed inserts for table '%s' because it's of "
782
#: client/drizzledump.cc:1430
784
#: client/drizzledump.cc:1402
784
786
msgid "-- Retrieving table structure for table %s...\n"
787
#: client/drizzledump.cc:1544
789
#: client/drizzledump.cc:1511
789
791
msgid "%s: Warning: Can't set SQL_QUOTE_SHOW_CREATE option (%s)\n"
792
#: client/drizzledump.cc:1651
794
msgid "%s: Can't get keys for table %s\n"
797
#: client/drizzledump.cc:1729 client/drizzledump.cc:3083
799
msgid "Error: Couldn't read status information for table %s\n"
802
#: client/drizzledump.cc:1872
794
#: client/drizzledump.cc:1620
796
msgid "%s: Can't get keys for table %s (%s)\n"
799
#: client/drizzledump.cc:1697 client/drizzledump.cc:2995
801
msgid "-- Warning: Couldn't get status information for table %s (%s)\n"
804
#: client/drizzledump.cc:1704 client/drizzledump.cc:3003
806
msgid "Error: Couldn't read status information for table %s (%s)\n"
809
#: client/drizzledump.cc:1846
804
811
msgid "Error retrieving table structure for table: \"%s\""
807
#: client/drizzledump.cc:1879
814
#: client/drizzledump.cc:1853
809
816
msgid "-- Skipping dump data for table '%s', --no-data was used\n"
812
#: client/drizzledump.cc:1890
819
#: client/drizzledump.cc:1864
814
821
msgid "-- Warning: Skipping data for table '%s' because it's of type %s\n"
817
#: client/drizzledump.cc:1897
824
#: client/drizzledump.cc:1871
819
826
msgid "-- Skipping dump data for table '%s', it has no fields\n"
822
#: client/drizzledump.cc:1905
829
#: client/drizzledump.cc:1879
823
830
msgid "-- Sending SELECT query...\n"
826
#: client/drizzledump.cc:1959 client/drizzledump.cc:2444
833
#: client/drizzledump.cc:1931
827
834
msgid "when executing 'SELECT INTO OUTFILE'"
830
#: client/drizzledump.cc:1969
837
#: client/drizzledump.cc:1939
1073
#: drizzled/drizzled.cc:1149
1087
#: drizzled/drizzled.cc:1183
1075
1089
msgid "Writing a core file\n"
1078
#: drizzled/drizzled.cc:1194
1092
#: drizzled/drizzled.cc:1228
1080
1094
"setrlimit could not change the size of core files to 'infinity'; We may not "
1081
1095
"be able to generate a core file on signals"
1084
#: drizzled/drizzled.cc:1396
1098
#: drizzled/drizzled.cc:1432
1086
1100
msgid "gethostname failed, using '%s' as hostname"
1089
#: drizzled/drizzled.cc:1493
1103
#: drizzled/drizzled.cc:1529
1091
1105
msgid "Unknown locale: '%s'"
1094
#: drizzled/drizzled.cc:1535
1108
#: drizzled/drizzled.cc:1584
1095
1109
msgid "Can't create thread-keys"
1098
#: drizzled/drizzled.cc:1561
1112
#: drizzled/drizzled.cc:1610
1099
1113
msgid "Out of memory"
1102
#: drizzled/drizzled.cc:1576
1116
#: drizzled/drizzled.cc:1625
1103
1117
msgid "Failed to initialize plugins."
1106
#: drizzled/drizzled.cc:1607
1120
#: drizzled/drizzled.cc:1656
1109
1123
"%s: Too many arguments (first extra is '%s').\n"
1110
1124
"Use --verbose --help to get a list of available options\n"
1113
#: drizzled/drizzled.cc:1617
1127
#: drizzled/drizzled.cc:1666
1114
1128
msgid "Can't init databases"
1117
#: drizzled/drizzled.cc:1637
1131
#: drizzled/drizzled.cc:1686
1119
1133
msgid "Unknown/unsupported table type: %s"
1122
#: drizzled/drizzled.cc:1643
1136
#: drizzled/drizzled.cc:1692
1124
1138
msgid "Default storage engine (%s) is not available"
1127
#: drizzled/drizzled.cc:1674
1141
#: drizzled/drizzled.cc:1724
1129
1143
msgid "Failed to lock memory. Errno: %d\n"
1132
#: drizzled/drizzled.cc:1736
1146
#: drizzled/drizzled.cc:1785
1134
1148
msgid "Asked for %<PRIu64> thread stack, but got %<PRIu64>"
1137
#: drizzled/drizzled.cc:1898
1151
#: drizzled/drizzled.cc:1955
1139
1153
msgid "drizzled: Got error %d from select"
1142
#: drizzled/drizzled.cc:2072
1156
#: drizzled/drizzled.cc:2138
1143
1157
msgid "Auto-increment columns are incremented by this"
1146
#: drizzled/drizzled.cc:2077
1160
#: drizzled/drizzled.cc:2143
1148
1162
"Offset added to Auto-increment columns. Used when auto-increment-increment !"
1152
#: drizzled/drizzled.cc:2083
1166
#: drizzled/drizzled.cc:2149
1154
1168
"Path to installation directory. All paths are usually resolved relative to "
1158
#: drizzled/drizzled.cc:2087
1172
#: drizzled/drizzled.cc:2153
1159
1173
msgid "IP address to bind to."
1162
#: drizzled/drizzled.cc:2091
1176
#: drizzled/drizzled.cc:2157
1163
1177
msgid "Set the filesystem character set."
1166
#: drizzled/drizzled.cc:2096
1180
#: drizzled/drizzled.cc:2162
1167
1181
msgid "Set the default character set."
1170
#: drizzled/drizzled.cc:2100
1184
#: drizzled/drizzled.cc:2166
1171
1185
msgid "Chroot drizzled daemon during startup."
1174
#: drizzled/drizzled.cc:2104
1188
#: drizzled/drizzled.cc:2170
1175
1189
msgid "Set the default collation."
1178
#: drizzled/drizzled.cc:2108
1192
#: drizzled/drizzled.cc:2174
1179
1193
msgid "Default completion type."
1182
#: drizzled/drizzled.cc:2113
1196
#: drizzled/drizzled.cc:2179
1183
1197
msgid "Write core on errors."
1186
#: drizzled/drizzled.cc:2117
1200
#: drizzled/drizzled.cc:2183
1187
1201
msgid "Path to the database root."
1190
#: drizzled/drizzled.cc:2121
1204
#: drizzled/drizzled.cc:2187
1191
1205
msgid "Set the default storage engine (table type) for tables."
1194
#: drizzled/drizzled.cc:2125
1208
#: drizzled/drizzled.cc:2191
1195
1209
msgid "Set the default time zone."
1198
#: drizzled/drizzled.cc:2129
1212
#: drizzled/drizzled.cc:2195
1199
1213
msgid "Type of DELAY_KEY_WRITE."
1202
#: drizzled/drizzled.cc:2133
1216
#: drizzled/drizzled.cc:2199
1203
1217
msgid "Print a symbolic stack trace on failure."
1206
#: drizzled/drizzled.cc:2139
1220
#: drizzled/drizzled.cc:2205
1207
1221
msgid "Push supported query conditions to the storage engine."
1210
#: drizzled/drizzled.cc:2145
1224
#: drizzled/drizzled.cc:2211
1211
1225
msgid "Used for debugging; Use at your own risk!"
1214
#: drizzled/drizzled.cc:2150
1228
#: drizzled/drizzled.cc:2214
1229
msgid "Flush tables to disk between SQL commands."
1232
#: drizzled/drizzled.cc:2219
1215
1233
msgid "Set up signals usable for debugging"
1218
#: drizzled/drizzled.cc:2154
1236
#: drizzled/drizzled.cc:2223
1219
1237
msgid "Command(s) that are executed for each new connection"
1222
#: drizzled/drizzled.cc:2158
1240
#: drizzled/drizzled.cc:2227
1223
1241
msgid "Read SQL commands from this file at startup."
1226
#: drizzled/drizzled.cc:2162
1244
#: drizzled/drizzled.cc:2231
1227
1245
msgid "(IGNORED)"
1230
#: drizzled/drizzled.cc:2166
1248
#: drizzled/drizzled.cc:2235
1231
1249
msgid "Set the language used for the month names and the days of the week."
1234
#: drizzled/drizzled.cc:2171
1252
#: drizzled/drizzled.cc:2240
1253
msgid "Enable/disable LOAD DATA LOCAL INFILE (takes values 1|0)."
1256
#: drizzled/drizzled.cc:2245
1235
1257
msgid "Log connections and queries to file."
1238
#: drizzled/drizzled.cc:2175
1260
#: drizzled/drizzled.cc:2249
1239
1261
msgid "Log all MyISAM changes to file."
1242
#: drizzled/drizzled.cc:2179
1264
#: drizzled/drizzled.cc:2253
1243
1265
msgid "Log some not critical warnings to the log file."
1246
#: drizzled/drizzled.cc:2184
1268
#: drizzled/drizzled.cc:2258
1247
1269
msgid "Lock drizzled in memory."
1250
#: drizzled/drizzled.cc:2188
1272
#: drizzled/drizzled.cc:2262
1252
1274
"Syntax: myisam-recover[=option[,option...]], where option can be DEFAULT, "
1253
1275
"BACKUP, FORCE or QUICK."
1256
#: drizzled/drizzled.cc:2193
1278
#: drizzled/drizzled.cc:2267
1279
msgid "Use very new possible 'unsafe' functions."
1282
#: drizzled/drizzled.cc:2272
1257
1283
msgid "Use old, non-optimized alter table."
1260
#: drizzled/drizzled.cc:2198
1286
#: drizzled/drizzled.cc:2277
1261
1287
msgid "Pid file used by safe_mysqld."
1264
#: drizzled/drizzled.cc:2208
1290
#: drizzled/drizzled.cc:2287
1266
1292
"Maximum time in seconds to wait for the port to become free. (Default: no "
1270
#: drizzled/drizzled.cc:2213
1296
#: drizzled/drizzled.cc:2292
1297
msgid "Skip some optimize stages (for testing)."
1300
#: drizzled/drizzled.cc:2295
1272
1302
"Limit LOAD DATA, SELECT ... OUTFILE, and LOAD_FILE() to files within "
1273
1303
"specified directory"
1276
#: drizzled/drizzled.cc:2218
1306
#: drizzled/drizzled.cc:2300
1278
1308
"Uniquely identifies the server instance in the community of replication "
1282
#: drizzled/drizzled.cc:2223
1312
#: drizzled/drizzled.cc:2305
1313
msgid "Don't use new, possible wrong routines."
1316
#: drizzled/drizzled.cc:2308
1283
1317
msgid "Don't print a stack trace on failure."
1286
#: drizzled/drizzled.cc:2227
1320
#: drizzled/drizzled.cc:2312
1321
msgid "Don't give threads different priorities."
1324
#: drizzled/drizzled.cc:2316
1287
1325
msgid "Enable symbolic link support."
1290
#: drizzled/drizzled.cc:2236
1328
#: drizzled/drizzled.cc:2325
1330
"Non-default option to alias SYSDATE() to NOW() to make it safe-replicable."
1333
#: drizzled/drizzled.cc:2330
1292
1335
"Using this option will cause most temporary files created to use a small set "
1293
1336
"of names, rather than a unique name for each new file."
1296
#: drizzled/drizzled.cc:2241
1339
#: drizzled/drizzled.cc:2335
1298
1341
"Specify whether to time mutexes (only InnoDB mutexes are currently supported)"
1301
#: drizzled/drizzled.cc:2246
1344
#: drizzled/drizzled.cc:2340
1302
1345
msgid "Path for temporary files."
1305
#: drizzled/drizzled.cc:2250
1348
#: drizzled/drizzled.cc:2344
1306
1349
msgid "Default transaction isolation level."
1309
#: drizzled/drizzled.cc:2254
1352
#: drizzled/drizzled.cc:2348
1310
1353
msgid "Run drizzled daemon as user."
1313
#: drizzled/drizzled.cc:2262
1356
#: drizzled/drizzled.cc:2356
1315
1358
"The number of outstanding connection requests Drizzle can have. This comes "
1316
1359
"into play when the main Drizzle thread gets very many connection requests in "
1317
1360
"a very short time."
1320
#: drizzled/drizzled.cc:2268
1363
#: drizzled/drizzled.cc:2362
1322
1365
"Size of tree cache used in bulk insert optimization. Note that this is a "
1323
1366
"limit per thread!"
1326
#: drizzled/drizzled.cc:2274
1369
#: drizzled/drizzled.cc:2368
1328
1371
"The number of seconds the drizzled server is waiting for a connect packet "
1329
1372
"before responding with 'Bad handshake'."
1332
#: drizzled/drizzled.cc:2279
1375
#: drizzled/drizzled.cc:2373
1334
1377
"Precision of the result of '/' operator will be increased on that value."
1337
#: drizzled/drizzled.cc:2285
1380
#: drizzled/drizzled.cc:2379
1338
1381
msgid "The maximum length of the result of function group_concat."
1341
#: drizzled/drizzled.cc:2290
1384
#: drizzled/drizzled.cc:2384
1386
"The number of seconds the server waits for activity on an interactive "
1387
"connection before closing it."
1390
#: drizzled/drizzled.cc:2390
1342
1391
msgid "The size of the buffer that is used for full joins."
1345
#: drizzled/drizzled.cc:2296
1394
#: drizzled/drizzled.cc:2396
1346
1395
msgid "Don't overwrite stale .MYD and .MYI even if no directory is specified."
1349
#: drizzled/drizzled.cc:2301
1398
#: drizzled/drizzled.cc:2401
1351
1400
"The size of the buffer used for index blocks for MyISAM tables. Increase "
1352
1401
"this to get better index handling (for all reads and multiple writes) to as "
1353
1402
"much as you can afford;"
1356
#: drizzled/drizzled.cc:2310
1405
#: drizzled/drizzled.cc:2410
1358
1407
"This characterizes the number of hits a hot block has to be untouched until "
1359
1408
"it is considered aged enough to be downgraded to a warm block. This "
1361
1410
"blocks in key cache"
1364
#: drizzled/drizzled.cc:2319
1413
#: drizzled/drizzled.cc:2419
1365
1414
msgid "The default size of key cache blocks"
1368
#: drizzled/drizzled.cc:2325
1417
#: drizzled/drizzled.cc:2425
1369
1418
msgid "The minimum percentage of warm blocks in key cache"
1372
#: drizzled/drizzled.cc:2331
1421
#: drizzled/drizzled.cc:2431
1373
1422
msgid "Max packetlength to send/receive from to server."
1376
#: drizzled/drizzled.cc:2336
1425
#: drizzled/drizzled.cc:2436
1378
1427
"If there is more than this number of interrupted connections from a host "
1379
1428
"this host will be blocked from further connections."
1382
#: drizzled/drizzled.cc:2341
1431
#: drizzled/drizzled.cc:2441
1383
1432
msgid "Max number of errors/warnings to store for a statement."
1386
#: drizzled/drizzled.cc:2346
1435
#: drizzled/drizzled.cc:2446
1387
1436
msgid "Don't allow creation of heap tables bigger than this."
1390
#: drizzled/drizzled.cc:2352
1439
#: drizzled/drizzled.cc:2452
1392
1441
"Joins that are probably going to read more than max_join_size records return "
1396
#: drizzled/drizzled.cc:2358
1445
#: drizzled/drizzled.cc:2458
1397
1446
msgid "Max number of bytes in sorted records."
1400
#: drizzled/drizzled.cc:2363
1449
#: drizzled/drizzled.cc:2463
1401
1450
msgid "Limit assumed max number of seeks when looking up rows based on a key"
1404
#: drizzled/drizzled.cc:2368
1453
#: drizzled/drizzled.cc:2468
1406
1455
"The number of bytes to use when sorting BLOB or TEXT values (only the first "
1407
1456
"max_sort_length bytes of each value are used; the rest are ignored)."
1410
#: drizzled/drizzled.cc:2375
1459
#: drizzled/drizzled.cc:2475
1411
1460
msgid "Maximum number of temporary tables a client can keep open at a time."
1414
#: drizzled/drizzled.cc:2380
1463
#: drizzled/drizzled.cc:2480
1415
1464
msgid "After this many write locks, allow some read locks to run in between."
1418
#: drizzled/drizzled.cc:2384
1467
#: drizzled/drizzled.cc:2484
1420
1469
"Don't log queries which examine less than min_examined_row_limit rows to "
1424
#: drizzled/drizzled.cc:2390
1473
#: drizzled/drizzled.cc:2490
1426
1475
"Specifies how MyISAM index statistics collection code should threat NULLs. "
1427
1476
"Possible values of name are 'nulls_unequal' (default behavior), "
1428
1477
"'nulls_equal' (emulate MySQL 4.0 behavior), and 'nulls_ignored'."
1431
#: drizzled/drizzled.cc:2397
1480
#: drizzled/drizzled.cc:2497
1432
1481
msgid "Buffer length for TCP/IP and socket communication."
1435
#: drizzled/drizzled.cc:2402
1484
#: drizzled/drizzled.cc:2502
1437
1486
"Number of seconds to wait for more data from a connection before aborting "
1441
#: drizzled/drizzled.cc:2408
1490
#: drizzled/drizzled.cc:2508
1443
1492
"If a read on a communication port is interrupted, retry this many times "
1444
1493
"before giving up."
1447
#: drizzled/drizzled.cc:2414
1496
#: drizzled/drizzled.cc:2514
1449
1498
"Number of seconds to wait for a block to be written to a connection before "
1450
1499
"aborting the write."
1453
#: drizzled/drizzled.cc:2420
1502
#: drizzled/drizzled.cc:2520
1455
1504
"Controls the heuristic(s) applied during query optimization to prune less-"
1456
1505
"promising partial plans from the optimizer search space. Meaning: false - do "
1469
1518
"(used for testing/comparison)."
1472
#: drizzled/drizzled.cc:2440
1521
#: drizzled/drizzled.cc:2540
1473
1522
msgid "Directory for plugins."
1476
#: drizzled/drizzled.cc:2444
1525
#: drizzled/drizzled.cc:2544
1478
1527
"Optional colon (or semicolon) separated list of plugins to load,where each "
1479
1528
"plugin is identified by the name of the shared library. [for example: --"
1480
1529
"plugin_load=libmd5udf.so:libauth_pam.so]"
1483
#: drizzled/drizzled.cc:2450
1532
#: drizzled/drizzled.cc:2550
1484
1533
msgid "The size of the buffer that is allocated when preloading indexes"
1487
#: drizzled/drizzled.cc:2455
1536
#: drizzled/drizzled.cc:2555
1488
1537
msgid "Allocation block size for query parsing and execution"
1491
#: drizzled/drizzled.cc:2460
1540
#: drizzled/drizzled.cc:2560
1492
1541
msgid "Persistent buffer for query parsing and execution"
1495
#: drizzled/drizzled.cc:2466
1544
#: drizzled/drizzled.cc:2566
1496
1545
msgid "Allocation block size for storing ranges during optimization"
1499
#: drizzled/drizzled.cc:2472
1548
#: drizzled/drizzled.cc:2572
1501
1550
"Each thread that does a sequential scan allocates a buffer of this size for "
1502
1551
"each table it scans. If you do many sequential scans, you may want to "
1503
1552
"increase this value."
1506
#: drizzled/drizzled.cc:2480
1555
#: drizzled/drizzled.cc:2580
1508
1557
"When reading rows in sorted order after a sort, the rows are read through "
1509
1558
"this buffer to avoid a disk seeks. If not set, then it's set to the value of "
1510
1559
"record_buffer."
1513
#: drizzled/drizzled.cc:2488
1562
#: drizzled/drizzled.cc:2588
1514
1563
msgid "Select scheduler to be used (by default pool-of-threads)."
1517
#: drizzled/drizzled.cc:2492
1566
#: drizzled/drizzled.cc:2592
1518
1567
msgid "Each thread that needs to do a sort allocates a buffer of this size."
1521
#: drizzled/drizzled.cc:2498
1570
#: drizzled/drizzled.cc:2598
1522
1571
msgid "The number of cached table definitions."
1525
#: drizzled/drizzled.cc:2502
1574
#: drizzled/drizzled.cc:2602
1526
1575
msgid "The number of cached open tables."
1529
#: drizzled/drizzled.cc:2506
1578
#: drizzled/drizzled.cc:2606
1531
1580
"Timeout in seconds to wait for a table level lock before returning an error. "
1532
1581
"Used only if the connection has active cursors."
1535
#: drizzled/drizzled.cc:2511
1584
#: drizzled/drizzled.cc:2611
1536
1585
msgid "The stack size for each thread."
1539
#: drizzled/drizzled.cc:2517
1588
#: drizzled/drizzled.cc:2617
1541
1590
"If an internal in-memory temporary table exceeds this size, Drizzle will "
1542
1591
"automatically convert it to an on-disk MyISAM table."
1545
#: drizzled/drizzled.cc:2523
1594
#: drizzled/drizzled.cc:2623
1546
1595
msgid "Allocation block size for transactions to be stored in binary log"
1549
#: drizzled/drizzled.cc:2528
1598
#: drizzled/drizzled.cc:2628
1550
1599
msgid "Persistent buffer for transactions to be stored in binary log"
1553
#: drizzled/drizzled.cc:2533
1602
#: drizzled/drizzled.cc:2633
1555
1604
"The number of seconds the server waits for activity on a connection before "
1559
#: drizzled/drizzled.cc:2682
1608
#: drizzled/drizzled.cc:2784
1561
1610
"Copyright (C) 2008 Sun Microsystems\n"
1562
1611
"This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
5099
5156
msgid "qcache plugin '%s' init() failed"
5102
#: drizzled/qcache.cc:59
5159
#: drizzled/qcache.cc:60
5104
5161
msgid "qcache plugin '%s' deinit() failed"
5107
#: drizzled/qcache.cc:104
5164
#: drizzled/qcache.cc:105
5109
5166
msgid "qcache plugin '%s' try_fetch_and_send() failed"
5112
#: drizzled/qcache.cc:121
5169
#: drizzled/qcache.cc:122
5114
5171
msgid "qcache plugin '%s' set() failed"
5117
#: drizzled/qcache.cc:140
5174
#: drizzled/qcache.cc:141
5119
5176
msgid "qcache plugin '%s' invalidate_table() failed"
5122
#: drizzled/qcache.cc:159
5179
#: drizzled/qcache.cc:160
5124
5181
msgid "qcache plugin '%s' invalidate_db() failed"
5127
#: drizzled/qcache.cc:177
5184
#: drizzled/qcache.cc:178
5129
5186
msgid "qcache plugin '%s' flush() failed"
5132
#: drizzled/replicator.cc:36
5189
#. TRANSLATORS: The leading word "replicator" is the name
5190
#. of the plugin api, and so should not be translated.
5191
#: drizzled/replicator.cc:41
5134
5193
msgid "replicator plugin '%s' init() failed"
5137
#: drizzled/replicator.cc:58
5196
#. TRANSLATORS: The leading word "replicator" is the name
5197
#. of the plugin api, and so should not be translated.
5198
#: drizzled/replicator.cc:65
5139
5200
msgid "replicator plugin '%s' deinit() failed"
5142
#: drizzled/replicator.cc:81
5203
#. TRANSLATORS: The leading word "replicator" is the name
5204
#. of the plugin api, and so should not be translated.
5205
#: drizzled/replicator.cc:89
5144
5207
msgid "replicator plugin '%s' session_init() failed"
5147
#: drizzled/replicator.cc:152
5210
#. TRANSLATORS: The leading word "replicator" is the name
5211
#. of the plugin api, and so should not be translated.
5212
#: drizzled/replicator.cc:159
5149
5214
msgid "replicator plugin '%s' row_insert() failed"
5152
#: drizzled/replicator.cc:168
5217
#. TRANSLATORS: The leading word "replicator" is the name
5218
#. of the plugin api, and so should not be translated.
5219
#: drizzled/replicator.cc:173
5154
5221
msgid "replicator plugin '%s' row_update() failed"
5157
#: drizzled/replicator.cc:183
5224
#. TRANSLATORS: The leading word "replicator" is the name
5225
#. of the plugin api, and so should not be translated.
5226
#: drizzled/replicator.cc:187
5159
5228
msgid "replicator plugin '%s' row_delete() failed"
5162
#: drizzled/replicator.cc:270
5231
#. TRANSLATORS: The leading word "replicator" is the name
5232
#. of the plugin api, and so should not be translated.
5233
#: drizzled/replicator.cc:272
5164
5235
msgid "replicator plugin '%s' end_transaction() failed"
5167
#: drizzled/replicator.cc:328
5238
#. TRANSLATORS: The leading word "replicator" is the name
5239
#. of the plugin api, and so should not be translated.
5240
#: drizzled/replicator.cc:329
5169
5242
msgid "replicator plugin '%s' statement() failed"
5172
#: drizzled/scheduling.cc:57
5245
#: drizzled/scheduling.cc:61
5174
5247
msgid "scheduling plugin '%s' init() failed"
5177
#: drizzled/scheduling.cc:80
5250
#. TRANSLATORS: The leading word "scheduling" is the name
5251
#. of the plugin api, and so should not be translated.
5252
#: drizzled/scheduling.cc:95
5179
5254
msgid "scheduling plugin '%s' deinit() failed"
5182
#: drizzled/sql_base.cc:2295
5257
#: drizzled/sql_base.cc:2306
5184
5259
msgid "Table %s had a open data handler in reopen_table"
5187
#: drizzled/sql_base.cc:2943
5262
#: drizzled/sql_base.cc:2955
5189
5264
msgid "Couldn't repair table: %s.%s"
5192
#: drizzled/sql_base.cc:2985
5267
#: drizzled/sql_base.cc:2997
5195
5270
"When opening HEAP table, could not allocate memory to write 'DELETE FROM `%"
5196
5271
"s`.`%s`' to replication"
5199
#: drizzled/sql_base.cc:3588
5274
#: drizzled/sql_base.cc:3600
5201
5276
msgid "Could not remove temporary table: '%s', error: %d"
5204
#: drizzled/sql_plugin.cc:645
5279
#: drizzled/sql_base.cc:6195
5280
msgid "Can't create thread to kill server"
5283
#: drizzled/sql_plugin.cc:680
5206
5285
msgid "Plugin '%s' of type %s failed deinitialization"
5209
#: drizzled/sql_plugin.cc:688
5288
#: drizzled/sql_plugin.cc:694
5290
msgid "Plugin '%s' has ref_count=%d after deinitialization."
5293
#: drizzled/sql_plugin.cc:782
5211
5295
msgid "Plugin '%s' registration as a %s failed."
5214
#: drizzled/sql_plugin.cc:889
5298
#: drizzled/sql_plugin.cc:1005
5215
5299
msgid "plugin-load parameter too long"
5218
#: drizzled/sql_plugin.cc:949
5302
#: drizzled/sql_plugin.cc:1065
5220
5304
msgid "Couldn't load plugin named '%s' with soname '%s'."
5223
#: drizzled/sql_plugin.cc:1347
5307
#: drizzled/sql_plugin.cc:1118
5309
msgid "Forcing shutdown of %<PRIu64> plugins"
5312
#: drizzled/sql_plugin.cc:1141
5314
msgid "Plugin '%s' will be forced to shutdown"
5317
#: drizzled/sql_plugin.cc:1157
5319
msgid "Plugin '%s' has ref_count=%d after shutdown."
5322
#: drizzled/sql_plugin.cc:1545
5224
5323
msgid "Out of memory."
5227
#: drizzled/sql_plugin.cc:2188 drizzled/sql_plugin.cc:2251
5326
#: drizzled/sql_plugin.cc:2394 drizzled/sql_plugin.cc:2457
5229
5328
msgid "Unknown variable type code 0x%x in plugin '%s'."
5232
#: drizzled/sql_plugin.cc:2231
5331
#: drizzled/sql_plugin.cc:2437
5235
5334
"Server variable %s of plugin %s was forced to be read-only: string variable "
5236
5335
"without update_func and PLUGIN_VAR_MEMALLOC flag"
5239
#: drizzled/sql_plugin.cc:2262
5338
#: drizzled/sql_plugin.cc:2468
5241
5340
msgid "Missing variable name in plugin '%s'."
5244
#: drizzled/sql_plugin.cc:2279
5343
#: drizzled/sql_plugin.cc:2485
5246
5345
msgid "Thread local variable '%s' not allocated in plugin '%s'."
5249
#: drizzled/sql_plugin.cc:2397
5348
#: drizzled/sql_plugin.cc:2603
5251
5350
msgid "Out of memory for plugin '%s'."
5254
#: drizzled/sql_plugin.cc:2404
5353
#: drizzled/sql_plugin.cc:2610
5256
5355
msgid "Bad options for plugin '%s'."
5259
#: drizzled/sql_plugin.cc:2413
5358
#: drizzled/sql_plugin.cc:2619
5261
5360
msgid "Parsing options for plugin '%s' failed."
5264
#: drizzled/sql_plugin.cc:2456
5363
#: drizzled/sql_plugin.cc:2662
5266
5365
msgid "Plugin '%s' has conflicting system variables"
5414
5508
msgid "%s: option `-W %s' doesn't allow an argument\n"
5417
#: libdrizzleclient/errmsg.cc:28
5511
#: libdrizzleclient/errmsg.c:28
5418
5512
msgid "Unknown Drizzle error"
5421
#: libdrizzleclient/errmsg.cc:29
5515
#: libdrizzleclient/errmsg.c:29
5423
5517
msgid "Can't create UNIX socket (%d)"
5426
#: libdrizzleclient/errmsg.cc:30
5520
#: libdrizzleclient/errmsg.c:30
5428
5522
msgid "Can't connect to local Drizzle server through socket '%-.100s' (%d)"
5431
#: libdrizzleclient/errmsg.cc:31
5525
#: libdrizzleclient/errmsg.c:31
5433
msgid "Can't connect to Drizzle server on '%-.100s:%lu' (%d)"
5527
msgid "Can't connect to Drizzle server on '%-.100s' (%d)"
5436
#: libdrizzleclient/errmsg.cc:32
5530
#: libdrizzleclient/errmsg.c:32
5438
5532
msgid "Can't create TCP/IP socket (%d)"
5441
#: libdrizzleclient/errmsg.cc:33
5535
#: libdrizzleclient/errmsg.c:33
5443
5537
msgid "Unknown Drizzle server host '%-.100s' (%d)"
5446
#: libdrizzleclient/errmsg.cc:34
5540
#: libdrizzleclient/errmsg.c:34
5447
5541
msgid "Drizzle server has gone away"
5450
#: libdrizzleclient/errmsg.cc:35
5544
#: libdrizzleclient/errmsg.c:35
5452
5546
msgid "Protocol mismatch; server version = %d, client version = %d"
5455
#: libdrizzleclient/errmsg.cc:36
5549
#: libdrizzleclient/errmsg.c:36
5456
5550
msgid "Drizzle client ran out of memory"
5459
#: libdrizzleclient/errmsg.cc:37
5553
#: libdrizzleclient/errmsg.c:37
5460
5554
msgid "Wrong host info"
5463
#: libdrizzleclient/errmsg.cc:38
5557
#: libdrizzleclient/errmsg.c:38
5464
5558
msgid "Localhost via UNIX socket"
5467
#: libdrizzleclient/errmsg.cc:39
5561
#: libdrizzleclient/errmsg.c:39
5469
5563
msgid "%-.100s via TCP/IP"
5472
#: libdrizzleclient/errmsg.cc:40
5566
#: libdrizzleclient/errmsg.c:40
5473
5567
msgid "Error in server handshake"
5476
#: libdrizzleclient/errmsg.cc:41
5570
#: libdrizzleclient/errmsg.c:41
5477
5571
msgid "Lost connection to Drizzle server during query"
5480
#: libdrizzleclient/errmsg.cc:42
5574
#: libdrizzleclient/errmsg.c:42
5481
5575
msgid "Commands out of sync; you can't run this command now"
5484
#: libdrizzleclient/errmsg.cc:43
5578
#: libdrizzleclient/errmsg.c:43
5486
5580
msgid "Named pipe: %-.32s"
5489
#: libdrizzleclient/errmsg.cc:44
5583
#: libdrizzleclient/errmsg.c:44
5491
5585
msgid "Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
5494
#: libdrizzleclient/errmsg.cc:45
5588
#: libdrizzleclient/errmsg.c:45
5496
5590
msgid "Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
5499
#: libdrizzleclient/errmsg.cc:46
5593
#: libdrizzleclient/errmsg.c:46
5501
5595
msgid "Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
5504
#: libdrizzleclient/errmsg.cc:47
5598
#: libdrizzleclient/errmsg.c:47
5506
5600
msgid "Can't initialize character set %-.32s (path: %-.100s)"
5509
#: libdrizzleclient/errmsg.cc:48
5603
#: libdrizzleclient/errmsg.c:48
5510
5604
msgid "Got packet bigger than 'max_allowed_packet' bytes"
5513
#: libdrizzleclient/errmsg.cc:49
5607
#: libdrizzleclient/errmsg.c:49
5514
5608
msgid "Embedded server"
5517
#: libdrizzleclient/errmsg.cc:50
5611
#: libdrizzleclient/errmsg.c:50
5518
5612
msgid "Error on SHOW SLAVE STATUS:"
5521
#: libdrizzleclient/errmsg.cc:51
5615
#: libdrizzleclient/errmsg.c:51
5522
5616
msgid "Error on SHOW SLAVE HOSTS:"
5525
#: libdrizzleclient/errmsg.cc:52
5619
#: libdrizzleclient/errmsg.c:52
5526
5620
msgid "Error connecting to slave:"
5529
#: libdrizzleclient/errmsg.cc:53
5623
#: libdrizzleclient/errmsg.c:53
5530
5624
msgid "Error connecting to master:"
5533
#: libdrizzleclient/errmsg.cc:54
5627
#: libdrizzleclient/errmsg.c:54
5534
5628
msgid "SSL connection error"
5537
#: libdrizzleclient/errmsg.cc:55
5631
#: libdrizzleclient/errmsg.c:55
5538
5632
msgid "Malformed packet"
5541
#: libdrizzleclient/errmsg.cc:56 libdrizzleclient/errmsg.cc:67
5542
#: libdrizzleclient/errmsg.cc:68 libdrizzleclient/errmsg.cc:69
5543
#: libdrizzleclient/errmsg.cc:70 libdrizzleclient/errmsg.cc:71
5544
#: libdrizzleclient/errmsg.cc:72 libdrizzleclient/errmsg.cc:73
5545
#: libdrizzleclient/errmsg.cc:74 libdrizzleclient/errmsg.cc:75
5635
#: libdrizzleclient/errmsg.c:56 libdrizzleclient/errmsg.c:67
5636
#: libdrizzleclient/errmsg.c:68 libdrizzleclient/errmsg.c:69
5637
#: libdrizzleclient/errmsg.c:70 libdrizzleclient/errmsg.c:71
5638
#: libdrizzleclient/errmsg.c:72 libdrizzleclient/errmsg.c:73
5639
#: libdrizzleclient/errmsg.c:74 libdrizzleclient/errmsg.c:75
5546
5640
msgid "(unused error message)"
5549
#: libdrizzleclient/errmsg.cc:57
5643
#: libdrizzleclient/errmsg.c:57
5550
5644
msgid "Invalid use of null pointer"
5553
#: libdrizzleclient/errmsg.cc:58
5647
#: libdrizzleclient/errmsg.c:58
5554
5648
msgid "Statement not prepared"
5557
#: libdrizzleclient/errmsg.cc:59
5651
#: libdrizzleclient/errmsg.c:59
5558
5652
msgid "No data supplied for parameters in prepared statement"
5561
#: libdrizzleclient/errmsg.cc:60
5655
#: libdrizzleclient/errmsg.c:60
5562
5656
msgid "Data truncated"
5565
#: libdrizzleclient/errmsg.cc:61
5659
#: libdrizzleclient/errmsg.c:61
5566
5660
msgid "No parameters exist in the statement"
5569
#: libdrizzleclient/errmsg.cc:62
5663
#: libdrizzleclient/errmsg.c:62
5570
5664
msgid "Invalid parameter number"
5573
#: libdrizzleclient/errmsg.cc:63
5667
#: libdrizzleclient/errmsg.c:63
5576
5670
"Can't send long data for non-string/non-binary data types (parameter: %d)"
5579
#: libdrizzleclient/errmsg.cc:65
5673
#: libdrizzleclient/errmsg.c:65
5581
5675
msgid "Using unsupported buffer type: %d (parameter: %d)"
5584
#: libdrizzleclient/errmsg.cc:66
5678
#: libdrizzleclient/errmsg.c:66
5586
5680
msgid "Shared memory: %-.100s"
5589
#: libdrizzleclient/errmsg.cc:76
5683
#: libdrizzleclient/errmsg.c:76
5590
5684
msgid "Wrong or unknown protocol"
5593
#: libdrizzleclient/errmsg.cc:77
5687
#: libdrizzleclient/errmsg.c:77
5594
5688
msgid "Invalid connection handle"
5597
#: libdrizzleclient/errmsg.cc:78
5691
#: libdrizzleclient/errmsg.c:78
5599
5693
"Connection using old (pre-4.1.1) authentication protocol refused (client "
5600
5694
"option 'secure_auth' enabled)"
5603
#: libdrizzleclient/errmsg.cc:80
5697
#: libdrizzleclient/errmsg.c:80
5604
5698
msgid "Row retrieval was canceled by drizzle_stmt_close() call"
5607
#: libdrizzleclient/errmsg.cc:81
5701
#: libdrizzleclient/errmsg.c:81
5608
5702
msgid "Attempt to read column without prior row fetch"
5611
#: libdrizzleclient/errmsg.cc:82
5705
#: libdrizzleclient/errmsg.c:82
5612
5706
msgid "Prepared statement contains no metadata"
5615
#: libdrizzleclient/errmsg.cc:83
5709
#: libdrizzleclient/errmsg.c:83
5617
5711
"Attempt to read a row while there is no result set associated with the "
5621
#: libdrizzleclient/errmsg.cc:85
5715
#: libdrizzleclient/errmsg.c:85
5622
5716
msgid "This feature is not implemented yet"
5625
#: libdrizzleclient/errmsg.cc:86
5719
#: libdrizzleclient/errmsg.c:86
5628
5722
"Lost connection to Drizzle server while waiting for initial communication "
5629
5723
"packet, system error: %d"
5632
#: libdrizzleclient/errmsg.cc:88
5726
#: libdrizzleclient/errmsg.c:88
5635
5729
"Lost connection to Drizzle server while reading initial communication "
5636
5730
"packet, system error: %d"
5639
#: libdrizzleclient/errmsg.cc:90
5733
#: libdrizzleclient/errmsg.c:90
5642
5736
"Lost connection to Drizzle server while sending authentication information, "
5643
5737
"system error: %d"
5646
#: libdrizzleclient/errmsg.cc:92
5740
#: libdrizzleclient/errmsg.c:92
5649
5743
"Lost connection to Drizzle server while reading authorization information, "
5650
5744
"system error: %d"
5653
#: libdrizzleclient/errmsg.cc:94
5747
#: libdrizzleclient/errmsg.c:94
5656
5750
"Lost connection to Drizzle server while setting initial database, system "
5660
#: libdrizzleclient/errmsg.cc:96
5754
#: libdrizzleclient/errmsg.c:96
5662
5756
msgid "Statement closed indirectly because of a preceding %s() call"
5759
#: libdrizzleclient/local_infile.c:190 mysys/errors.cc:52
5761
msgid "File '%s' not found (Errcode: %d)"
5764
#: libdrizzleclient/local_infile.c:221 mysys/errors.cc:26
5766
msgid "Error reading file '%s' (Errcode: %d)"
5665
5769
#: mysys/errors.cc:25
5667
5771
msgid "Can't create/write to file '%s' (Errcode: %d)"
5670
#: mysys/errors.cc:26
5672
msgid "Error reading file '%s' (Errcode: %d)"
5675
5774
#: mysys/errors.cc:27
5677
5776
msgid "Error writing file '%s' (Errcode: %d)"
5883
5977
msgid "(Disabled)\n"
5886
#: plugin/errmsg_stderr/errmsg_stderr.cc:77
5980
#: plugin/errmsg_stderr/errmsg_stderr.cc:74
5887
5981
msgid "Error Messages to stderr"
5890
#: plugin/logging_gearman/logging_gearman.cc:262
5892
msgid "fail gearman_client_create(): %s"
5895
#: plugin/logging_gearman/logging_gearman.cc:272
5897
msgid "fail gearman_client_add_server(): %s"
5900
#: plugin/logging_gearman/logging_gearman.cc:297
5901
msgid "Enable logging to a gearman server"
5904
#: plugin/logging_gearman/logging_gearman.cc:306
5905
msgid "Hostname for logging to a Gearman server"
5908
#: plugin/logging_gearman/logging_gearman.cc:323
5909
msgid "Log queries to a Gearman server"
5912
5984
#: plugin/logging_query/logging_query.cc:275
5914
5986
msgid "fail open() fn=%s er=%s\n"
5917
#: plugin/logging_query/logging_query.cc:313
5989
#: plugin/logging_query/logging_query.cc:315
5918
5990
msgid "Enable logging to CSV file"
5921
#: plugin/logging_query/logging_query.cc:322
5993
#: plugin/logging_query/logging_query.cc:324
5922
5994
msgid "File to log to"
5925
#: plugin/logging_query/logging_query.cc:331
5926
#: plugin/logging_syslog/logging_syslog.cc:246
5997
#: plugin/logging_query/logging_query.cc:333
5998
#: plugin/logging_syslog/logging_syslog.cc:247
5927
5999
msgid "Threshold for logging slow queries, in microseconds"
5930
#: plugin/logging_query/logging_query.cc:343
5931
#: plugin/logging_syslog/logging_syslog.cc:258
6002
#: plugin/logging_query/logging_query.cc:345
6003
#: plugin/logging_syslog/logging_syslog.cc:259
5932
6004
msgid "Threshold for logging big queries, for rows returned"
5935
#: plugin/logging_query/logging_query.cc:355
5936
#: plugin/logging_syslog/logging_syslog.cc:270
6007
#: plugin/logging_query/logging_query.cc:357
6008
#: plugin/logging_syslog/logging_syslog.cc:271
5937
6009
msgid "Threshold for logging big queries, for rows examined"
5940
#: plugin/logging_query/logging_query.cc:378
6012
#: plugin/logging_query/logging_query.cc:380
5941
6013
msgid "Log queries to a CSV file"
5944
#: plugin/logging_syslog/logging_syslog.cc:167
6016
#: plugin/logging_syslog/logging_syslog.cc:166
5946
6018
msgid "syslog facility \"%s\" not known, using \"local0\""
5949
#: plugin/logging_syslog/logging_syslog.cc:184
6021
#: plugin/logging_syslog/logging_syslog.cc:183
5951
6023
msgid "syslog priority \"%s\" not known, using \"info\""
5954
#: plugin/logging_syslog/logging_syslog.cc:210
6026
#: plugin/logging_syslog/logging_syslog.cc:211
5955
6027
msgid "Enable logging"
5958
#: plugin/logging_syslog/logging_syslog.cc:219
6030
#: plugin/logging_syslog/logging_syslog.cc:220
5959
6031
msgid "Syslog Ident"
5962
#: plugin/logging_syslog/logging_syslog.cc:228
6034
#: plugin/logging_syslog/logging_syslog.cc:229
5963
6035
msgid "Syslog Facility"
5966
#: plugin/logging_syslog/logging_syslog.cc:237
6038
#: plugin/logging_syslog/logging_syslog.cc:238
5967
6039
msgid "Syslog Priority"
5970
#: plugin/logging_syslog/logging_syslog.cc:295
6042
#: plugin/logging_syslog/logging_syslog.cc:296
5971
6043
msgid "Log to syslog"
5974
#: plugin/multi_thread/multi_thread.cc:120
6046
#: plugin/multi_thread/multi_thread.cc:83
5975
6047
msgid "Maximum number of user threads available."
5978
#: plugin/pool_of_threads/pool_of_threads.cc:205
5979
msgid "event_add error in libevent_add_session_callback\n"
5982
#: plugin/pool_of_threads/pool_of_threads.cc:347
6050
#: plugin/pool_of_threads/pool_of_threads.cc:110
5983
6051
msgid "init_pipe(session_add_pipe) error in libevent_init\n"
5986
#: plugin/pool_of_threads/pool_of_threads.cc:354
6054
#: plugin/pool_of_threads/pool_of_threads.cc:116
5987
6055
msgid "init_pipe(session_kill_pipe) error in libevent_init\n"
5990
#: plugin/pool_of_threads/pool_of_threads.cc:366
6058
#: plugin/pool_of_threads/pool_of_threads.cc:128
5991
6059
msgid "session_add_event event_add error in libevent_init\n"
5994
#: plugin/pool_of_threads/pool_of_threads.cc:380
6062
#: plugin/pool_of_threads/pool_of_threads.cc:144
5996
6064
msgid "Can't create completion port thread (error %d)"
5999
#: plugin/pool_of_threads/pool_of_threads.cc:443
6067
#: plugin/pool_of_threads/pool_of_threads.cc:263
6068
msgid "event_add error in libevent_add_session_callback\n"
6071
#: plugin/pool_of_threads/pool_of_threads.cc:377
6000
6072
msgid "libevent_thread_proc: my_thread_init() failed\n"
6003
#: plugin/pool_of_threads/pool_of_threads.cc:629
6075
#: plugin/pool_of_threads/pool_of_threads.cc:572
6004
6076
msgid "Size of Pool."
6007
#: plugin/protobuf_replicator/protobuf_replicator.cc:259
6079
#: plugin/replicator/replicator.cc:249
6008
6080
msgid "Enable Replicator"
6011
#: plugin/protobuf_replicator/protobuf_replicator.cc:268
6083
#: plugin/replicator/replicator.cc:258
6012
6084
msgid "Directory to place replication logs."
6015
#: plugin/signal_handler/signal_handler.cc:225
6087
#: plugin/signal_handler/signal_handler.cc:223
6017
6089
msgid "Can't create interrupt-thread (error %d, errno: %d)"
6020
#: storage/myisam/ha_myisam.cc:468
6092
#: storage/myisam/ha_myisam.cc:457
6022
6094
msgid "Got an error from thread_id=%<PRIu64>, %s:%d"
6025
#: storage/myisam/ha_myisam.cc:472
6097
#: storage/myisam/ha_myisam.cc:461
6027
6099
msgid "Got an error from unknown thread, %s:%d"
6030
#: storage/myisam/ha_myisam.cc:478
6102
#: storage/myisam/ha_myisam.cc:466
6031
6103
msgid "Unknown thread accessing table"
6034
#: storage/myisam/ha_myisam.cc:1889
6106
#: storage/myisam/ha_myisam.cc:1872
6035
6107
msgid "Block size to be used for MyISAM index pages."
6038
#: storage/myisam/ha_myisam.cc:1895
6110
#: storage/myisam/ha_myisam.cc:1878
6040
6112
"Number of threads to use when repairing MyISAM tables. The value of 1 "
6041
6113
"disables parallel repair."
6044
#: storage/myisam/ha_myisam.cc:1901
6116
#: storage/myisam/ha_myisam.cc:1884
6046
6118
"Don't use the fast sort index method to created index if the temporary file "
6047
6119
"would get bigger than this."
6050
#: storage/myisam/ha_myisam.cc:1906
6122
#: storage/myisam/ha_myisam.cc:1889
6052
6124
"The buffer that is allocated when sorting the index when doing a REPAIR or "
6053
6125
"when creating indexes with CREATE INDEX or ALTER TABLE."
6056
#: storage/myisam/ha_myisam.cc:1912
6128
#: storage/myisam/ha_myisam.cc:1895
6057
6129
msgid "Default pointer size to be used for MyISAM tables."
6060
#: storage/myisam/my_handler_errors.cc:34
6132
#: storage/myisam/my_handler_errors.c:34
6061
6133
msgid "Didn't find key on read or update"
6064
#: storage/myisam/my_handler_errors.cc:36
6136
#: storage/myisam/my_handler_errors.c:36
6065
6137
msgid "Duplicate key on write or update"
6068
#: storage/myisam/my_handler_errors.cc:38
6140
#: storage/myisam/my_handler_errors.c:38
6069
6141
msgid "Internal (unspecified) error in handler"
6072
#: storage/myisam/my_handler_errors.cc:40
6144
#: storage/myisam/my_handler_errors.c:40
6074
6146
"Someone has changed the row since it was read (while the table was locked to "
6078
#: storage/myisam/my_handler_errors.cc:43
6150
#: storage/myisam/my_handler_errors.c:43
6079
6151
msgid "Wrong index given to function"
6082
#: storage/myisam/my_handler_errors.cc:45
6154
#: storage/myisam/my_handler_errors.c:45
6083
6155
msgid "Undefined handler error 125"
6086
#: storage/myisam/my_handler_errors.cc:47
6158
#: storage/myisam/my_handler_errors.c:47
6087
6159
msgid "Index file is crashed"
6090
#: storage/myisam/my_handler_errors.cc:49
6162
#: storage/myisam/my_handler_errors.c:49
6091
6163
msgid "Record file is crashed"
6094
#: storage/myisam/my_handler_errors.cc:51
6166
#: storage/myisam/my_handler_errors.c:51
6095
6167
msgid "Out of memory in engine"
6098
#: storage/myisam/my_handler_errors.cc:53
6170
#: storage/myisam/my_handler_errors.c:53
6099
6171
msgid "Undefined handler error 129"
6102
#: storage/myisam/my_handler_errors.cc:55
6174
#: storage/myisam/my_handler_errors.c:55
6103
6175
msgid "Incorrect file format"
6106
#: storage/myisam/my_handler_errors.cc:57
6178
#: storage/myisam/my_handler_errors.c:57
6107
6179
msgid "Command not supported by database"
6110
#: storage/myisam/my_handler_errors.cc:59
6182
#: storage/myisam/my_handler_errors.c:59
6111
6183
msgid "Old database file"
6114
#: storage/myisam/my_handler_errors.cc:61
6186
#: storage/myisam/my_handler_errors.c:61
6115
6187
msgid "No record read before update"
6118
#: storage/myisam/my_handler_errors.cc:63
6190
#: storage/myisam/my_handler_errors.c:63
6119
6191
msgid "Record was already deleted (or record file crashed)"
6122
#: storage/myisam/my_handler_errors.cc:65
6194
#: storage/myisam/my_handler_errors.c:65
6123
6195
msgid "No more room in record file"
6126
#: storage/myisam/my_handler_errors.cc:67
6198
#: storage/myisam/my_handler_errors.c:67
6127
6199
msgid "No more room in index file"
6130
#: storage/myisam/my_handler_errors.cc:69
6202
#: storage/myisam/my_handler_errors.c:69
6131
6203
msgid "No more records (read after end of file)"
6134
#: storage/myisam/my_handler_errors.cc:71
6206
#: storage/myisam/my_handler_errors.c:71
6135
6207
msgid "Unsupported extension used for table"
6138
#: storage/myisam/my_handler_errors.cc:73
6210
#: storage/myisam/my_handler_errors.c:73
6139
6211
msgid "Too big row"
6142
#: storage/myisam/my_handler_errors.cc:75
6214
#: storage/myisam/my_handler_errors.c:75
6143
6215
msgid "Wrong create options"
6146
#: storage/myisam/my_handler_errors.cc:77
6218
#: storage/myisam/my_handler_errors.c:77
6147
6219
msgid "Duplicate unique key or constraint on write or update"
6150
#: storage/myisam/my_handler_errors.cc:79
6222
#: storage/myisam/my_handler_errors.c:79
6151
6223
msgid "Unknown character set used in table"
6154
#: storage/myisam/my_handler_errors.cc:81
6226
#: storage/myisam/my_handler_errors.c:81
6155
6227
msgid "Conflicting table definitions in sub-tables of MERGE table"
6158
#: storage/myisam/my_handler_errors.cc:83
6230
#: storage/myisam/my_handler_errors.c:83
6159
6231
msgid "Table is crashed and last repair failed"
6162
#: storage/myisam/my_handler_errors.cc:85
6234
#: storage/myisam/my_handler_errors.c:85
6163
6235
msgid "Table was marked as crashed and should be repaired"
6166
#: storage/myisam/my_handler_errors.cc:87
6238
#: storage/myisam/my_handler_errors.c:87
6167
6239
msgid "Lock timed out; Retry transaction"
6170
#: storage/myisam/my_handler_errors.cc:89
6242
#: storage/myisam/my_handler_errors.c:89
6171
6243
msgid "Lock table is full; Restart program with a larger locktable"
6174
#: storage/myisam/my_handler_errors.cc:91
6246
#: storage/myisam/my_handler_errors.c:91
6175
6247
msgid "Updates are not allowed under a read only transactions"
6178
#: storage/myisam/my_handler_errors.cc:93
6250
#: storage/myisam/my_handler_errors.c:93
6179
6251
msgid "Lock deadlock; Retry transaction"
6182
#: storage/myisam/my_handler_errors.cc:95
6254
#: storage/myisam/my_handler_errors.c:95
6183
6255
msgid "Foreign key constraint is incorrectly formed"
6186
#: storage/myisam/my_handler_errors.cc:97
6258
#: storage/myisam/my_handler_errors.c:97
6187
6259
msgid "Cannot add a child row"
6190
#: storage/myisam/my_handler_errors.cc:99
6262
#: storage/myisam/my_handler_errors.c:99
6191
6263
msgid "Cannot delete a parent row"
6194
#: storage/myisam/my_handler_errors.cc:101
6266
#: storage/myisam/my_handler_errors.c:101
6195
6267
msgid "No savepoint with that name"
6198
#: storage/myisam/my_handler_errors.cc:103
6270
#: storage/myisam/my_handler_errors.c:103
6199
6271
msgid "Non unique key block size"
6202
#: storage/myisam/my_handler_errors.cc:105
6274
#: storage/myisam/my_handler_errors.c:105
6203
6275
msgid "The table does not exist in engine"
6206
#: storage/myisam/my_handler_errors.cc:107
6278
#: storage/myisam/my_handler_errors.c:107
6207
6279
msgid "The table already existed in storage engine"
6210
#: storage/myisam/my_handler_errors.cc:109
6282
#: storage/myisam/my_handler_errors.c:109
6211
6283
msgid "Could not connect to storage engine"
6214
#: storage/myisam/my_handler_errors.cc:111
6286
#: storage/myisam/my_handler_errors.c:111
6215
6287
msgid "Unexpected null pointer found when using spatial index"
6218
#: storage/myisam/my_handler_errors.cc:113
6290
#: storage/myisam/my_handler_errors.c:113
6219
6291
msgid "The table changed in storage engine"
6222
#: storage/myisam/my_handler_errors.cc:115
6294
#: storage/myisam/my_handler_errors.c:115
6223
6295
msgid "There's no partition in table for the given value"
6226
#: storage/myisam/my_handler_errors.cc:117
6298
#: storage/myisam/my_handler_errors.c:117
6227
6299
msgid "Row-based binlogging of row failed"
6230
#: storage/myisam/my_handler_errors.cc:119
6302
#: storage/myisam/my_handler_errors.c:119
6231
6303
msgid "Index needed in foreign key constraint"
6234
#: storage/myisam/my_handler_errors.cc:121
6306
#: storage/myisam/my_handler_errors.c:121
6235
6307
msgid "Upholding foreign key constraints would lead to a duplicate key error"
6238
#: storage/myisam/my_handler_errors.cc:123
6310
#: storage/myisam/my_handler_errors.c:123
6239
6311
msgid "Table needs to be upgraded before it can be used"
6242
#: storage/myisam/my_handler_errors.cc:125
6314
#: storage/myisam/my_handler_errors.c:125
6243
6315
msgid "Table is read only"
6246
#: storage/myisam/my_handler_errors.cc:127
6318
#: storage/myisam/my_handler_errors.c:127
6247
6319
msgid "Failed to get next auto increment value"
6250
#: storage/myisam/my_handler_errors.cc:129
6322
#: storage/myisam/my_handler_errors.c:129
6251
6323
msgid "Failed to set row auto increment value"
6254
#: storage/myisam/my_handler_errors.cc:131
6326
#: storage/myisam/my_handler_errors.c:131
6255
6327
msgid "Unknown (generic) error from engine"
6258
#: storage/myisam/my_handler_errors.cc:133
6330
#: storage/myisam/my_handler_errors.c:133
6259
6331
msgid "Record is the same"
6262
#: storage/myisam/my_handler_errors.cc:135
6334
#: storage/myisam/my_handler_errors.c:135
6263
6335
msgid "It is not possible to log this statement"
6266
#: storage/myisam/my_handler_errors.cc:137
6338
#: storage/myisam/my_handler_errors.c:137
6267
6339
msgid "Tablespace exists"
6270
#: storage/myisam/my_handler_errors.cc:139
6342
#: storage/myisam/my_handler_errors.c:139
6271
6343
msgid "The event was corrupt, leading to illegal data being read"
6274
#: storage/myisam/my_handler_errors.cc:141
6346
#: storage/myisam/my_handler_errors.c:141
6275
6347
msgid "The table is of a new format not supported by this version"
6278
#: storage/myisam/my_handler_errors.cc:143
6350
#: storage/myisam/my_handler_errors.c:143
6279
6351
msgid "The event could not be processed no other handler error happened"
6282
#: storage/myisam/my_handler_errors.cc:145
6354
#: storage/myisam/my_handler_errors.c:145
6283
6355
msgid "Got a fatal error during initialzation of handler"
6286
#: storage/myisam/my_handler_errors.cc:147
6358
#: storage/myisam/my_handler_errors.c:147
6287
6359
msgid "File to short; Expected more data in file"
6290
#: storage/myisam/my_handler_errors.cc:149
6362
#: storage/myisam/my_handler_errors.c:149
6291
6363
msgid "Read page with wrong checksum"
6294
#: storage/myisam/my_handler_errors.cc:151
6366
#: storage/myisam/my_handler_errors.c:151
6295
6367
msgid "Lock or active transaction"
6298
#: storage/myisam/my_handler_errors.cc:153
6370
#: storage/myisam/my_handler_errors.c:153
6299
6371
msgid "No such table space"
6302
#: storage/myisam/my_handler_errors.cc:155
6374
#: storage/myisam/my_handler_errors.c:155
6303
6375
msgid "Tablespace not empty"