ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: sisyphus@lists.altlinux.org
Subject: [sisyphus] perl-DBD-mysql for branch 4.0
Date: Wed, 12 Mar 2008 17:24:33 +0300
Message-ID: <20080312142432.GJ24653@solemn.turbinal> (raw)

[-- 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 --]

                 reply	other threads:[~2008-03-12 14:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080312142432.GJ24653@solemn.turbinal \
    --to=at@altlinux.ru \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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