* [sisyphus] perl-DBD-mysql for branch 4.0
@ 2008-03-12 14:24 Alexey Tourbin
0 siblings, 0 replies; only message in thread
From: Alexey Tourbin @ 2008-03-12 14:24 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 801 bytes --]
Я попросил переложить в branch 4.0 новую версию perl-DBD-mysql.
Есть какой-то относительно левый софт (вроде бы называется freepbx),
который может сломаться от обновления версии. Чтобы эта информация
не потерялась и проиндексировалась поисковиками, вот кусочек из частной
переписки.
Драйвер теперь возвращает квалифицированное имя, т.е. вместо "devices"
будет "asterisk.devices".
--- retrieve_op_conf_from_mysql.pl- 2007-07-21 12:28:49 +0400
+++ retrieve_op_conf_from_mysql.pl 2007-07-21 12:28:21 +0400
@@ -420,7 +420,8 @@ sub table_exists {
for (@tables) {
next unless $_;
$_ =~ s/`//g;
- return 1 if $_ eq $table
+ return 1 if $_ eq $table;
+ return 1 if $_ eq "$database.$table";
}
}
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-12 14:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-12 14:24 [sisyphus] perl-DBD-mysql for branch 4.0 Alexey Tourbin
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git