Commit Graph

4034 Commits

Author SHA1 Message Date
Michal Čihař
c4cccf5ff0 Avoid displaying message twice in some cases (fixes bug #722378). 2003-04-16 12:52:48 +00:00
Michal Čihař
48fb8346c8 added AUTO_INCREMENT to reserved words 2003-04-16 12:50:38 +00:00
Michal Čihař
bfd0a07197 Fix edit link for table without primary key and with BLOB field (bug #708182). 2003-04-15 13:52:14 +00:00
Michal Čihař
e836694428 Only display charset selection when a DB is selected. 2003-04-15 13:36:19 +00:00
Garvin Hicking
dee67a454a Query window 2003-04-15 08:20:11 +00:00
Marc Delisle
5eae86494f bug 721278 2003-04-14 19:13:51 +00:00
Marc Delisle
aa717ef1bf bug 708887 2003-04-14 19:04:32 +00:00
Marc Delisle
3341c9da1f bug 647705 2003-04-14 18:52:07 +00:00
Marc Delisle
01bac8771e update 2003-04-14 17:52:40 +00:00
Michal Čihař
1524b4099c remove temporary file also on correct exit :) 2003-04-14 14:58:25 +00:00
Michal Čihař
05c121f9c3 made InnoDB free removing work also when comment empty 2003-04-14 13:24:47 +00:00
Michal Čihař
54ebc1cf4f Display choice for charset also when only UploadDir available. 2003-04-14 13:17:18 +00:00
Michal Čihař
870b321052 Fixed bug #720672 - moved headers 2003-04-14 12:59:09 +00:00
Michal Čihař
69511576d9 typo :) 2003-04-14 11:23:19 +00:00
Michal Čihař
66edfcfd9d catalan translation updated 2003-04-14 11:22:17 +00:00
Garvin Hicking
e78fefe1fc Bug #720680 2003-04-14 10:55:02 +00:00
Michal Čihař
9cb587c953 Fixed for quotes, HTML entities and other weird characters in db/table name. 2003-04-14 10:46:42 +00:00
Michal Čihař
c76adb73e6 translations update 2003-04-14 10:20:52 +00:00
Michal Čihař
ab35e35eac updated czech translation 2003-04-14 10:12:14 +00:00
Michal Čihař
d896904d57 Remove '; InnoDB free:' part from comment when changing it. 2003-04-14 10:05:14 +00:00
Michal Čihař
f1927b45de fixes for HTML entities 2003-04-14 09:58:35 +00:00
Michal Čihař
721c515cc4 fixed some empty translations, updated sync_lang.sh to avoid such problems 2003-04-14 09:48:01 +00:00
Garvin Hicking
ffb7b1b944 "\n" 2003-04-14 09:09:51 +00:00
Garvin Hicking
3e992a0cb7 Usage: SHOW TABLE STATUS FROM db LIKE 'table'
not  : SHOW TABLE STATUS LIKE 'table' FROM 'db'.
Note absence of '' around "db" and the FROM/LIKE order.
This time right, I hope. ;)
2003-04-14 09:02:54 +00:00
Garvin Hicking
c9ca0dde99 Bug #720846 2003-04-14 08:54:28 +00:00
Marc Delisle
17b1c24a81 going rc2 2003-04-13 23:29:17 +00:00
Marc Delisle
67492e404f missing semicolon 2003-04-13 22:59:25 +00:00
Marc Delisle
304f2075b8 2.5.0-rc1 2003-04-13 22:56:53 +00:00
Marc Delisle
b29f120cfd update 2003-04-13 19:30:30 +00:00
Alexander M. Turek
d215af99f4 $strCharset 2003-04-13 17:25:29 +00:00
Michal Čihař
a3eb219715 we don't want empty translations... 2003-04-13 17:09:11 +00:00
Marc Delisle
3a260026cc lang 2003-04-13 11:19:20 +00:00
Marc Delisle
2d9bcfa473 update 2003-04-13 11:18:54 +00:00
Marc Delisle
57a4e0782a update 2003-04-13 11:05:14 +00:00
Alexander M. Turek
1fb6de556b Feature #623665, part 1 2003-04-12 20:12:16 +00:00
Alexander M. Turek
0a86ce1350 $strCharset 2003-04-12 20:05:25 +00:00
Alexander M. Turek
4d03346e89 Fixed bug #539756 again. 2003-04-12 18:31:46 +00:00
Alexander M. Turek
80b596a668 Fixed a broken link in the user overview table. 2003-04-12 18:23:53 +00:00
Alexander M. Turek
09d0aba07e Better fix against possible "wrong parameter count" errors. 2003-04-12 17:05:11 +00:00
Marc Delisle
4733f97af5 undefined 2003-04-11 17:53:34 +00:00
Marc Delisle
bbc10b2dba MaxExactCount backwards compatibility 2003-04-11 17:44:20 +00:00
Michal Čihař
7b684241bd documented $cfg['MaxExactCount'] 2003-04-11 12:28:32 +00:00
Michal Čihař
d8a83b2e92 translations update 2003-04-11 12:22:07 +00:00
Michal Čihař
182e06e3f1 SHOW TABLE STATUS / SELECT COUNT (*) fixes continues, now configurable 2003-04-11 11:59:44 +00:00
Michal Čihař
e88ea8aa51 updated italian translation 2003-04-10 17:00:43 +00:00
Michal Čihař
e148b25500 fixed XHTML errors, document is again valid XHTML 2003-04-10 16:48:31 +00:00
Michal Čihař
18f6094edb Fixed typo and corrected FAQ 1.23 (bug #718569). 2003-04-10 16:38:48 +00:00
Michal Čihař
2116431bd3 Make javascript work on more browsers than MSIE. 2003-04-10 16:33:16 +00:00
Michal Čihař
5e95ec6944 Get row count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533). 2003-04-10 16:23:45 +00:00
Michal Čihař
03a6ff4124 Fixed undefined index warnings in XML dump. 2003-04-09 16:34:58 +00:00