fix camdbinit; use correct mysqlindexer import

Change-Id: I227e219ec32f81a11cc6192cd60de8b89878bedc
This commit is contained in:
Brad Fitzpatrick 2012-03-27 09:17:26 -07:00
parent 413cac1eb9
commit 69328c751f
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import (
"os"
"strings"
"camlistore.org/pkg/mysqlindexer"
"camlistore.org/pkg/index/mysql"
_ "camlistore.org/third_party/github.com/ziutek/mymysql/godrv"
)

View File

@ -15,6 +15,8 @@ limitations under the License.
*/
package mysqlindexer
// TODO(bradfitz): rename this package to be consistent with the directory name.
// Also, make a script to verify this for all camlistore packages.
import (
"database/sql"