HomeSort by relevance Sort by last modified time
    Searched refs:MySQLdb (Results 1 - 12 of 12) sorted by null

  /external/autotest/tko/
query_history.cgi 5 import MySQLdb
18 except MySQLdb.ProgrammingError, err:
db.py 6 import MySQLdb as driver
14 """Lame fake of MySQLdb for import time needs of this file."""
  /external/autotest/site_utils/
db_replica_checker.py 19 import MySQLdb
54 master_conn = MySQLdb.connect(host=DATABASE_HOST,
58 cursor = master_conn.cursor(MySQLdb.cursors.DictCursor)
66 replica_conn = MySQLdb.connect(host=REPLICA_DATABASE_HOST,
70 cursor = replica_conn.cursor(MySQLdb.cursors.DictCursor)
dump_to_cloudsql.py 98 A MySQLdb compatible database connection to the Cloud SQL instance.
123 A MySQLdb database connection to the local MySQL database.
127 import MySQLdb
129 sys.exit('Unable to import MySQLdb. To install on Ubuntu: '
130 'apt-get install python-mysqldb')
131 return MySQLdb.connect(host=self._host, user=self._user,
label_cleaner.py 33 import MySQLdb
85 @param conn: MySQLdb Connection object.
100 @param conn: MySQLdb Connection object.
144 @param conn: MySQLdb Connection object.
179 conn = MySQLdb.connect(
  /external/autotest/site_utils/stats/
mysql_stats.py 16 import MySQLdb
68 self.db = MySQLdb.connect(*self.args, **self.kwargs)
76 except MySQLdb.Error:
83 MySQLdb.OperationalError,
103 @param connection: MySQLdb cursor to query with.
  /external/autotest/frontend/db/backends/afe/
base.py 7 import MySQLdb as Database
10 raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e)
  /external/autotest/database/
database_connection.py 61 import MySQLdb
62 super(_MySqlBackend, self).__init__(MySQLdb)
72 import MySQLdb.converters
73 convert_dict = MySQLdb.converters.conversions
migrate_unittest.py 5 import MySQLdb
  /external/autotest/contrib/
backfill_tko_task_references.py 13 import MySQLdb
56 conn = MySQLdb.connect(user=args.user, host=args.host, passwd=args.password)
  /external/autotest/venv/lucifer/
handlers.py 352 MySQLdb = autotest.deps_load('MySQLdb')
358 except (django.db.utils.DatabaseError, MySQLdb.OperationalError) as e:
  /external/libxml2/doc/
index.py 38 import MySQLdb
195 DB = MySQLdb.connect(passwd=passwd, db=db)
    [all...]

Completed in 271 milliseconds